VirtualHubRouteTableRoute

data class VirtualHubRouteTableRoute(val destinations: List<String>, val destinationsType: String, val name: String, val nextHop: String, val nextHopType: String? = null)

Constructors

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

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. Possible values are CIDR, ResourceId and Service.

Link copied to clipboard

The name which should be used for this route.

Link copied to clipboard

The next hop's resource ID.

Link copied to clipboard
val nextHopType: String? = null

The type of next hop. Currently the only possible value is ResourceId. Defaults to ResourceId.