VPCRouteEntryNextHopArgs

data class VPCRouteEntryNextHopArgs(val enabled: Output<Int>? = null, val nextHopRegionId: Output<String>? = null, val nextHopRelatedInfo: Output<VPCRouteEntryNextHopNextHopRelatedInfoArgs>? = null, val nexthopId: Output<String>? = null, val nexthopType: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<VPCRouteEntryNextHopArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Int>? = null, nextHopRegionId: Output<String>? = null, nextHopRelatedInfo: Output<VPCRouteEntryNextHopNextHopRelatedInfoArgs>? = null, nexthopId: Output<String>? = null, nexthopType: Output<String>? = null, weight: Output<Int>? = null)

Properties

Link copied to clipboard
val enabled: Output<Int>? = null

Whether the route is available.

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

ID of next hop

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

The region of the next instance.

Link copied to clipboard

Next hop information.

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

type of next hop

Link copied to clipboard
val weight: Output<Int>? = null

The weight of the route entry.

Functions

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