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 IIpamPooladdPool(String id, PoolOptions options) (experimental) Function to add a new pool to an IPAM scope.default software.constructs.ConstructgetScope()(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:
getScopein interfaceIIpamScopeBase
-
getScopeId
(experimental) Default Scope ids created by the IPAM or a new Resource id.- Specified by:
getScopeIdin interfaceIIpamScopeBase
-
getScopeType
(experimental) Defines scope type can be either default or custom.- Specified by:
getScopeTypein 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:
addPoolin interfaceIIpamScopeBase- Parameters:
id- This parameter is required.options- This parameter is required.
-