VirtualHubConnectionRoutingPropagatedRouteTable

data class VirtualHubConnectionRoutingPropagatedRouteTable(val labels: List<String>? = null, val routeTableIds: List<String>? = null)

Constructors

constructor(labels: List<String>? = null, routeTableIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val labels: List<String>? = null

The list of labels to assign to this route table.

Link copied to clipboard
val routeTableIds: List<String>? = null

A list of Route Table IDs to associated with this Virtual Hub Connection.