RoutingRuleNextHopArgs

data class RoutingRuleNextHopArgs(val nextHopAddress: Output<String>? = null, val nextHopType: Output<Either<String, RoutingRuleNextHopType>>) : ConvertibleToJava<RoutingRuleNextHopArgs>

Next hop.

Constructors

Link copied to clipboard
constructor(nextHopAddress: Output<String>? = null, nextHopType: Output<Either<String, RoutingRuleNextHopType>>)

Properties

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

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

Link copied to clipboard

Next hop type.

Functions

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