VirtualHubConnectionRoutingPropagatedRouteTableArgs

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

Constructors

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

Properties

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

The list of labels to assign to this route table.

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

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

Functions

Link copied to clipboard
open override fun toJava(): VirtualHubConnectionRoutingPropagatedRouteTableArgs