云连接 CC-查询云连接路由条目列表:响应参数

时间:2023-11-01 16:23:05

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

cloud_connection_routes

Array of CloudConnectionRoute objects

云连接路由实例列表。

page_info

PageInfo object

分页查询页的信息。

request_id

String

请求ID。

最小长度:0

最大长度:36

表5 CloudConnectionRoute

参数

参数类型

描述

id

String

云连接实例路由的ID。

最小长度:0

最大长度:36

cloud_connection_id

String

云连接实例的ID。

最小长度:0

最大长度:36

domain_id

String

帐号ID。

最小长度:10

最大长度:32

project_id

String

网络实例的项目ID。

最小长度:0

最大长度:36

instance_id

String

路由条目下一跳指向的网络实例的ID。

最小长度:0

最大长度:36

type

String

路由条目下一跳指向的网络实例的类型。

  • VPC:虚拟私有云。

  • VGW:虚拟网关。

最小长度:2

最大长度:3

region_id

String

Region的ID。

最小长度:0

最大长度:36

destination

String

目的地址。

最小长度:0

最大长度:36

表6 PageInfo

参数

参数类型

描述

next_marker

String

下一页的marker,值为资源的uuid,为空时表示最后一页。

最小长度:0

最大长度:36

previous_marker

String

上一页的marker,值为资源的uuid,为空时表示第一页。

最小长度:0

最大长度:36

current_count

Integer

当前列表中资源数量。

最小值:0

最大值:2000

support.huaweicloud.com/api-cc/ListCloudConnectionRoutes.html