@Stability(value=Experimental) @Internal public static final class ClientVpnRouteProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClientVpnRouteProps
ClientVpnRoutePropssoftware.amazon.jsii.JsiiObject.InitializationModeClientVpnRouteProps.Builder, ClientVpnRouteProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IClientVpnEndpoint clientVpnEndoint,
String cidr,
ClientVpnRouteTarget target,
String description)
Constructor that initializes the object based on literal property values passed by the
ClientVpnRouteProps.Builder. |
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(Object o) |
String |
getCidr()
(experimental) The IPv4 address range, in CIDR notation, of the route destination.
|
IClientVpnEndpoint |
getClientVpnEndoint()
(experimental) The client VPN endpoint to which to add the route.
|
String |
getDescription()
(experimental) A brief description of the authorization rule.
|
ClientVpnRouteTarget |
getTarget()
(experimental) The target for the route.
|
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(IClientVpnEndpoint clientVpnEndoint, String cidr, ClientVpnRouteTarget target, String description)
ClientVpnRouteProps.Builder.public final IClientVpnEndpoint getClientVpnEndoint()
ClientVpnRoutePropsgetClientVpnEndoint in interface ClientVpnRoutePropspublic final String getCidr()
ClientVpnRouteOptionsFor example:
getCidr in interface ClientVpnRouteOptionspublic final ClientVpnRouteTarget getTarget()
ClientVpnRouteOptionsgetTarget in interface ClientVpnRouteOptionspublic final String getDescription()
ClientVpnRouteOptionsDefault: - no description
getDescription in interface ClientVpnRouteOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.