AWS SDK for .NET Documentation
DeleteVpnConnectionRouteRequest Class
AmazonAmazon.EC2.ModelDeleteVpnConnectionRouteRequest Did this page help you?   Yes   No    Tell us about it...
Deletes a 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 DeleteVpnConnectionRouteRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteVpnConnectionRouteRequest()()()()
Initializes a new instance of the DeleteVpnConnectionRouteRequest 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.

Inheritance Hierarchy
Object
EC2Request
 DeleteVpnConnectionRouteRequest

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