GetVirtualHubRouteTableRoute

data class GetVirtualHubRouteTableRoute(val destinations: List<String>, val destinationsType: String, val name: String, val nextHop: String, val nextHopType: String)

Constructors

Link copied to clipboard
constructor(destinations: List<String>, destinationsType: String, name: String, nextHop: String, nextHopType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of destination addresses for this route.

Link copied to clipboard

The type of destinations.

Link copied to clipboard

The name of the Virtual Hub Route Table.

Link copied to clipboard

The next hop's resource ID.

Link copied to clipboard

The type of next hop.