ReplaceRouteTableAssociationRequest Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Container for the parameters to the ReplaceRouteTableAssociation operation.

Changes the route table associated with a given subnet in a VPC. After you execute this action, the subnet uses the routes in the new route table it's associated with. For more information about route tables, go to Route Tables in the Amazon Virtual Private Cloud User Guide.

You can also use this to change which table is the main route table in the VPC. You just specify the main route table's association ID and the route table that you want to be the new main route table.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.Model.ReplaceRouteTableAssociationRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ReplaceRouteTableAssociationRequest : AmazonWebServiceRequest
         IRequestEvents

The ReplaceRouteTableAssociationRequest type exposes the following members

Constructors

Properties

  Name Description
Public Property AssociationId The ID representing the current association between the original route table and the subnet.
Public Property RouteTableId The ID of the new route table to associate with the subnet.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8