Skip to content

RosRouteTableAssociationProps

Properties for defining a RosRouteTableAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-routetableassociation

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosRouteTableAssociationProps {
    object RouteTableId,
    object VSwitchId
};

Properties

Name Type Description
RouteTableId object No description.
VSwitchId object No description.

RouteTableIdRequired

public object RouteTableId { get; set; }
  • Type: object

VSwitchIdRequired

public object VSwitchId { get; set; }
  • Type: object