VPCRouteEntryNextHop

data class VPCRouteEntryNextHop(val enabled: Int? = null, val nextHopRegionId: String? = null, val nextHopRelatedInfo: VPCRouteEntryNextHopNextHopRelatedInfo? = null, val nexthopId: String? = null, val nexthopType: String? = null, val weight: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Int? = null

Whether the route is available.

Link copied to clipboard
val nexthopId: String? = null

ID of next hop

Link copied to clipboard
val nextHopRegionId: String? = null

The region of the next instance.

Link copied to clipboard
Link copied to clipboard
val nexthopType: String? = null

type of next hop

Link copied to clipboard
val weight: Int? = null

The weight of the route entry.