VirtualHubRouteV2Response

data class VirtualHubRouteV2Response(val destinationType: String? = null, val destinations: List<String>? = null, val nextHopType: String? = null, val nextHops: List<String>? = null)

VirtualHubRouteTableV2 route.

Constructors

Link copied to clipboard
constructor(destinationType: String? = null, destinations: List<String>? = null, nextHopType: String? = null, nextHops: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of all destinations.

Link copied to clipboard
val destinationType: String? = null

The type of destinations.

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

NextHops ip address.

Link copied to clipboard
val nextHopType: String? = null

The type of next hops.