VirtualHubRouteTableRouteArgs

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

Constructors

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

Properties

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

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
val name: Output<String>

The name which should be used for this route.

Link copied to clipboard
val nextHop: Output<String>

The next hop's resource ID.

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

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

Functions

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