Interface IIpamScopeBase.Jsii$Default
- All Superinterfaces:
IIpamScopeBase
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IIpamScopeBase.Jsii$Proxy
- Enclosing interface:
IIpamScopeBase
Internal default implementation for
IIpamScopeBase
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.IIpamScopeBase
IIpamScopeBase.Jsii$Default, IIpamScopeBase.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault IIpamPool
addPool
(String id, PoolOptions options) (experimental) Function to add a new pool to an IPAM scope.default software.constructs.Construct
getScope()
(experimental) Reference to the current scope of stack to be passed in order to create a new IPAM pool.default String
(experimental) Default Scope ids created by the IPAM or a new Resource id.default IpamScopeType
(experimental) Defines scope type can be either default or custom.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScope
@Stability(Experimental) @NotNull default software.constructs.Construct getScope()(experimental) Reference to the current scope of stack to be passed in order to create a new IPAM pool.- Specified by:
getScope
in interfaceIIpamScopeBase
-
getScopeId
(experimental) Default Scope ids created by the IPAM or a new Resource id.- Specified by:
getScopeId
in interfaceIIpamScopeBase
-
getScopeType
(experimental) Defines scope type can be either default or custom.- Specified by:
getScopeType
in interfaceIIpamScopeBase
-
addPool
@Stability(Experimental) @NotNull default IIpamPool addPool(@NotNull String id, @NotNull PoolOptions options) (experimental) Function to add a new pool to an IPAM scope.- Specified by:
addPool
in interfaceIIpamScopeBase
- Parameters:
id
- This parameter is required.options
- This parameter is required.
-