Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class RouteTableAssociation
Public Class RouteTableAssociation
public ref class RouteTableAssociation
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| RouteTableAssociation()()()() | Initializes a new instance of the RouteTableAssociation class | |
| 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.) | |
| IsSetMain()()()() |
Checks if Main property is set
| |
| IsSetRouteTableAssociationId()()()() |
Checks if RouteTableAssociationId property is set
| |
| IsSetRouteTableId()()()() |
Checks if RouteTableId property is set
| |
| IsSetSubnetId()()()() |
Checks if SubnetId property is set
| |
| Main |
Gets and sets the Main property.
Whether this is the main route table.
| |
| RouteTableAssociationId |
Gets and sets the RouteTableAssociationId property.
An identifier representing the association between a route table and
a subnet.
| |
| RouteTableId |
Gets and sets the RouteTableId property.
The ID of the route table in the association.
| |
| SubnetId |
Gets and sets the SubnetId property.
The ID of the subnet in the association.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithMain(Boolean) |
Sets the Main property
| |
| WithRouteTableAssociationId(String) |
Sets the RouteTableAssociationId property
| |
| WithRouteTableId(String) |
Sets the RouteTableId property
| |
| WithSubnetId(String) |
Sets the SubnetId property
|