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.104.0 (build e79254c)",
date="2024-11-22T02:24:11.410Z")
@Stability(Experimental)
public interface IIpamScopeBase
extends software.amazon.jsii.JsiiSerializable
(experimental) Interface for IpamScope Class.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIIpamScopeBase
.static final class
A 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.Construct
getScope()
(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.
-