RoutingIntentRoutingPolicy

data class RoutingIntentRoutingPolicy(val destinations: List<String>, val name: String, val nextHop: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The unique name for the routing policy.

Link copied to clipboard

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