@Stability(value=Experimental) @Internal public static final class ConfigureNatOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConfigureNatOptions
ConfigureNatOptionssoftware.amazon.jsii.JsiiObject.InitializationModeConfigureNatOptions.Builder, ConfigureNatOptions.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(List<? extends PublicSubnet> natSubnets,
List<? extends PrivateSubnet> privateSubnets,
Vpc vpc)
Constructor that initializes the object based on literal property values passed by the
ConfigureNatOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<PublicSubnet> |
getNatSubnets()
(experimental) The public subnets where the NAT providers need to be placed.
|
List<PrivateSubnet> |
getPrivateSubnets()
(experimental) The private subnets that need to route through the NAT providers.
|
Vpc |
getVpc()
(experimental) The VPC we're configuring NAT for.
|
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(List<? extends PublicSubnet> natSubnets, List<? extends PrivateSubnet> privateSubnets, Vpc vpc)
ConfigureNatOptions.Builder.public final List<PublicSubnet> getNatSubnets()
ConfigureNatOptionsgetNatSubnets in interface ConfigureNatOptionspublic final List<PrivateSubnet> getPrivateSubnets()
ConfigureNatOptionsThere may be more private subnets than public subnets with NAT providers.
getPrivateSubnets in interface ConfigureNatOptionspublic final Vpc getVpc()
ConfigureNatOptionsgetVpc in interface ConfigureNatOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.