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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IIpamScopeBase.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    addPool(String id, PoolOptions options)
    (experimental) Function to add a new pool to an IPAM scope.
    software.constructs.Construct
    (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.
    (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

      @Stability(Experimental) @NotNull String getScopeId()
      (experimental) Default Scope ids created by the IPAM or a new Resource id.
    • getScopeType

      @Stability(Experimental) @Nullable default IpamScopeType 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.