Replaces an existing route within 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 ReplaceRouteRequest
Public Class ReplaceRouteRequest
public ref class ReplaceRouteRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ReplaceRouteRequest()()()() | Initializes a new instance of the ReplaceRouteRequest class | |
| DestinationCidrBlock |
Gets and sets the DestinationCidrBlock property.
The CIDR address block used for the
destination match. For example: 0.0.0.0/0.The
value you provide must match the CIDR of an
existing route in the table.
| |
| Equals(Object) | (Inherited from Object.) | |
| GatewayId |
Gets and sets the GatewayId property.
The ID of a gateway attached to your VPC.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InstanceId |
Gets and sets the InstanceId property.
The ID of a NAT instance in your VPC.
| |
| IsSetDestinationCidrBlock()()()() |
Checks if DestinationCidrBlock property is set
| |
| IsSetGatewayId()()()() |
Checks if GatewayId property is set
| |
| IsSetInstanceId()()()() |
Checks if InstanceId property is set
| |
| IsSetNetworkInterfaceId()()()() |
Checks if the NetworkInterfaceId property is set
| |
| IsSetRouteTableId()()()() |
Checks if RouteTableId property is set
| |
| NetworkInterfaceId |
Gets and sets the NetworkInterfaceId property
| |
| RouteTableId |
Gets and sets the RouteTableId property.
The ID of the route table where the route will
be replaced.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithDestinationCidrBlock(String) |
Sets the DestinationCidrBlock property
| |
| WithGatewayId(String) |
Sets the GatewayId property
| |
| WithInstanceId(String) |
Sets the InstanceId property
| |
| WithNetworkInterfaceId(String) |
Sets the NetworkInterfaceId property
| |
| WithRouteTableId(String) |
Sets the RouteTableId property
|