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 VpnConnectionOptions
The VpnConnectionOptions type exposes the following members
Name | Description | |
---|---|---|
![]() |
VpnConnectionOptions() |
Name | Type | Description | |
---|---|---|---|
![]() |
EnableAcceleration | System.Nullable<System.Boolean> |
Gets and sets the property EnableAcceleration. Indicates whether acceleration is enabled for the VPN connection. |
![]() |
LocalIpv4NetworkCidr | System.String |
Gets and sets the property LocalIpv4NetworkCidr. The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection. |
![]() |
LocalIpv6NetworkCidr | System.String |
Gets and sets the property LocalIpv6NetworkCidr. The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection. |
![]() |
OutsideIpAddressType | System.String |
Gets and sets the property OutsideIpAddressType. The type of IPv4 address assigned to the outside interface of the customer gateway.
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. |
![]() |
RemoteIpv6NetworkCidr | System.String |
Gets and sets the property RemoteIpv6NetworkCidr. The IPv6 CIDR on the Amazon Web Services side of the VPN connection. |
![]() |
StaticRoutesOnly | System.Nullable<System.Boolean> |
Gets and sets the property StaticRoutesOnly. Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP. |
![]() |
TransportTransitGatewayAttachmentId | System.String |
Gets and sets the property TransportTransitGatewayAttachmentId. The transit gateway attachment ID in use for the VPN tunnel. |
![]() |
TunnelInsideIpVersion | Amazon.EC2.TunnelInsideIpVersion |
Gets and sets the property TunnelInsideIpVersion. Indicates whether the VPN tunnels process IPv4 or IPv6 traffic. |
![]() |
TunnelOptions | System.Collections.Generic.List<Amazon.EC2.Model.TunnelOption> |
Gets and sets the property TunnelOptions. Indicates the VPN tunnel options. 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