software.amazon.jsii.JsiiObject.InitializationModeVpcSubnet.Builder, VpcSubnet.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String availabilityZone,
String routeTableId,
String subnetId,
String cidr)
Constructor that initializes the object based on literal property values passed by the
VpcSubnet.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAvailabilityZone()
(experimental) The code of the availability zone this subnet is in (for example, 'us-west-2a').
|
String |
getCidr()
(experimental) CIDR range of the subnet.
|
String |
getRouteTableId()
(experimental) The identifier of the route table for this subnet.
|
String |
getSubnetId()
(experimental) The identifier of the subnet.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String availabilityZone, String routeTableId, String subnetId, String cidr)
VpcSubnet.Builder.public final String getAvailabilityZone()
VpcSubnetgetAvailabilityZone in interface VpcSubnetpublic final String getRouteTableId()
VpcSubnetgetRouteTableId in interface VpcSubnetpublic final String getSubnetId()
VpcSubnetgetSubnetId in interface VpcSubnetpublic final String getCidr()
VpcSubnetDefault: - CIDR information not available
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.