Get Route Tables Table
data class GetRouteTablesTable(val description: String, val id: String, val name: String, val resourceGroupId: String, val routeTableId: String, val routeTableName: String, val routeTableType: String, val routerId: String, val routerType: String, val status: String, val tags: Map<String, String>, val vpcId: String, val vswitchIds: List<String>)
Properties
Link copied to clipboard
The description of the route table instance.
Link copied to clipboard
The Id of resource group which route tables belongs.
Link copied to clipboard
The route type of route table. Valid values: VRouter
and VBR
.
Link copied to clipboard
The route table id.
Link copied to clipboard
The route table name.
Link copied to clipboard
The route table type.
Link copied to clipboard
A list of vswitch id.