GetRegionRouteEntriesEntry

data class GetRegionRouteEntriesEntry(val cidrBlock: String, val nextHopId: String, val nextHopRegionId: String, val nextHopType: String, val type: String)

Constructors

Link copied to clipboard
constructor(cidrBlock: String, nextHopId: String, nextHopRegionId: String, nextHopType: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination CIDR block of the route entry.

Link copied to clipboard

ID of the next hop.

Link copied to clipboard

ID of the region where the next hop is located.

Link copied to clipboard

Type of the next hop.

Link copied to clipboard

Type of the route entry.