VirtualHubRouteV2Args

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

VirtualHubRouteTableV2 route.

Constructors

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

Properties

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

List of all destinations.

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

The type of destinations.

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

NextHops ip address.

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

The type of next hops.

Functions

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