Class ClientVpnRouteOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.ClientVpnRouteOptions.Jsii$Proxy
- All Implemented Interfaces:
ClientVpnRouteOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ClientVpnRouteOptions
@Stability(Stable)
@Internal
public static final class ClientVpnRouteOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ClientVpnRouteOptions
An implementation for
ClientVpnRouteOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.ClientVpnRouteOptions
ClientVpnRouteOptions.Builder, ClientVpnRouteOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ClientVpnRouteOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theClientVpnRouteOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetCidr()The IPv4 address range, in CIDR notation, of the route destination.final StringA brief description of the authorization rule.final ClientVpnRouteTargetThe target for the route.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theClientVpnRouteOptions.Builder.
-
-
Method Details
-
getCidr
Description copied from interface:ClientVpnRouteOptionsThe IPv4 address range, in CIDR notation, of the route destination.For example:
- To add a route for Internet access, enter 0.0.0.0/0
- To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range
- To add a route for an on-premises network, enter the AWS Site-to-Site VPN connection's IPv4 CIDR range
- To add a route for the local network, enter the client CIDR range
- Specified by:
getCidrin interfaceClientVpnRouteOptions
-
getTarget
Description copied from interface:ClientVpnRouteOptionsThe target for the route.- Specified by:
getTargetin interfaceClientVpnRouteOptions
-
getDescription
Description copied from interface:ClientVpnRouteOptionsA brief description of the authorization rule.Default: - no description
- Specified by:
getDescriptionin interfaceClientVpnRouteOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-