Skip to content

RouteTableProps

Properties for defining a RouteTable.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RouteTableProps {
    object VpcId,
    object Description = null,
    object RouteTableName = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
VpcId object Property vpcId: The ID of the VPC to which the custom route table belongs.
Description object Property description: The description of the route table.
RouteTableName object Property routeTableName: The name of the route table.
Tags TagsProperty[] Property tags: Tags to attach to routetable.

VpcIdRequired

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

Property vpcId: The ID of the VPC to which the custom route table belongs.


DescriptionOptional

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

Property description: The description of the route table.

The description must be 2 to 256 characters in length. The description must start with a letter, but cannot start with http:// or https://.


RouteTableNameOptional

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

Property routeTableName: The name of the route table.

The name must be 2 to 128 characters in length. It can contain letters, numbers, periods (.), underscores (_), and hyphens (-). It must start with a letter and cannot start with http:// or https://.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags to attach to routetable.

Max support 20 tags to add during create routetable. Each tag with two properties Key and Value, and Key is required.