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
 Declaration Syntax| C# | 
public class DeleteVpnConnectionRouteRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteVpnConnectionRouteRequest()()()() | Initializes a new instance of the DeleteVpnConnectionRouteRequest class | 
|  | DestinationCidrBlock | 
            The CIDR block associated with local subnet of the customer data center. 
             | 
|  | Equals(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
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DeleteVpnConnectionRouteRequest | |