RouteTableAssociationProps
Properties for defining a RouteTableAssociation.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-routetableassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RouteTableAssociationProps {
object RouteTableId,
object VSwitchId
};
Properties
| Name | Type | Description |
|---|---|---|
RouteTableId |
object |
Property routeTableId: The ID of the route table. |
VSwitchId |
object |
Property vSwitchId: The ID of the VSwitch. |
RouteTableIdRequired
public object RouteTableId { get; set; }
- Type: object
Property routeTableId: The ID of the route table.
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: The ID of the VSwitch.