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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.ClientVpnRouteOptions
ClientVpnRouteOptions.Builder, ClientVpnRouteOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ClientVpnRouteOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theClientVpnRouteOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getCidr()
The IPv4 address range, in CIDR notation, of the route destination.final String
A brief description of the authorization rule.final ClientVpnRouteTarget
The target for the route.final int
hashCode()
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:ClientVpnRouteOptions
The 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:
getCidr
in interfaceClientVpnRouteOptions
-
getTarget
Description copied from interface:ClientVpnRouteOptions
The target for the route.- Specified by:
getTarget
in interfaceClientVpnRouteOptions
-
getDescription
Description copied from interface:ClientVpnRouteOptions
A brief description of the authorization rule.Default: - no description
- Specified by:
getDescription
in interfaceClientVpnRouteOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-