Class VPNGatewayV2Options.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.VPNGatewayV2Options.Jsii$Proxy
- All Implemented Interfaces:
VPNGatewayV2Options
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VPNGatewayV2Options
@Stability(Experimental)
@Internal
public static final class VPNGatewayV2Options.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VPNGatewayV2Options
An implementation for
VPNGatewayV2Options
-
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.alpha.VPNGatewayV2Options
VPNGatewayV2Options.Builder, VPNGatewayV2Options.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VPNGatewayV2Options.Builder builder) Constructor that initializes the object based on literal property values passed by theVPNGatewayV2Options.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 Number
(experimental) The private Autonomous System Number (ASN) for the Amazon side of a BGP session.final VpnConnectionType
getType()
(experimental) The type of VPN connection the virtual private gateway supports.final String
(experimental) The resource name of the VPN gateway.final List<SubnetSelection>
(experimental) Subnets where the route propagation should be added.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 theVPNGatewayV2Options.Builder
.
-
-
Method Details
-
getType
Description copied from interface:VPNGatewayV2Options
(experimental) The type of VPN connection the virtual private gateway supports.- Specified by:
getType
in interfaceVPNGatewayV2Options
- See Also:
-
getAmazonSideAsn
Description copied from interface:VPNGatewayV2Options
(experimental) The private Autonomous System Number (ASN) for the Amazon side of a BGP session.Default: - no ASN set for BGP session
- Specified by:
getAmazonSideAsn
in interfaceVPNGatewayV2Options
-
getVpnGatewayName
Description copied from interface:VPNGatewayV2Options
(experimental) The resource name of the VPN gateway.Default: - resource provisioned without any name
- Specified by:
getVpnGatewayName
in interfaceVPNGatewayV2Options
-
getVpnRoutePropagation
Description copied from interface:VPNGatewayV2Options
(experimental) Subnets where the route propagation should be added.Default: - no propogation for routes
- Specified by:
getVpnRoutePropagation
in interfaceVPNGatewayV2Options
-
$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()
-