Class VpcIpamOptions.Jsii$Proxy

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

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

    • getCidrBlock

      public final String getCidrBlock()
      Description copied from interface: VpcIpamOptions
      CIDR Block for Vpc.

      Default: - Only required when Ipam has concrete allocation available for static Vpc

      Specified by:
      getCidrBlock in interface VpcIpamOptions
    • getIpv4IpamPoolId

      public final String getIpv4IpamPoolId()
      Description copied from interface: VpcIpamOptions
      ipv4 IPAM Pool Id.

      Default: - Only required when using AWS Ipam

      Specified by:
      getIpv4IpamPoolId in interface VpcIpamOptions
    • getIpv4NetmaskLength

      public final Number getIpv4NetmaskLength()
      Description copied from interface: VpcIpamOptions
      CIDR Mask for Vpc.

      Default: - Only required when using AWS Ipam

      Specified by:
      getIpv4NetmaskLength in interface VpcIpamOptions
    • $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