AWS SDK Version 3 for .NET
API Reference

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.

Container for the parameters to the ModifyVpnConnectionOptions operation. Modifies the connection options for your Site-to-Site VPN connection.

When you modify the VPN connection options, the VPN endpoint IP addresses on the Amazon Web Services side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.ModifyVpnConnectionOptionsRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class ModifyVpnConnectionOptionsRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The ModifyVpnConnectionOptionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LocalIpv4NetworkCidr System.String

Gets and sets the property LocalIpv4NetworkCidr.

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: 0.0.0.0/0

Public Property LocalIpv6NetworkCidr System.String

Gets and sets the property LocalIpv6NetworkCidr.

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: ::/0

Public Property RemoteIpv4NetworkCidr System.String

Gets and sets the property RemoteIpv4NetworkCidr.

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

Default: 0.0.0.0/0

Public Property RemoteIpv6NetworkCidr System.String

Gets and sets the property RemoteIpv6NetworkCidr.

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

Default: ::/0

Public Property VpnConnectionId System.String

Gets and sets the property VpnConnectionId.

The ID of the Site-to-Site VPN connection.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5