AWS SDK for .NET Documentation
DeleteRouteRequest Class
AmazonAmazon.EC2.ModelDeleteRouteRequest Did this page help you?   Yes   No    Tell us about it...
Deletes a route from a route table in a VPC.
Declaration Syntax
C#
public class DeleteRouteRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

DestinationCidrBlock
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
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) Obsolete.
Sets the CIDR range for the route you want to delete.

WithRouteTableId(String) Obsolete.
Sets the ID of the route table where the route will be deleted.

Inheritance Hierarchy
Object
EC2Request
 DeleteRouteRequest

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