VirtualHubRouteTableV2Args

data class VirtualHubRouteTableV2Args(val attachedConnections: Output<List<String>>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val routes: Output<List<VirtualHubRouteV2Args>>? = null) : ConvertibleToJava<VirtualHubRouteTableV2Args>

VirtualHubRouteTableV2 Resource.

Constructors

Link copied to clipboard
constructor(attachedConnections: Output<List<String>>? = null, id: Output<String>? = null, name: Output<String>? = null, routes: Output<List<VirtualHubRouteV2Args>>? = null)

Properties

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

List of all connections attached to this route table v2.

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

Resource ID.

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

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard
val routes: Output<List<VirtualHubRouteV2Args>>? = null

List of all routes.

Functions

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