Skip to content

RouteTablesProps

Properties for defining a RouteTables.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-routetables

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RouteTablesProps {
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object RouterId = null,
    object RouterType = null,
    object RouteTableId = null,
    object RouteTableName = null,
    object VpcId = null
};

Properties

Name Type Description
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId object Property resourceGroupId: The ID of the resource group to which the route table belongs.
RouterId object Property routerId: The ID of the VRouter to which the route table belongs.
RouterType object Property routerType: The type of the VRouter to which the route table belongs.
RouteTableId object Property routeTableId: The ID of the route table.
RouteTableName object Property routeTableName: The name of the route table.
VpcId object Property vpcId: The ID of the VRouter to which the route table belongs.

RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group to which the route table belongs.


RouterIdOptional

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

Property routerId: The ID of the VRouter to which the route table belongs.


RouterTypeOptional

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

Property routerType: The type of the VRouter to which the route table belongs.

Valid values: VRouter (default): VRouter. VBR: Virtual Border Router (VBR).


RouteTableIdOptional

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

Property routeTableId: The ID of the route table.


RouteTableNameOptional

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

Property routeTableName: The name of the route table.


VpcIdOptional

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

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

The value of the RouterType parameter is set to VRouter automatically when this parameter is specified.