Interface IIpamScopeBase
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IIpamScopeBase.Jsii$Default
- All Known Implementing Classes:
IIpamScopeBase.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:21.260Z")
@Stability(Experimental)
public interface IIpamScopeBase
extends software.amazon.jsii.JsiiSerializable
(experimental) Interface for IpamScope Class.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIIpamScopeBase.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionaddPool(String id, PoolOptions options) (experimental) Function to add a new pool to an IPAM scope.software.constructs.ConstructgetScope()(experimental) Reference to the current scope of stack to be passed in order to create a new IPAM pool.(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 software.constructs.Construct getScope()(experimental) Reference to the current scope of stack to be passed in order to create a new IPAM pool. -
getScopeId
(experimental) Default Scope ids created by the IPAM or a new Resource id. -
getScopeType
(experimental) Defines scope type can be either default or custom. -
addPool
@Stability(Experimental) @NotNull IIpamPool addPool(@NotNull String id, @NotNull PoolOptions options) (experimental) Function to add a new pool to an IPAM scope.- Parameters:
id- This parameter is required.options- This parameter is required.
-