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. |
RouteTableId
Required
public object RouteTableId { get; set; }
- Type: object
Property routeTableId: The ID of the route table.
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: The ID of the VSwitch.