Class VpcSubnet.Jsii$Proxy

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

@Stability(Deprecated) @Deprecated @Internal public static final class VpcSubnet.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcSubnet
Deprecated.
An implementation for VpcSubnet
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.cxapi.VpcSubnet

    VpcSubnet.Builder, VpcSubnet.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the VpcSubnet.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final String
    Deprecated.
    (deprecated) The code of the availability zone this subnet is in (for example, 'us-west-2a').
    final String
    Deprecated.
    (deprecated) CIDR range of the subnet.
    final String
    Deprecated.
    (deprecated) The identifier of the route table for this subnet.
    final String
    Deprecated.
    (deprecated) The identifier of the subnet.
    final int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
      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(VpcSubnet.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the VpcSubnet.Builder.
  • Method Details

    • getAvailabilityZone

      public final String getAvailabilityZone()
      Deprecated.
      Description copied from interface: VpcSubnet
      (deprecated) The code of the availability zone this subnet is in (for example, 'us-west-2a').
      Specified by:
      getAvailabilityZone in interface VpcSubnet
    • getRouteTableId

      public final String getRouteTableId()
      Deprecated.
      Description copied from interface: VpcSubnet
      (deprecated) The identifier of the route table for this subnet.
      Specified by:
      getRouteTableId in interface VpcSubnet
    • getSubnetId

      public final String getSubnetId()
      Deprecated.
      Description copied from interface: VpcSubnet
      (deprecated) The identifier of the subnet.
      Specified by:
      getSubnetId in interface VpcSubnet
    • getCidr

      public final String getCidr()
      Deprecated.
      Description copied from interface: VpcSubnet
      (deprecated) CIDR range of the subnet.

      Default: - CIDR information not available

      Specified by:
      getCidr in interface VpcSubnet
    • $jsii$toJson

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

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

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