RouteTableAssociationProps
Properties for defining a RouteTableAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-routetableassociation
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RouteTableAssociationProps {
RouteTableId: interface{},
VSwitchId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
RouteTableId |
interface{} |
Property routeTableId: The ID of the route table. |
VSwitchId |
interface{} |
Property vSwitchId: The ID of the VSwitch. |
RouteTableId
Required
RouteTableId interface{}
- Type: interface{}
Property routeTableId: The ID of the route table.
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: The ID of the VSwitch.