RoutingPolicyArgs

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

The routing policy object used in a RoutingIntent resource.

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>>

List of all destinations which this routing policy is applicable to (for example: Internet, 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 next hop resource id on which this routing policy is applicable to.

Functions

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