Class ClientVpnRouteProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.ClientVpnRouteProps.Jsii$Proxy
- All Implemented Interfaces:
ClientVpnRouteOptions
,ClientVpnRouteProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClientVpnRouteProps
@Stability(Stable)
@Internal
public static final class ClientVpnRouteProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ClientVpnRouteProps
An implementation for
ClientVpnRouteProps
-
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.ClientVpnRouteProps
ClientVpnRouteProps.Builder, ClientVpnRouteProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(ClientVpnRouteProps.Builder builder) Constructor that initializes the object based on literal property values passed by theClientVpnRouteProps.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 IClientVpnEndpoint
(deprecated) The client VPN endpoint to which to add the route.final IClientVpnEndpoint
The client VPN endpoint to which to add the route.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 theClientVpnRouteProps.Builder
.
-
-
Method Details
-
getClientVpnEndoint
Description copied from interface:ClientVpnRouteProps
(deprecated) The client VPN endpoint to which to add the route.Default: clientVpnEndpoint is required
- Specified by:
getClientVpnEndoint
in interfaceClientVpnRouteProps
-
getClientVpnEndpoint
Description copied from interface:ClientVpnRouteProps
The client VPN endpoint to which to add the route.Default: clientVpnEndpoint is required
- Specified by:
getClientVpnEndpoint
in interfaceClientVpnRouteProps
-
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()
-