Class CfnIPAMPoolCidrProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnIPAMPoolCidrProps.Jsii$Proxy
All Implemented Interfaces:
CfnIPAMPoolCidrProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnIPAMPoolCidrProps

@Stability(Stable) @Internal public static final class CfnIPAMPoolCidrProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIPAMPoolCidrProps
An implementation for CfnIPAMPoolCidrProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnIPAMPoolCidrProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnIPAMPoolCidrProps.Builder.
  • Method Details

    • getIpamPoolId

      public final String getIpamPoolId()
      Description copied from interface: CfnIPAMPoolCidrProps
      The ID of the IPAM pool.
      Specified by:
      getIpamPoolId in interface CfnIPAMPoolCidrProps
    • getCidr

      public final String getCidr()
      Description copied from interface: CfnIPAMPoolCidrProps
      The CIDR provisioned to the IPAM pool.

      A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23 . An IPv6 CIDR example is 2001:DB8::/32 .

      Specified by:
      getCidr in interface CfnIPAMPoolCidrProps
    • getNetmaskLength

      public final Number getNetmaskLength()
      Description copied from interface: CfnIPAMPoolCidrProps
      The netmask length of the CIDR you'd like to provision to a pool.

      Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. "NetmaskLength" or "Cidr" is required.

      Specified by:
      getNetmaskLength in interface CfnIPAMPoolCidrProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object