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



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

Associations
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

IsSetPropagatedRoutes()()()()
Checks if the PropagatedRoutes property is set

IsSetPropagatingVpnGateways()()()()
Checks if the PropagatingVpnGateways 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

PropagatedRoutes
DOCS_TODO

PropagatingVpnGateways
DOCS_TODO

Routes
A list of routes in the route table.

RouteTableId
The route table's ID.

Tag
A list of tags for the RouteTable.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VpcId
The ID of the VPC the route table is in.

WithAssociations(array<RouteTableAssociation>[]()[][]) Obsolete.
Sets the associations between the route table and one or more subnets.

WithPropagatedRoutes(array<PropagatedRoute>[]()[][]) Obsolete.
DOCS_TODO

WithPropagatingVpnGateways(array<String>[]()[][]) Obsolete.
DOCS_TODO

WithRoutes(array<Route>[]()[][]) Obsolete.
Sets the list of routes in the route table.

WithRouteTableId(String) Obsolete.
Sets the route table's ID.

WithTag(array<Tag>[]()[][]) Obsolete.
Sets the tags for the RouteTable.

WithVpcId(String) Obsolete.
Sets the ID of the VPC the route table is in.

Inheritance Hierarchy
Object
RouteTable

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