RoutingIntentRoutingPolicyArgs

data class RoutingIntentRoutingPolicyArgs(val destinations: Output<List<String>>, val name: Output<String>, val nextHop: Output<String>) : ConvertibleToJava<RoutingIntentRoutingPolicyArgs>

Constructors

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

Properties

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

A list of destinations which this routing policy is applicable to. Possible values are Internet and PrivateTraffic.

Link copied to clipboard
val name: Output<String>

The unique name for the routing policy.

Link copied to clipboard
val nextHop: Output<String>

The resource ID of the next hop on which this routing policy is applicable to.

Functions

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