AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes VPN connection options.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class VpnConnectionOptionsSpecification
The VpnConnectionOptionsSpecification type exposes the following members
Name | Description | |
---|---|---|
![]() |
VpnConnectionOptionsSpecification() |
Name | Type | Description | |
---|---|---|---|
![]() |
EnableAcceleration | System.Nullable<System.Boolean> |
Gets and sets the property EnableAcceleration. Indicate whether to enable acceleration for the VPN connection.
Default: |
![]() |
LocalIpv4NetworkCidr | System.String |
Gets and sets the property LocalIpv4NetworkCidr. The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.
Default: |
![]() |
LocalIpv6NetworkCidr | System.String |
Gets and sets the property LocalIpv6NetworkCidr. The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.
Default: |
![]() |
OutsideIpAddressType | System.String |
Gets and sets the property OutsideIpAddressType. The type of IP address assigned to the outside interface of the customer gateway device.
Valid values:
Default: |
![]() |
RemoteIpv4NetworkCidr | System.String |
Gets and sets the property RemoteIpv4NetworkCidr. The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
Default: |
![]() |
RemoteIpv6NetworkCidr | System.String |
Gets and sets the property RemoteIpv6NetworkCidr. The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
Default: |
![]() |
StaticRoutesOnly | System.Nullable<System.Boolean> |
Gets and sets the property StaticRoutesOnly.
Indicate whether the VPN connection uses static routes only. If you are creating a
VPN connection for a device that does not support BGP, you must specify
Default: |
![]() |
TransportTransitGatewayAttachmentId | System.String |
Gets and sets the property TransportTransitGatewayAttachmentId. The transit gateway attachment ID to use for the VPN tunnel.
Required if |
![]() |
TunnelInsideIpVersion | Amazon.EC2.TunnelInsideIpVersion |
Gets and sets the property TunnelInsideIpVersion. Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
Default: |
![]() |
TunnelOptions | System.Collections.Generic.List<Amazon.EC2.Model.VpnTunnelOptionsSpecification> |
Gets and sets the property TunnelOptions. The tunnel options for the VPN connection. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer