GetTransitRouterPrefixListAssociationsAssociation

data class GetTransitRouterPrefixListAssociationsAssociation(val id: String, val nextHop: String, val nextHopInstanceId: String, val nextHopType: String, val ownerUid: Int, val prefixListId: String, val status: String, val transitRouterId: String, val transitRouterTableId: String)

Constructors

constructor(id: String, nextHop: String, nextHopInstanceId: String, nextHopType: String, ownerUid: Int, prefixListId: String, status: String, transitRouterId: String, transitRouterTableId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Cen Transit Router Prefix List Association. It formats as <prefix_list_id>:<transit_router_id>:<transit_router_table_id>:<next_hop>.

Link copied to clipboard

The ID of the next hop connection.

Link copied to clipboard

The ID of the network instance associated with the next hop connection.

Link copied to clipboard

The type of the next hop.

Link copied to clipboard

The ID of the Alibaba Cloud account to which the prefix list belongs.

Link copied to clipboard

The ID of the prefix list.

Link copied to clipboard

The status of the prefix list.

Link copied to clipboard

The ID of the transit router.

Link copied to clipboard

The ID of the route table of the transit router.