Skip to content

RouteTablesProps

Properties for defining a RouteTables.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.RouteTablesProps {
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    RouterId: interface{},
    RouterType: interface{},
    RouteTableId: interface{},
    RouteTableName: interface{},
    VpcId: interface{},
}

Properties

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

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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

ResourceGroupId interface{}
  • Type: interface{}

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


RouterIdOptional

RouterId interface{}
  • Type: interface{}

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


RouterTypeOptional

RouterType interface{}
  • Type: interface{}

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

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


RouteTableIdOptional

RouteTableId interface{}
  • Type: interface{}

Property routeTableId: The ID of the route table.


RouteTableNameOptional

RouteTableName interface{}
  • Type: interface{}

Property routeTableName: The name of the route table.


VpcIdOptional

VpcId interface{}
  • Type: interface{}

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.