Routing Rule Next Hop Args
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>>)