AWS SDK for .NET Documentation
RouteTableAssociation Class
AmazonAmazon.EC2.ModelRouteTableAssociation Did this page help you?   Yes   No    Tell us about it...
Route Table Association
Declaration Syntax
C#
public class RouteTableAssociation
Members
All MembersConstructorsMethodsProperties



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

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.)
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
Whether this is the main route table.

RouteTableAssociationId
An identifier representing the association between a route table and a subnet.

RouteTableId
The ID of the route table in the association.

SubnetId
The ID of the subnet in the association.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithMain(Boolean) Obsolete.
Sets whether this is the main route table.

WithRouteTableAssociationId(String) Obsolete.
Sets an identifier representing the association between a route table and a subnet.

WithRouteTableId(String) Obsolete.
Sets the ID of the route table in the association.

WithSubnetId(String) Obsolete.
Sets the ID of the subnet in the association.

Inheritance Hierarchy
Object
RouteTableAssociation

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