Class IIpamScopeBase.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.IIpamScopeBase.Jsii$Proxy
- All Implemented Interfaces:
IIpamScopeBase,IIpamScopeBase.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IIpamScopeBase
@Internal
public static final class IIpamScopeBase.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IIpamScopeBase.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.IIpamScopeBase
IIpamScopeBase.Jsii$Default, IIpamScopeBase.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IIpamPooladdPool(String id, PoolOptions options) (experimental) Function to add a new pool to an IPAM scope.final software.constructs.ConstructgetScope()(experimental) Reference to the current scope of stack to be passed in order to create a new IPAM pool.final String(experimental) Default Scope ids created by the IPAM or a new Resource id.final IpamScopeType(experimental) Defines scope type can be either default or custom.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getScope
@Stability(Experimental) @NotNull public final 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- Specified by:
getScopein interfaceIIpamScopeBase.Jsii$Default
-
getScopeId
(experimental) Default Scope ids created by the IPAM or a new Resource id.- Specified by:
getScopeIdin interfaceIIpamScopeBase- Specified by:
getScopeIdin interfaceIIpamScopeBase.Jsii$Default
-
getScopeType
(experimental) Defines scope type can be either default or custom.- Specified by:
getScopeTypein interfaceIIpamScopeBase- Specified by:
getScopeTypein interfaceIIpamScopeBase.Jsii$Default
-
addPool
@Stability(Experimental) @NotNull public final IIpamPool addPool(@NotNull String id, @NotNull PoolOptions options) (experimental) Function to add a new pool to an IPAM scope.- Specified by:
addPoolin interfaceIIpamScopeBase- Specified by:
addPoolin interfaceIIpamScopeBase.Jsii$Default- Parameters:
id- This parameter is required.options- This parameter is required.
-