public static final class AddRouteOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddRouteOptions
AddRouteOptions
AddRouteOptions.Builder, AddRouteOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDestinationCidrBlock()
IPv4 range this route applies to.
|
java.lang.String |
getDestinationIpv6CidrBlock()
IPv6 range this route applies to.
|
java.lang.Boolean |
getEnablesInternetConnectivity()
Whether this route will enable internet connectivity.
|
java.lang.String |
getRouterId()
The ID of the router.
|
RouterType |
getRouterType()
What type of router to route this traffic to.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getRouterId()
AddRouteOptions
Can be an instance ID, gateway ID, etc, depending on the router type.
getRouterId
in interface AddRouteOptions
public final RouterType getRouterType()
AddRouteOptions
getRouterType
in interface AddRouteOptions
public final java.lang.String getDestinationCidrBlock()
AddRouteOptions
Default: '0.0.0.0/0'
getDestinationCidrBlock
in interface AddRouteOptions
public final java.lang.String getDestinationIpv6CidrBlock()
AddRouteOptions
Default: - Uses IPv6
getDestinationIpv6CidrBlock
in interface AddRouteOptions
public final java.lang.Boolean getEnablesInternetConnectivity()
AddRouteOptions
If true, this route will be added before any AWS resources that depend on internet connectivity in the VPC will be created.
Default: false
getEnablesInternetConnectivity
in interface AddRouteOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()