Class AwsIpamProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class AwsIpamProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsIpamProps
An implementation for AwsIpamProps
  • 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(AwsIpamProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AwsIpamProps.Builder.
  • Method Details

    • getIpv4IpamPoolId

      public final String getIpv4IpamPoolId()
      Description copied from interface: AwsIpamProps
      Ipam Pool Id for ipv4 allocation.
      Specified by:
      getIpv4IpamPoolId in interface AwsIpamProps
    • getIpv4NetmaskLength

      public final Number getIpv4NetmaskLength()
      Description copied from interface: AwsIpamProps
      Netmask length for Vpc.
      Specified by:
      getIpv4NetmaskLength in interface AwsIpamProps
    • getDefaultSubnetIpv4NetmaskLength

      public final Number getDefaultSubnetIpv4NetmaskLength()
      Description copied from interface: AwsIpamProps
      Default length for Subnet ipv4 Network mask.

      Specify this option only if you do not specify all Subnets using SubnetConfiguration with a cidrMask

      Default: - Default ipv4 Subnet Mask for subnets in Vpc

      Specified by:
      getDefaultSubnetIpv4NetmaskLength in interface AwsIpamProps
    • $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