GetRouteTablesTable

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>)

Constructors

Link copied to clipboard
constructor(description: String, id: String, name: String, resourceGroupId: String, routeTableId: String, routeTableName: String, routeTableType: String, routerId: String, routerType: String, status: String, tags: Map<String, String>, vpcId: String, vswitchIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the route table instance.

Link copied to clipboard
val id: String

ID of the Route Table.

Link copied to clipboard

Name of the route table.

Link copied to clipboard

The Id of resource group which route tables belongs.

Link copied to clipboard

The router ID.

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

The status of resource. Valid values: Available and Pending.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

Vpc id of the route table.

Link copied to clipboard

A list of vswitch id.