Route description
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 Route
Public Class Route
public ref class Route
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Route()()()() | Initializes a new instance of the Route class | |
| DestinationCidrBlock |
Gets and sets the DestinationCidrBlock property.
The CIDR address block used for the destination match. For example:
0.0.0.0/0.
| |
| 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.
| |
| InstanceOwnerId |
Gets and sets the InstanceOwnerId property
| |
| IsSetDestinationCidrBlock()()()() |
Checks if DestinationCidrBlock property is set
| |
| IsSetGatewayId()()()() |
Checks if GatewayId property is set
| |
| IsSetInstanceId()()()() |
Checks if InstanceId property is set
| |
| IsSetInstanceOwnerId()()()() |
Checks if the InstanceOwnerId property is set
| |
| IsSetNetworkInterfaceId()()()() |
Checks if the NetworkInterfaceId property is set
| |
| IsSetState()()()() |
Checks if State property is set
| |
| NetworkInterfaceId |
Gets and sets the NetworkInterfaceId property
| |
| State |
Gets and sets the State property.
The state of the route.The blackhole state indicates that the route's
target isn't available (e.g., the specified gateway isn't attached to the
VPC, the specified NAT instance has been terminated, etc.).
| |
| ToString()()()() | (Inherited from Object.) | |
| WithDestinationCidrBlock(String) |
Sets the DestinationCidrBlock property
| |
| WithGatewayId(String) |
Sets the GatewayId property
| |
| WithInstanceId(String) |
Sets the InstanceId property
| |
| WithInstanceOwnerId(String) |
Sets the InstanceOwnerId property
| |
| WithNetworkInterfaceId(String) |
Sets the NetworkInterfaceId property
| |
| WithState(String) |
Sets the State property
|