@Stability(value=Experimental) @Internal public static final class VpcSubnetGroup.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcSubnetGroup
VpcSubnetGroupsoftware.amazon.jsii.JsiiObject.InitializationModeVpcSubnetGroup.Builder, VpcSubnetGroup.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 name,
List<? extends VpcSubnet> subnets,
VpcSubnetGroupType type)
Constructor that initializes the object based on literal property values passed by the
VpcSubnetGroup.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getName()
(experimental) The name of the subnet group, determined by looking at the tags of of the subnets that belong to it.
|
List<VpcSubnet> |
getSubnets()
(experimental) The subnets that are part of this group.
|
VpcSubnetGroupType |
getType()
(experimental) The type of the subnet group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String name, List<? extends VpcSubnet> subnets, VpcSubnetGroupType type)
VpcSubnetGroup.Builder.public final String getName()
VpcSubnetGroupgetName in interface VpcSubnetGrouppublic final List<VpcSubnet> getSubnets()
VpcSubnetGroupThere is no condition that the subnets have to be symmetric in the group.
getSubnets in interface VpcSubnetGrouppublic final VpcSubnetGroupType getType()
VpcSubnetGroupgetType in interface VpcSubnetGroup@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.