Route Table

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class RouteTable
Public Class RouteTable
public ref class RouteTable

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RouteTable()()()()
Initializes a new instance of the RouteTable class
Associations
Gets and sets the Associations property. A list of associations between the route table and one or more subnets.
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.)
IsSetAssociations()()()()
Checks if Associations property is set
IsSetRoutes()()()()
Checks if Routes property is set
IsSetRouteTableId()()()()
Checks if RouteTableId property is set
IsSetTag()()()()
Checks if Tag property is set
IsSetVpcId()()()()
Checks if VpcId property is set
Routes
Gets and sets the Routes property. A list of routes in the route table.
RouteTableId
Gets and sets the RouteTableId property. The route table's ID.
Tag
Gets and sets the Tag property. A list of tags for the RouteTable.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VpcId
Gets and sets the VpcId property. The ID of the VPC the route table is in.
WithAssociations(array<RouteTableAssociation>[]()[][])
Sets the Associations property
WithRoutes(array<Route>[]()[][])
Sets the Routes property
WithRouteTableId(String)
Sets the RouteTableId property
WithTag(array<Tag>[]()[][])
Sets the Tag property
WithVpcId(String)
Sets the VpcId property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..RouteTable

See Also