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.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
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 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDestinationCidrBlock(String)
Sets the DestinationCidrBlock property
WithRouteTableId(String)
Sets the RouteTableId property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..DeleteRouteRequest

See Also