Package software.amazon.awscdk.cxapi
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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cxapi.VpcSubnet
VpcSubnet.Builder, VpcSubnet.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(VpcSubnet.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theVpcSubnet.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) The code of the availability zone this subnet is in (for example, 'us-west-2a').final StringgetCidr()Deprecated.(deprecated) CIDR range of the subnet.final StringDeprecated.(deprecated) The identifier of the route table for this subnet.final StringDeprecated.(deprecated) The identifier of the subnet.final inthashCode()Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Deprecated.Constructor that initializes the object based on literal property values passed by theVpcSubnet.Builder.
-
-
Method Details
-
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:
getAvailabilityZonein interfaceVpcSubnet
-
getRouteTableId
Deprecated.Description copied from interface:VpcSubnet(deprecated) The identifier of the route table for this subnet.- Specified by:
getRouteTableIdin interfaceVpcSubnet
-
getSubnetId
Deprecated.Description copied from interface:VpcSubnet(deprecated) The identifier of the subnet.- Specified by:
getSubnetIdin interfaceVpcSubnet
-
getCidr
Deprecated.Description copied from interface:VpcSubnet(deprecated) CIDR range of the subnet.Default: - CIDR information not available
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-