AWS SDK for .NET Documentation
CreateVpnConnectionRouteRequest Class
AmazonAmazon.EC2.ModelCreateVpnConnectionRouteRequest Did this page help you?   Yes   No    Tell us about it...
Creates a new static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.
Declaration Syntax
C#
public class CreateVpnConnectionRouteRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateVpnConnectionRouteRequest()()()()
Initializes a new instance of the CreateVpnConnectionRouteRequest class

DestinationCidrBlock
The CIDR block associated with local subnet of the customer data center.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetDestinationCidrBlock()()()()
Checks if the DestinationCidrBlock property is set.

IsSetVpnConnectionId()()()()
Checks if the VpnConnectionId property is set.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VpnConnectionId
The ID of the VPN connection.

WithDestinationCidrBlock(String) Obsolete.
Sets the CIDR block associated with local subnet of the customer data center.

WithVpnConnectionId(String) Obsolete.
Sets the ID of the VPN connection.

Remarks
We strongly recommend you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway.
Inheritance Hierarchy
Object
EC2Request
 CreateVpnConnectionRouteRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)