Get Route Entries Entry
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)
Properties
Link copied to clipboard
A list of conflicted Route Entries. Each element contains the following attributes:
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.