Deletes a route from a route table in a VPC. For more information about route tables, go to Route Tables
in the Amazon Virtual Private Cloud User Guide.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteRouteRequest
Public Class DeleteRouteRequest
public ref class DeleteRouteRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteRouteRequest()()()() | Initializes a new instance of the DeleteRouteRequest class | |
| DestinationCidrBlock |
Gets and sets the DestinationCidrBlock property.
The CIDR range for the route you want to
delete. The value you specify must exactly
match the CIDR for the route you want to
delete.
| |
| 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 DestinationCidrBlock property is set
| |
| IsSetRouteTableId()()()() |
Checks if RouteTableId property is set
| |
| RouteTableId |
Gets and sets the RouteTableId property.
The ID of the route table where the route will
be deleted.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithDestinationCidrBlock(String) |
Sets the DestinationCidrBlock property
| |
| WithRouteTableId(String) |
Sets the RouteTableId property
|