GetRouteEntriesEntry

data class GetRouteEntriesEntry(val cidrBlock: String, val conflicts: List<GetRouteEntriesEntryConflict>, val nextHopId: String, val nextHopType: String, val operationalMode: Boolean, val publishStatus: String, val routeTableId: String, val routeType: String)

Constructors

Link copied to clipboard
constructor(cidrBlock: String, conflicts: List<GetRouteEntriesEntryConflict>, nextHopId: String, nextHopType: String, operationalMode: Boolean, publishStatus: String, routeTableId: String, routeType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination CIDR block of the route entry to query.

Link copied to clipboard

A list of conflicted Route Entries. Each element contains the following attributes:

Link copied to clipboard

ID of the next hop.

Link copied to clipboard

Type of the next hop, including "Instance", "HaVip" and "RouterInterface".

Link copied to clipboard

Whether to allow the route entry to be published or removed to or from CEN.

Link copied to clipboard

The publish status of the route entry in CEN, including "Published" and "NonPublished".

Link copied to clipboard

ID of the route table of the VPC or VBR.

Link copied to clipboard

Type of the route entry, including "System", "Custom" and "BGP".