Skip to content

RosRouteTablesProps

Properties for defining a RosRouteTables.

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

Initializer

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

Properties

Name Type Description
RefreshOptions interface{} No description.
ResourceGroupId interface{} No description.
RouterId interface{} No description.
RouterType interface{} No description.
RouteTableId interface{} No description.
RouteTableName interface{} No description.
VpcId interface{} No description.

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RouterIdOptional

RouterId interface{}
  • Type: interface{}

RouterTypeOptional

RouterType interface{}
  • Type: interface{}

RouteTableIdOptional

RouteTableId interface{}
  • Type: interface{}

RouteTableNameOptional

RouteTableName interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}