RoutingRuleNextHopResponse

data class RoutingRuleNextHopResponse(val nextHopAddress: String? = null, val nextHopType: String)

Next hop.

Constructors

Link copied to clipboard
constructor(nextHopAddress: String? = null, nextHopType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextHopAddress: String? = null

Next hop address. Only required if the next hop type is VirtualAppliance.

Link copied to clipboard

Next hop type.