tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/asr/v20190614/api.json +18 -18
- tccli/services/batch/v20170312/api.json +14 -14
- tccli/services/bh/bh_client.py +623 -93
- tccli/services/bh/v20230418/api.json +1054 -32
- tccli/services/bh/v20230418/examples.json +93 -1
- tccli/services/billing/billing_client.py +4 -57
- tccli/services/billing/v20180709/api.json +3 -305
- tccli/services/billing/v20180709/examples.json +2 -10
- tccli/services/bpaas/v20181217/api.json +56 -56
- tccli/services/cat/cat_client.py +61 -8
- tccli/services/cat/v20180409/api.json +115 -0
- tccli/services/cat/v20180409/examples.json +20 -0
- tccli/services/cbs/v20170312/api.json +9 -7
- tccli/services/cbs/v20170312/examples.json +2 -2
- tccli/services/ccc/ccc_client.py +216 -4
- tccli/services/ccc/v20200210/api.json +364 -6
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/v20170320/api.json +23 -14
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +365 -279
- tccli/services/cdwch/v20200915/api.json +21 -21
- tccli/services/cdwdoris/v20211228/api.json +21 -1
- tccli/services/cdwdoris/v20211228/examples.json +4 -4
- tccli/services/cdwpg/v20201230/api.json +375 -360
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +201 -5
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +57 -4
- tccli/services/chc/v20230418/api.json +108 -1
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +408 -302
- tccli/services/ckafka/v20190819/api.json +197 -2
- tccli/services/ckafka/v20190819/examples.json +16 -0
- tccli/services/clb/v20180317/api.json +439 -379
- tccli/services/clb/v20180317/examples.json +7 -7
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +86 -3
- tccli/services/cls/v20201016/examples.json +11 -3
- tccli/services/cvm/v20170312/api.json +165 -147
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +93 -14
- tccli/services/cwp/v20180228/examples.json +7 -7
- tccli/services/cynosdb/cynosdb_client.py +171 -12
- tccli/services/cynosdb/v20190107/api.json +252 -3
- tccli/services/cynosdb/v20190107/examples.json +24 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +816 -655
- tccli/services/dlc/v20210125/examples.json +73 -59
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/dts/v20211206/examples.json +6 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +127 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +686 -151
- tccli/services/es/v20180416/api.json +509 -436
- tccli/services/es/v20180416/examples.json +43 -49
- tccli/services/es/v20250101/api.json +1391 -0
- tccli/services/es/v20250101/examples.json +85 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +142 -21
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +112 -9
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/gaap/v20180529/api.json +321 -312
- tccli/services/gaap/v20180529/examples.json +2 -2
- tccli/services/gs/gs_client.py +538 -8
- tccli/services/gs/v20191118/api.json +947 -44
- tccli/services/gs/v20191118/examples.json +87 -1
- tccli/services/gwlb/v20240906/api.json +56 -37
- tccli/services/gwlb/v20240906/examples.json +11 -5
- tccli/services/hunyuan/hunyuan_client.py +175 -69
- tccli/services/hunyuan/v20230901/api.json +191 -1
- tccli/services/hunyuan/v20230901/examples.json +17 -1
- tccli/services/ioa/ioa_client.py +227 -15
- tccli/services/ioa/v20220601/api.json +479 -0
- tccli/services/ioa/v20220601/examples.json +44 -0
- tccli/services/iotexplorer/iotexplorer_client.py +322 -4
- tccli/services/iotexplorer/v20190423/api.json +865 -52
- tccli/services/iotexplorer/v20190423/examples.json +64 -16
- tccli/services/iotvideo/iotvideo_client.py +57 -4
- tccli/services/iotvideo/v20211125/api.json +146 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +1 -1
- tccli/services/kms/v20190118/api.json +38 -2
- tccli/services/lcic/v20220817/api.json +66 -1
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +0 -106
- tccli/services/lighthouse/v20200324/api.json +11 -98
- tccli/services/lighthouse/v20200324/examples.json +0 -16
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +208 -10
- tccli/services/lke/v20231130/examples.json +10 -10
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +48 -4
- tccli/services/lkeap/v20240522/examples.json +8 -0
- tccli/services/mna/mna_client.py +4 -163
- tccli/services/mna/v20210119/api.json +0 -524
- tccli/services/mna/v20210119/examples.json +0 -24
- tccli/services/monitor/monitor_client.py +114 -8
- tccli/services/monitor/v20180724/api.json +129 -18
- tccli/services/monitor/v20180724/examples.json +17 -1
- tccli/services/mps/v20190612/api.json +1223 -1031
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/nlp/v20190408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +12 -12
- tccli/services/oceanus/v20190422/examples.json +15 -3
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/privatedns/v20201028/api.json +30 -11
- tccli/services/privatedns/v20201028/examples.json +10 -10
- tccli/services/rce/v20201103/api.json +3 -3
- tccli/services/ses/v20201002/api.json +10 -1
- tccli/services/smop/v20201203/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/sts/sts_client.py +53 -0
- tccli/services/sts/v20180813/api.json +101 -1
- tccli/services/sts/v20180813/examples.json +8 -0
- tccli/services/taf/taf_client.py +0 -53
- tccli/services/taf/v20200210/api.json +0 -138
- tccli/services/taf/v20200210/examples.json +0 -8
- tccli/services/tan/v20220420/api.json +2 -2
- tccli/services/tat/v20201028/api.json +2 -2
- tccli/services/tcb/v20180608/api.json +29 -1
- tccli/services/tcbr/v20220217/api.json +32 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +84 -34
- tccli/services/tcss/v20201101/examples.json +2809 -0
- tccli/services/tdmq/v20200217/api.json +40 -0
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +236 -208
- tccli/services/teo/v20220901/examples.json +13 -13
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +256 -0
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +489 -12
- tccli/services/trocket/v20230308/api.json +925 -146
- tccli/services/trocket/v20230308/examples.json +72 -0
- tccli/services/trtc/v20190722/api.json +13 -19
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +1016 -995
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +510 -465
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/tts/v20190823/api.json +10 -10
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vcube/v20220410/api.json +10 -0
- tccli/services/vdb/v20230616/api.json +10 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +824 -254
- tccli/services/vpc/v20170312/examples.json +66 -10
- tccli/services/vpc/vpc_client.py +383 -12
- tccli/services/vrs/v20200824/api.json +9 -0
- tccli/services/waf/v20180125/api.json +8113 -5814
- tccli/services/waf/v20180125/examples.json +90 -0
- tccli/services/waf/waf_client.py +559 -82
- tccli/services/wedata/v20210820/api.json +1379 -24
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +171 -12
- tccli/services/weilingwith/v20230427/api.json +1 -1
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -343,6 +343,13 @@
|
|
343
343
|
"output": "CreateFlowLogResponse",
|
344
344
|
"status": "online"
|
345
345
|
},
|
346
|
+
"CreateGlobalRoutes": {
|
347
|
+
"document": "本接口(CreateGlobalRoutes)用于创建全局路由。",
|
348
|
+
"input": "CreateGlobalRoutesRequest",
|
349
|
+
"name": "创建全局路由",
|
350
|
+
"output": "CreateGlobalRoutesResponse",
|
351
|
+
"status": "online"
|
352
|
+
},
|
346
353
|
"CreateHaVip": {
|
347
354
|
"document": "本接口(CreateHaVip)用于创建高可用虚拟IP(HAVIP)。",
|
348
355
|
"input": "CreateHaVipRequest",
|
@@ -645,7 +652,7 @@
|
|
645
652
|
"status": "online"
|
646
653
|
},
|
647
654
|
"DeleteBandwidthPackage": {
|
648
|
-
"document": "接口支持删除共享带宽包,包括[设备带宽包](https://cloud.tencent.com/document/product/684/
|
655
|
+
"document": "接口支持删除共享带宽包,包括[设备带宽包](https://cloud.tencent.com/document/product/684/15245#bwptype)和[IP带宽包](https://cloud.tencent.com/document/product/684/15245#bwptype)",
|
649
656
|
"input": "DeleteBandwidthPackageRequest",
|
650
657
|
"name": "删除共享带宽包",
|
651
658
|
"output": "DeleteBandwidthPackageResponse",
|
@@ -714,6 +721,13 @@
|
|
714
721
|
"output": "DeleteFlowLogResponse",
|
715
722
|
"status": "online"
|
716
723
|
},
|
724
|
+
"DeleteGlobalRoutes": {
|
725
|
+
"document": "删除全局路由。",
|
726
|
+
"input": "DeleteGlobalRoutesRequest",
|
727
|
+
"name": "删除全局路由。",
|
728
|
+
"output": "DeleteGlobalRoutesResponse",
|
729
|
+
"status": "online"
|
730
|
+
},
|
717
731
|
"DeleteHaVip": {
|
718
732
|
"document": "本接口(DeleteHaVip)用于删除高可用虚拟IP(HAVIP)。<br />\n本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询`DescribeVpcTaskResult`接口。",
|
719
733
|
"input": "DeleteHaVipRequest",
|
@@ -799,7 +813,7 @@
|
|
799
813
|
"status": "online"
|
800
814
|
},
|
801
815
|
"DeleteNetworkInterface": {
|
802
|
-
"document": "本接口(DeleteNetworkInterface)用于删除弹性网卡。\n* 弹性网卡上绑定了云服务器时,不能被删除。\n* 删除指定弹性网卡,弹性网卡必须先和子机解绑才能删除。删除之后弹性网卡上所有内网IP都将被退还。\n\n本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId
|
816
|
+
"document": "本接口(DeleteNetworkInterface)用于删除弹性网卡。\n* 弹性网卡上绑定了云服务器时,不能被删除。\n* 删除指定弹性网卡,弹性网卡必须先和子机解绑才能删除。删除之后弹性网卡上所有内网IP都将被退还。\n\n本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询[DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) \n接口。",
|
803
817
|
"input": "DeleteNetworkInterfaceRequest",
|
804
818
|
"name": "删除弹性网卡",
|
805
819
|
"output": "DeleteNetworkInterfaceResponse",
|
@@ -1205,9 +1219,9 @@
|
|
1205
1219
|
"status": "online"
|
1206
1220
|
},
|
1207
1221
|
"DescribeFlowLog": {
|
1208
|
-
"document": "本接口(DescribeFlowLog
|
1222
|
+
"document": "本接口(DescribeFlowLog)用于查询VPC流日志实例信息。\n该接口只支持VPC流日志(即将下线)。云联网以及VPC流日志,通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。",
|
1209
1223
|
"input": "DescribeFlowLogRequest",
|
1210
|
-
"name": "
|
1224
|
+
"name": "查询VPC流日志实例信息",
|
1211
1225
|
"output": "DescribeFlowLogResponse",
|
1212
1226
|
"status": "online"
|
1213
1227
|
},
|
@@ -1232,6 +1246,13 @@
|
|
1232
1246
|
"output": "DescribeGatewayFlowQosResponse",
|
1233
1247
|
"status": "online"
|
1234
1248
|
},
|
1249
|
+
"DescribeGlobalRoutes": {
|
1250
|
+
"document": "查询全局路由列表。",
|
1251
|
+
"input": "DescribeGlobalRoutesRequest",
|
1252
|
+
"name": "查询全局路由列表。",
|
1253
|
+
"output": "DescribeGlobalRoutesResponse",
|
1254
|
+
"status": "online"
|
1255
|
+
},
|
1235
1256
|
"DescribeHaVips": {
|
1236
1257
|
"document": "本接口(DescribeHaVips)用于查询高可用虚拟IP(HAVIP)列表。",
|
1237
1258
|
"input": "DescribeHaVipsRequest",
|
@@ -1260,6 +1281,13 @@
|
|
1260
1281
|
"output": "DescribeIPv6AddressesResponse",
|
1261
1282
|
"status": "online"
|
1262
1283
|
},
|
1284
|
+
"DescribeInstanceJumbo": {
|
1285
|
+
"document": "本接口用于检查云服务器是否支持巨帧。\n使用限制:\n1. 需要CAM策略授权该接口的操作权限,并且授权对应实例的读取权限(该接口会访问CVM实例,所以会校验是否有实例的CAM权限)。例如:CAM action放通vpc:DescribeInstanceJumbo;resourc放通qcs::cvm:ap-guangzhou:uin/2126195383:instance/*。\n2. 实例迁移前后,可能会出现该接口返回的巨帧状态前后不一致(需要检查迁移前后实例所在的宿主机是否都支持巨帧,一种可能的原因为实例迁移到了不支持巨帧的宿主机)。",
|
1286
|
+
"input": "DescribeInstanceJumboRequest",
|
1287
|
+
"name": "查询指定云服务器是否支持巨帧",
|
1288
|
+
"output": "DescribeInstanceJumboResponse",
|
1289
|
+
"status": "online"
|
1290
|
+
},
|
1263
1291
|
"DescribeIp6Addresses": {
|
1264
1292
|
"document": "本接口(DescribeIp6Addresses)用于查询一个或多个传统弹性公网 IPv6 实例的详细信息。",
|
1265
1293
|
"input": "DescribeIp6AddressesRequest",
|
@@ -2030,15 +2058,22 @@
|
|
2030
2058
|
"output": "LockCcnsResponse",
|
2031
2059
|
"status": "online"
|
2032
2060
|
},
|
2061
|
+
"MigrateBandwidthPackageResources": {
|
2062
|
+
"document": "本接口 (MigrateBandwidthPackageResources) 用于共享带宽包之间迁移资源",
|
2063
|
+
"input": "MigrateBandwidthPackageResourcesRequest",
|
2064
|
+
"name": "共享带宽包资源迁移接口",
|
2065
|
+
"output": "MigrateBandwidthPackageResourcesResponse",
|
2066
|
+
"status": "online"
|
2067
|
+
},
|
2033
2068
|
"MigrateNetworkInterface": {
|
2034
|
-
"document": "本接口(MigrateNetworkInterface)用于弹性网卡迁移。\n本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId
|
2069
|
+
"document": "本接口(MigrateNetworkInterface)用于弹性网卡迁移。\n本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询[DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) `接口。",
|
2035
2070
|
"input": "MigrateNetworkInterfaceRequest",
|
2036
2071
|
"name": "弹性网卡迁移",
|
2037
2072
|
"output": "MigrateNetworkInterfaceResponse",
|
2038
2073
|
"status": "online"
|
2039
2074
|
},
|
2040
2075
|
"MigratePrivateIpAddress": {
|
2041
|
-
"document": "本接口(MigratePrivateIpAddress)用于弹性网卡内网IP迁移。\n* 该接口用于将一个内网IP从一个弹性网卡上迁移到另外一个弹性网卡,主IP地址不支持迁移。\n* 迁移前后的弹性网卡必须在同一个子网内。 \n\n本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId
|
2076
|
+
"document": "本接口(MigratePrivateIpAddress)用于弹性网卡内网IP迁移。\n* 该接口用于将一个内网IP从一个弹性网卡上迁移到另外一个弹性网卡,主IP地址不支持迁移。\n* 迁移前后的弹性网卡必须在同一个子网内。 \n\n本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询[DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口。",
|
2042
2077
|
"input": "MigratePrivateIpAddressRequest",
|
2043
2078
|
"name": "弹性网卡内网IP迁移",
|
2044
2079
|
"output": "MigratePrivateIpAddressResponse",
|
@@ -2094,7 +2129,7 @@
|
|
2094
2129
|
"status": "online"
|
2095
2130
|
},
|
2096
2131
|
"ModifyBandwidthPackageAttribute": {
|
2097
|
-
"document": "
|
2132
|
+
"document": "接口用于修改带宽包属性,包括带宽包名称和计费模式",
|
2098
2133
|
"input": "ModifyBandwidthPackageAttributeRequest",
|
2099
2134
|
"name": "修改带宽包属性",
|
2100
2135
|
"output": "ModifyBandwidthPackageAttributeResponse",
|
@@ -2184,6 +2219,20 @@
|
|
2184
2219
|
"output": "ModifyGatewayFlowQosResponse",
|
2185
2220
|
"status": "online"
|
2186
2221
|
},
|
2222
|
+
"ModifyGlobalRouteECMPAlgorithm": {
|
2223
|
+
"document": "修改全局路由表ECMP算法 HASH 策略。",
|
2224
|
+
"input": "ModifyGlobalRouteECMPAlgorithmRequest",
|
2225
|
+
"name": "修改全局路由ECMP的HASH算法",
|
2226
|
+
"output": "ModifyGlobalRouteECMPAlgorithmResponse",
|
2227
|
+
"status": "online"
|
2228
|
+
},
|
2229
|
+
"ModifyGlobalRoutes": {
|
2230
|
+
"document": "修改全局路由。",
|
2231
|
+
"input": "ModifyGlobalRoutesRequest",
|
2232
|
+
"name": "修改全局路由。",
|
2233
|
+
"output": "ModifyGlobalRoutesResponse",
|
2234
|
+
"status": "online"
|
2235
|
+
},
|
2187
2236
|
"ModifyHaVipAttribute": {
|
2188
2237
|
"document": "本接口(ModifyHaVipAttribute)用于修改高可用虚拟IP(HAVIP)属性。",
|
2189
2238
|
"input": "ModifyHaVipAttributeRequest",
|
@@ -2996,8 +3045,8 @@
|
|
2996
3045
|
"members": [
|
2997
3046
|
{
|
2998
3047
|
"disabled": false,
|
2999
|
-
"document": "资源唯一ID,当前支持EIP资源和LB资源,形如'eip-xxxx', 'lb-xxxx'",
|
3000
|
-
"example": "[\"eip-pez0oibs
|
3048
|
+
"document": "资源唯一ID,当前支持EIP资源和LB资源,形如'eip-xxxx', 'lb-xxxx'。EIP资源列表可通过[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取,LB资源列表可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/api/214/30685)接口获取。",
|
3049
|
+
"example": "[\"eip-pez0oibs\"]",
|
3001
3050
|
"member": "string",
|
3002
3051
|
"name": "ResourceIds",
|
3003
3052
|
"required": true,
|
@@ -3005,7 +3054,7 @@
|
|
3005
3054
|
},
|
3006
3055
|
{
|
3007
3056
|
"disabled": false,
|
3008
|
-
"document": "带宽包唯一标识ID,形如'bwp-xxxx'",
|
3057
|
+
"document": "带宽包唯一标识ID,形如'bwp-xxxx',可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。",
|
3009
3058
|
"example": "bwp-e40edw8y",
|
3010
3059
|
"member": "string",
|
3011
3060
|
"name": "BandwidthPackageId",
|
@@ -3014,7 +3063,7 @@
|
|
3014
3063
|
},
|
3015
3064
|
{
|
3016
3065
|
"disabled": false,
|
3017
|
-
"document": "
|
3066
|
+
"document": "带宽包类型,可选值:\n<li>BGP: 普通BGP共享带宽包</li>\n<li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>\n<li>ANYCAST:公网加速带宽包</li>\n<li>SINGLEISP_CMCC: 中国移动共享带宽包</li>\n<li>SINGLEISP_CTCC: 中国电信共享带宽包</li>\n<li>SINGLEISP_CUCC: 中国联通共享带宽包</li>",
|
3018
3067
|
"example": "BGP",
|
3019
3068
|
"member": "string",
|
3020
3069
|
"name": "NetworkType",
|
@@ -3023,7 +3072,7 @@
|
|
3023
3072
|
},
|
3024
3073
|
{
|
3025
3074
|
"disabled": false,
|
3026
|
-
"document": "
|
3075
|
+
"document": "资源类型,可选值:\n<li>Address:弹性公网IP</li>\n<li>LoadBalance:负载均衡</li>",
|
3027
3076
|
"example": "Address",
|
3028
3077
|
"member": "string",
|
3029
3078
|
"name": "ResourceType",
|
@@ -4273,6 +4322,15 @@
|
|
4273
4322
|
"name": "VpcId",
|
4274
4323
|
"required": true,
|
4275
4324
|
"type": "string"
|
4325
|
+
},
|
4326
|
+
{
|
4327
|
+
"disabled": false,
|
4328
|
+
"document": "申请IPv6 Cidr 的类型,`GUA`(全球单播地址), `ULA`(唯一本地地址)。",
|
4329
|
+
"example": "GUA",
|
4330
|
+
"member": "string",
|
4331
|
+
"name": "AddressType",
|
4332
|
+
"required": false,
|
4333
|
+
"type": "string"
|
4276
4334
|
}
|
4277
4335
|
],
|
4278
4336
|
"type": "object"
|
@@ -4290,6 +4348,16 @@
|
|
4290
4348
|
"type": "string",
|
4291
4349
|
"value_allowed_null": false
|
4292
4350
|
},
|
4351
|
+
{
|
4352
|
+
"disabled": false,
|
4353
|
+
"document": "申请IPv6 Cidr 的类型,`GUA`, `ULA`",
|
4354
|
+
"example": "GUA",
|
4355
|
+
"member": "string",
|
4356
|
+
"name": "AddressType",
|
4357
|
+
"output_required": false,
|
4358
|
+
"type": "string",
|
4359
|
+
"value_allowed_null": false
|
4360
|
+
},
|
4293
4361
|
{
|
4294
4362
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4295
4363
|
"member": "string",
|
@@ -4463,7 +4531,7 @@
|
|
4463
4531
|
{
|
4464
4532
|
"disabled": false,
|
4465
4533
|
"document": "辅助CIDR拆分的子网。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4466
|
-
"example": "[]",
|
4534
|
+
"example": "[{\"VpcId\": \"vpc-7zqx75u3\", \"SubnetId\": \"subnet-9b1gk064\", \"CidrBlock\": \"11.0.0.0/16\", \"Zone\": \"ap-guangzhou-2\", \"SubnetName\": \"demo\"}]",
|
4467
4535
|
"member": "Subnet",
|
4468
4536
|
"name": "SubnetSet",
|
4469
4537
|
"output_required": true,
|
@@ -5136,7 +5204,7 @@
|
|
5136
5204
|
},
|
5137
5205
|
{
|
5138
5206
|
"disabled": false,
|
5139
|
-
"document": "
|
5207
|
+
"document": "带宽包类型,包括:\n<li>BGP: 普通BGP共享带宽包</li>\n<li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>\n<li>ANYCAST:公网加速带宽包</li>\n<li>SINGLEISP_CMCC: 中国移动共享带宽包</li>\n<li>SINGLEISP_CTCC: 中国电信共享带宽包</li>\n<li>SINGLEISP_CUCC: 中国联通共享带宽包</li>",
|
5140
5208
|
"example": "BGP",
|
5141
5209
|
"member": "string",
|
5142
5210
|
"name": "NetworkType",
|
@@ -5146,7 +5214,7 @@
|
|
5146
5214
|
},
|
5147
5215
|
{
|
5148
5216
|
"disabled": false,
|
5149
|
-
"document": "
|
5217
|
+
"document": "带宽包计费类型, 包括:\n<li>ENHANCED95_POSTPAID_BY_MONTH: 后付费-增强型95计费</li>\n<li>PRIMARY_TRAFFIC_POSTPAID_BY_HOUR: 后付费-按主流量计费</li>\n<li>BANDWIDTH_POSTPAID_BY_DAY: 常规BGP-后付费-按带宽计费</li>\n<li>FIXED_PREPAID_BY_MONTH: 常规BGP-预付费</li>\n<li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 静态单线-后付费-按日结算</li>\n<li>TOP5_POSTPAID_BY_MONTH: 后付费-TOP5计费,如需使用,请提交工单申请</li>",
|
5150
5218
|
"example": "TOP5_POSTPAID_BY_MONTH",
|
5151
5219
|
"member": "string",
|
5152
5220
|
"name": "ChargeType",
|
@@ -5249,7 +5317,7 @@
|
|
5249
5317
|
{
|
5250
5318
|
"disabled": false,
|
5251
5319
|
"document": "资源ID。",
|
5252
|
-
"example": "
|
5320
|
+
"example": "bwp-1234test",
|
5253
5321
|
"member": "string",
|
5254
5322
|
"name": "ResourceId",
|
5255
5323
|
"output_required": false,
|
@@ -5258,7 +5326,7 @@
|
|
5258
5326
|
},
|
5259
5327
|
{
|
5260
5328
|
"disabled": false,
|
5261
|
-
"document": "带宽下限,单位:Mbps
|
5329
|
+
"document": "带宽下限,单位:Mbps。计费类型以及对应的带宽下限:\n- TOP5_POSTPAID_BY_MONTH: 默认无下限\n- BANDWIDTH_POSTPAID_BY_DAY: 50\n- FIXED_PREPAID_BY_MONTH: 100\n- ENHANCED95_POSTPAID_BY_MONTH: 300\n- PEAK_BANDWIDTH_POSTPAID_BY_DAY: 50\n- PRIMARY_TRAFFIC_POSTPAID_BY_HOUR: 50",
|
5262
5330
|
"example": "1",
|
5263
5331
|
"member": "uint64",
|
5264
5332
|
"name": "BandwidthLowerLimit",
|
@@ -5268,7 +5336,7 @@
|
|
5268
5336
|
},
|
5269
5337
|
{
|
5270
5338
|
"disabled": false,
|
5271
|
-
"document": "带宽上限,单位:Mbps
|
5339
|
+
"document": "带宽上限,单位:Mbps。计费类型以及对应的带宽上限:\n- TOP5_POSTPAID_BY_MONTH: 默认无上限\n- BANDWIDTH_POSTPAID_BY_DAY: 300\n- FIXED_PREPAID_BY_MONTH: 5000\n- ENHANCED95_POSTPAID_BY_MONTH: 5000\n- PEAK_BANDWIDTH_POSTPAID_BY_DAY: 300\n- PRIMARY_TRAFFIC_POSTPAID_BY_HOUR: 2000",
|
5272
5340
|
"example": "200",
|
5273
5341
|
"member": "uint64",
|
5274
5342
|
"name": "BandwidthUpperLimit",
|
@@ -7138,23 +7206,23 @@
|
|
7138
7206
|
"members": [
|
7139
7207
|
{
|
7140
7208
|
"disabled": false,
|
7141
|
-
"document": "local cidr
|
7209
|
+
"document": "local cidr值。",
|
7142
7210
|
"example": "10.0.0.0/16",
|
7143
7211
|
"member": "string",
|
7144
7212
|
"name": "Cidr",
|
7145
7213
|
"output_required": true,
|
7146
7214
|
"type": "string",
|
7147
|
-
"value_allowed_null":
|
7215
|
+
"value_allowed_null": false
|
7148
7216
|
},
|
7149
7217
|
{
|
7150
7218
|
"disabled": false,
|
7151
|
-
"document": "
|
7219
|
+
"document": "是否发布到了云联网。",
|
7152
7220
|
"example": "True",
|
7153
7221
|
"member": "bool",
|
7154
7222
|
"name": "PublishedToVbc",
|
7155
7223
|
"output_required": true,
|
7156
7224
|
"type": "bool",
|
7157
|
-
"value_allowed_null":
|
7225
|
+
"value_allowed_null": false
|
7158
7226
|
}
|
7159
7227
|
],
|
7160
7228
|
"usage": "out"
|
@@ -7499,7 +7567,7 @@
|
|
7499
7567
|
},
|
7500
7568
|
{
|
7501
7569
|
"disabled": false,
|
7502
|
-
"document": "弹性网卡名称,最大长度不能超过60
|
7570
|
+
"document": "弹性网卡名称,最大长度不能超过60个字符。",
|
7503
7571
|
"example": "eni-ed3452de",
|
7504
7572
|
"member": "string",
|
7505
7573
|
"name": "NetworkInterfaceName",
|
@@ -7681,7 +7749,7 @@
|
|
7681
7749
|
"members": [
|
7682
7750
|
{
|
7683
7751
|
"disabled": false,
|
7684
|
-
"document": "带宽包类型, 默认值: BGP, 可选值:\n<li>BGP: 普通BGP共享带宽包</li>\n<li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>\n<li>SINGLEISP_CMCC: 中国移动共享带宽包</li>\n<li>SINGLEISP_CTCC: 中国电信共享带宽包</li>\n<li>SINGLEISP_CUCC: 中国联通共享带宽包</li
|
7752
|
+
"document": "带宽包类型, 默认值: BGP, 可选值:\n<li>BGP: 普通BGP共享带宽包</li>\n<li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>\n<li>SINGLEISP_CMCC: 中国移动共享带宽包</li>\n<li>SINGLEISP_CTCC: 中国电信共享带宽包</li>\n<li>SINGLEISP_CUCC: 中国联通共享带宽包</li>\n注意:仅部分地域支持三网带宽包和精品BGP带宽包。",
|
7685
7753
|
"example": "BGP",
|
7686
7754
|
"member": "string",
|
7687
7755
|
"name": "NetworkType",
|
@@ -7690,8 +7758,8 @@
|
|
7690
7758
|
},
|
7691
7759
|
{
|
7692
7760
|
"disabled": false,
|
7693
|
-
"document": "带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:\n<li>
|
7694
|
-
"example": "
|
7761
|
+
"document": "带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:\n<li>ENHANCED95_POSTPAID_BY_MONTH: 后付费-增强型95计费</li>\n<li>PRIMARY_TRAFFIC_POSTPAID_BY_HOUR: 后付费-按主流量计费</li>\n<li>BANDWIDTH_POSTPAID_BY_DAY: 常规BGP-后付费-按带宽计费</li>\n<li>FIXED_PREPAID_BY_MONTH: 常规BGP-预付费</li>\n<li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 静态单线-后付费-按日结算</li>\n<li>TOP5_POSTPAID_BY_MONTH: 后付费-TOP5计费,如需使用,请提交工单申请</li>\n",
|
7762
|
+
"example": "ENHANCED95_POSTPAID_BY_MONTH",
|
7695
7763
|
"member": "string",
|
7696
7764
|
"name": "ChargeType",
|
7697
7765
|
"required": false,
|
@@ -7699,7 +7767,7 @@
|
|
7699
7767
|
},
|
7700
7768
|
{
|
7701
7769
|
"disabled": false,
|
7702
|
-
"document": "
|
7770
|
+
"document": "带宽包名称。名称长度小于60,只包含数字、字母和下划线。",
|
7703
7771
|
"example": "demo",
|
7704
7772
|
"member": "string",
|
7705
7773
|
"name": "BandwidthPackageName",
|
@@ -7708,7 +7776,7 @@
|
|
7708
7776
|
},
|
7709
7777
|
{
|
7710
7778
|
"disabled": false,
|
7711
|
-
"document": "带宽包数量(传统账户类型只能填1), 标准账户类型取值范围为1~20。",
|
7779
|
+
"document": "带宽包数量(传统账户类型只能填1), 标准账户类型取值范围为1~20。默认为1。",
|
7712
7780
|
"example": "1",
|
7713
7781
|
"member": "uint64",
|
7714
7782
|
"name": "BandwidthPackageCount",
|
@@ -7717,7 +7785,7 @@
|
|
7717
7785
|
},
|
7718
7786
|
{
|
7719
7787
|
"disabled": false,
|
7720
|
-
"document": "带宽包限速大小。单位:Mbps,-1
|
7788
|
+
"document": "带宽包限速大小。单位:Mbps,-1表示不限速。带宽包计费类型对应的带宽上下限可参考:[BandwidthRange](https://cloud.tencent.com/document/api/215/15824#BandwidthRange)",
|
7721
7789
|
"example": "300",
|
7722
7790
|
"member": "int64",
|
7723
7791
|
"name": "InternetMaxBandwidth",
|
@@ -7727,7 +7795,7 @@
|
|
7727
7795
|
{
|
7728
7796
|
"disabled": false,
|
7729
7797
|
"document": "需要关联的标签列表。",
|
7730
|
-
"example": "
|
7798
|
+
"example": "[{\"Key\": \"key\", \"Value\": \"value\"}]",
|
7731
7799
|
"member": "Tag",
|
7732
7800
|
"name": "Tags",
|
7733
7801
|
"required": false,
|
@@ -7744,7 +7812,7 @@
|
|
7744
7812
|
},
|
7745
7813
|
{
|
7746
7814
|
"disabled": false,
|
7747
|
-
"document": "预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60
|
7815
|
+
"document": "预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60。预付费计费类型必传。",
|
7748
7816
|
"example": "1",
|
7749
7817
|
"member": "uint64",
|
7750
7818
|
"name": "TimeSpan",
|
@@ -7753,7 +7821,7 @@
|
|
7753
7821
|
},
|
7754
7822
|
{
|
7755
7823
|
"disabled": false,
|
7756
|
-
"document": "网络出口,默认值:center_egress1",
|
7824
|
+
"document": "网络出口,默认值:center_egress1,其它可选值:center_egress2、center_egress3。",
|
7757
7825
|
"example": "center_egress1",
|
7758
7826
|
"member": "string",
|
7759
7827
|
"name": "Egress",
|
@@ -8318,7 +8386,7 @@
|
|
8318
8386
|
"members": [
|
8319
8387
|
{
|
8320
8388
|
"disabled": false,
|
8321
|
-
"document": "
|
8389
|
+
"document": "流日志实例名字。长度为不超过60个字节。",
|
8322
8390
|
"example": "check-flowlog",
|
8323
8391
|
"member": "string",
|
8324
8392
|
"name": "FlowLogName",
|
@@ -8327,7 +8395,7 @@
|
|
8327
8395
|
},
|
8328
8396
|
{
|
8329
8397
|
"disabled": false,
|
8330
|
-
"document": "流日志所属资源类型,VPC
|
8398
|
+
"document": "流日志所属资源类型,VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。当选择VPC, SUBNET,CCN,DCG时,请通过工单加入白名单。",
|
8331
8399
|
"example": "NETWORKINTERFACE",
|
8332
8400
|
"member": "string",
|
8333
8401
|
"name": "ResourceType",
|
@@ -8345,7 +8413,7 @@
|
|
8345
8413
|
},
|
8346
8414
|
{
|
8347
8415
|
"disabled": false,
|
8348
|
-
"document": "流日志采集类型,ACCEPT
|
8416
|
+
"document": "流日志采集类型,ACCEPT(允许),REJECT(拒绝),ALL(全部)。",
|
8349
8417
|
"example": "ACCEPT",
|
8350
8418
|
"member": "string",
|
8351
8419
|
"name": "TrafficType",
|
@@ -8354,7 +8422,7 @@
|
|
8354
8422
|
},
|
8355
8423
|
{
|
8356
8424
|
"disabled": false,
|
8357
|
-
"document": "
|
8425
|
+
"document": "私用网络唯一ID。当ResourceType为CCN时不填,其他类型必填。",
|
8358
8426
|
"example": "vpc-5k6fot41",
|
8359
8427
|
"member": "string",
|
8360
8428
|
"name": "VpcId",
|
@@ -8372,7 +8440,7 @@
|
|
8372
8440
|
},
|
8373
8441
|
{
|
8374
8442
|
"disabled": false,
|
8375
|
-
"document": "流日志存储ID
|
8443
|
+
"document": "流日志存储ID(cls的日志主题ID,\n可通过[DescribeTopics](https://cloud.tencent.com/document/api/1179/46086)接口获取。\n)。当StorageType为cls时,CloudLogId为必选。",
|
8376
8444
|
"example": "99991111-2222-4444-9999-222266663333",
|
8377
8445
|
"member": "string",
|
8378
8446
|
"name": "CloudLogId",
|
@@ -8390,7 +8458,7 @@
|
|
8390
8458
|
},
|
8391
8459
|
{
|
8392
8460
|
"disabled": false,
|
8393
|
-
"document": "消费端类型:cls、ckafka。默认值cls
|
8461
|
+
"document": "消费端类型:cls、ckafka。默认值cls。当选择kafka时,请通过工单加入白名单。",
|
8394
8462
|
"example": "cls",
|
8395
8463
|
"member": "string",
|
8396
8464
|
"name": "StorageType",
|
@@ -8400,7 +8468,7 @@
|
|
8400
8468
|
{
|
8401
8469
|
"disabled": false,
|
8402
8470
|
"document": "流日志消费端信息,当消费端类型为ckafka时,必填。",
|
8403
|
-
"example": "{\"StorageTopic\": \"\", \"StorageId\": \"\"}",
|
8471
|
+
"example": "{\"StorageTopic\": \"topic-asow02oa\", \"StorageId\": \"ckafka-aso1kaoq\"}",
|
8404
8472
|
"member": "FlowLogStorage",
|
8405
8473
|
"name": "FlowLogStorage",
|
8406
8474
|
"required": false,
|
@@ -8440,6 +8508,52 @@
|
|
8440
8508
|
],
|
8441
8509
|
"type": "object"
|
8442
8510
|
},
|
8511
|
+
"CreateGlobalRoutesRequest": {
|
8512
|
+
"document": "CreateGlobalRoutes请求参数结构体",
|
8513
|
+
"members": [
|
8514
|
+
{
|
8515
|
+
"disabled": false,
|
8516
|
+
"document": "VPC唯一Id。",
|
8517
|
+
"example": "vpc-mcqaoy0f",
|
8518
|
+
"member": "string",
|
8519
|
+
"name": "VpcId",
|
8520
|
+
"required": true,
|
8521
|
+
"type": "string"
|
8522
|
+
},
|
8523
|
+
{
|
8524
|
+
"disabled": false,
|
8525
|
+
"document": "全局路由对象。创建时必填参数: 'GatewayType','GatewayId','DestinationCidrBlock'。\n",
|
8526
|
+
"example": "[ { \"DestinationCidrBlock\": \"192.168.0.0/16\", \"GatewayType\": \"NORMAL_CVM\", \"GatewayId\": \"10.0.16.4\", \"Description\": \"ivan_gr\" } ]",
|
8527
|
+
"member": "GlobalRoute",
|
8528
|
+
"name": "GlobalRoutes",
|
8529
|
+
"required": true,
|
8530
|
+
"type": "list"
|
8531
|
+
}
|
8532
|
+
],
|
8533
|
+
"type": "object"
|
8534
|
+
},
|
8535
|
+
"CreateGlobalRoutesResponse": {
|
8536
|
+
"document": "CreateGlobalRoutes返回参数结构体",
|
8537
|
+
"members": [
|
8538
|
+
{
|
8539
|
+
"disabled": false,
|
8540
|
+
"document": "全局路由对象。",
|
8541
|
+
"example": "无",
|
8542
|
+
"member": "GlobalRoute",
|
8543
|
+
"name": "GlobalRouteSet",
|
8544
|
+
"output_required": true,
|
8545
|
+
"type": "list",
|
8546
|
+
"value_allowed_null": false
|
8547
|
+
},
|
8548
|
+
{
|
8549
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8550
|
+
"member": "string",
|
8551
|
+
"name": "RequestId",
|
8552
|
+
"type": "string"
|
8553
|
+
}
|
8554
|
+
],
|
8555
|
+
"type": "object"
|
8556
|
+
},
|
8443
8557
|
"CreateHaVipRequest": {
|
8444
8558
|
"document": "CreateHaVip请求参数结构体",
|
8445
8559
|
"members": [
|
@@ -12243,7 +12357,7 @@
|
|
12243
12357
|
"members": [
|
12244
12358
|
{
|
12245
12359
|
"disabled": false,
|
12246
|
-
"document": "待删除带宽包唯一ID",
|
12360
|
+
"document": "待删除带宽包唯一ID,可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。",
|
12247
12361
|
"example": "bwp-cs7j6pd0",
|
12248
12362
|
"member": "string",
|
12249
12363
|
"name": "BandwidthPackageId",
|
@@ -12484,8 +12598,8 @@
|
|
12484
12598
|
"members": [
|
12485
12599
|
{
|
12486
12600
|
"disabled": false,
|
12487
|
-
"document": "流日志唯一ID
|
12488
|
-
"example": "fl-
|
12601
|
+
"document": "流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。",
|
12602
|
+
"example": "fl-ng9pgduh",
|
12489
12603
|
"member": "string",
|
12490
12604
|
"name": "FlowLogId",
|
12491
12605
|
"required": true,
|
@@ -12493,8 +12607,8 @@
|
|
12493
12607
|
},
|
12494
12608
|
{
|
12495
12609
|
"disabled": false,
|
12496
|
-
"document": "
|
12497
|
-
"example": "vpc-
|
12610
|
+
"document": "私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取当前账户的私有网络唯一ID。\n",
|
12611
|
+
"example": "vpc-ec37wwkm",
|
12498
12612
|
"member": "string",
|
12499
12613
|
"name": "VpcId",
|
12500
12614
|
"required": false,
|
@@ -12515,6 +12629,42 @@
|
|
12515
12629
|
],
|
12516
12630
|
"type": "object"
|
12517
12631
|
},
|
12632
|
+
"DeleteGlobalRoutesRequest": {
|
12633
|
+
"document": "DeleteGlobalRoutes请求参数结构体",
|
12634
|
+
"members": [
|
12635
|
+
{
|
12636
|
+
"disabled": false,
|
12637
|
+
"document": "VPC唯一Id。",
|
12638
|
+
"example": "vpc-mcqaoy0f",
|
12639
|
+
"member": "string",
|
12640
|
+
"name": "VpcId",
|
12641
|
+
"required": true,
|
12642
|
+
"type": "string"
|
12643
|
+
},
|
12644
|
+
{
|
12645
|
+
"disabled": false,
|
12646
|
+
"document": "全局路由实例唯一Id列表。",
|
12647
|
+
"example": "[\"gr-bmenrwu2\"]",
|
12648
|
+
"member": "string",
|
12649
|
+
"name": "GlobalRouteIds",
|
12650
|
+
"required": true,
|
12651
|
+
"type": "list"
|
12652
|
+
}
|
12653
|
+
],
|
12654
|
+
"type": "object"
|
12655
|
+
},
|
12656
|
+
"DeleteGlobalRoutesResponse": {
|
12657
|
+
"document": "DeleteGlobalRoutes返回参数结构体",
|
12658
|
+
"members": [
|
12659
|
+
{
|
12660
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12661
|
+
"member": "string",
|
12662
|
+
"name": "RequestId",
|
12663
|
+
"type": "string"
|
12664
|
+
}
|
12665
|
+
],
|
12666
|
+
"type": "object"
|
12667
|
+
},
|
12518
12668
|
"DeleteHaVipRequest": {
|
12519
12669
|
"document": "DeleteHaVip请求参数结构体",
|
12520
12670
|
"members": [
|
@@ -12917,7 +13067,7 @@
|
|
12917
13067
|
"members": [
|
12918
13068
|
{
|
12919
13069
|
"disabled": false,
|
12920
|
-
"document": "弹性网卡实例ID,例如:eni-m6dyj72l
|
13070
|
+
"document": "弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。\n",
|
12921
13071
|
"example": "eni-m6dyj72l",
|
12922
13072
|
"member": "string",
|
12923
13073
|
"name": "NetworkInterfaceId",
|
@@ -14304,7 +14454,7 @@
|
|
14304
14454
|
"members": [
|
14305
14455
|
{
|
14306
14456
|
"disabled": false,
|
14307
|
-
"document": "带宽包资源ID列表,单次查询上限20。",
|
14457
|
+
"document": "带宽包资源ID列表,单次查询上限20。可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。",
|
14308
14458
|
"example": "['bwp-1234test', 'bwp-test1234']",
|
14309
14459
|
"member": "string",
|
14310
14460
|
"name": "BandwidthPackageIds",
|
@@ -14319,7 +14469,7 @@
|
|
14319
14469
|
"members": [
|
14320
14470
|
{
|
14321
14471
|
"disabled": false,
|
14322
|
-
"document": "带宽包带宽上下限详细信息。",
|
14472
|
+
"document": "带宽包带宽上下限详细信息。ResourceId:带宽包id、BandwidthLowerLimit:带宽下限、BandwidthUpperLimit:带宽上限。",
|
14323
14473
|
"example": "无",
|
14324
14474
|
"member": "BandwidthRange",
|
14325
14475
|
"name": "BandwidthRangeSet",
|
@@ -14341,7 +14491,7 @@
|
|
14341
14491
|
"members": [
|
14342
14492
|
{
|
14343
14493
|
"disabled": false,
|
14344
|
-
"document": "后付费共享带宽包的唯一ID",
|
14494
|
+
"document": "后付费共享带宽包的唯一ID,可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/api/215/19209)接口获取BandwidthPackageId。",
|
14345
14495
|
"example": "bwp-pply3nak",
|
14346
14496
|
"member": "string",
|
14347
14497
|
"name": "BandwidthPackageId",
|
@@ -14360,7 +14510,7 @@
|
|
14360
14510
|
"example": "无",
|
14361
14511
|
"member": "BandwidthPackageBillBandwidth",
|
14362
14512
|
"name": "BandwidthPackageBillBandwidthSet",
|
14363
|
-
"
|
14513
|
+
"output_required": true,
|
14364
14514
|
"type": "list",
|
14365
14515
|
"value_allowed_null": false
|
14366
14516
|
},
|
@@ -14387,6 +14537,7 @@
|
|
14387
14537
|
"example": "无",
|
14388
14538
|
"member": "Quota",
|
14389
14539
|
"name": "QuotaSet",
|
14540
|
+
"output_required": true,
|
14390
14541
|
"type": "list",
|
14391
14542
|
"value_allowed_null": false
|
14392
14543
|
},
|
@@ -14413,7 +14564,7 @@
|
|
14413
14564
|
},
|
14414
14565
|
{
|
14415
14566
|
"disabled": false,
|
14416
|
-
"document": "每次请求的`Filters`的上限为10,`Filter.Values`的上限为5
|
14567
|
+
"document": "每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。详细的过滤条件如下:\n<li> resource-id - String - 是否必填:否 - (过滤条件)按照 共享带宽包内资源 的唯一 ID 过滤。共享带宽包内资源 唯一 ID 形如:eip-11112222。</li>\n<li> resource-type - String - 是否必填:否 - (过滤条件)按照 共享带宽包内资源 类型过滤,目前仅支持 弹性IP 和 负载均衡 两种类型,可选值为 Address 和 LoadBalance。</li>",
|
14417
14568
|
"example": "无",
|
14418
14569
|
"member": "Filter",
|
14419
14570
|
"name": "Filters",
|
@@ -14487,7 +14638,7 @@
|
|
14487
14638
|
},
|
14488
14639
|
{
|
14489
14640
|
"disabled": false,
|
14490
|
-
"document": "每次请求的`Filters`的上限为10。参数不支持同时指定`BandwidthPackageIds`和`Filters`。详细的过滤条件如下:\n<li> bandwidth-package-id - String - 是否必填:否 - (过滤条件)按照带宽包的唯一标识ID过滤。</li>\n<li> bandwidth-package-name - String - 是否必填:否 - (过滤条件)按照 带宽包名称过滤。不支持模糊过滤。</li>\n<li> network-type - String - 是否必填:否 -
|
14641
|
+
"document": "每次请求的`Filters`的上限为10。参数不支持同时指定`BandwidthPackageIds`和`Filters`。详细的过滤条件如下:\n<li> bandwidth-package-id - String - 是否必填:否 - (过滤条件)按照带宽包的唯一标识ID过滤。</li>\n<li> bandwidth-package-name - String - 是否必填:否 - (过滤条件)按照 带宽包名称过滤。不支持模糊过滤。</li>\n<li> network-type - String - 是否必填:否 - (过滤条件)按照带宽包的类型过滤。网络类型可参考[BandwidthPackage](https://cloud.tencent.com/document/api/215/15824#BandwidthPackage)。</li>\n<li> charge-type - String - 是否必填:否 - (过滤条件)按照带宽包的计费类型过滤。计费类型可参考[BandwidthPackage](https://cloud.tencent.com/document/api/215/15824#BandwidthPackage)。</li>\n<li> resource.resource-type - String - 是否必填:否 - (过滤条件)按照带宽包资源类型过滤。资源类型包括'Address'和'LoadBalance'</li>\n<li> resource.resource-id - String - 是否必填:否 - (过滤条件)按照带宽包资源Id过滤。资源Id形如'eip-xxxx','lb-xxxx'</li>\n<li> resource.address-ip - String - 是否必填:否 - (过滤条件)按照带宽包资源Ip过滤。</li>\n<li> tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。</li>\n<li> tag-value - String - 是否必填:否 - (过滤条件)按照标签值进行过滤。</li>\n<li> tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。tag-key使用具体的标签键进行替换。</li>",
|
14491
14642
|
"example": "无",
|
14492
14643
|
"member": "Filter",
|
14493
14644
|
"name": "Filters",
|
@@ -15855,7 +16006,7 @@
|
|
15855
16006
|
"members": [
|
15856
16007
|
{
|
15857
16008
|
"disabled": false,
|
15858
|
-
"document": "
|
16009
|
+
"document": "私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。该接口不支持拉取CCN类型的流日志,所以该字段为必选。",
|
15859
16010
|
"example": "vpc-hj3he929",
|
15860
16011
|
"member": "string",
|
15861
16012
|
"name": "VpcId",
|
@@ -15864,7 +16015,7 @@
|
|
15864
16015
|
},
|
15865
16016
|
{
|
15866
16017
|
"disabled": false,
|
15867
|
-
"document": "流日志唯一ID
|
16018
|
+
"document": "流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取;",
|
15868
16019
|
"example": "fl-nswq8wkq",
|
15869
16020
|
"member": "string",
|
15870
16021
|
"name": "FlowLogId",
|
@@ -15880,7 +16031,7 @@
|
|
15880
16031
|
{
|
15881
16032
|
"disabled": false,
|
15882
16033
|
"document": "流日志信息。",
|
15883
|
-
"example": "[{\"
|
16034
|
+
"example": "[{\"VpcId\": \"vpc-hj3he929\", \"ResourceType\": \"NETWORKINTERFACE\", \"ResourceId\": \"eni-h0fk8lfc\", \"Region\": \"ap-guangzhou\", \"CloudLogState\": \"SUCCESS\", \"TrafficType\": \"ACCEPT\", \"FlowLogStorage\": {\"StorageId\": \"407e2d94-e285-4778-8e53-c32028467332\"}}]",
|
15884
16035
|
"member": "FlowLog",
|
15885
16036
|
"name": "FlowLog",
|
15886
16037
|
"output_required": true,
|
@@ -15901,7 +16052,7 @@
|
|
15901
16052
|
"members": [
|
15902
16053
|
{
|
15903
16054
|
"disabled": false,
|
15904
|
-
"document": "
|
16055
|
+
"document": "私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。",
|
15905
16056
|
"example": "vpc-7zayowkt",
|
15906
16057
|
"member": "string",
|
15907
16058
|
"name": "VpcId",
|
@@ -15910,7 +16061,7 @@
|
|
15910
16061
|
},
|
15911
16062
|
{
|
15912
16063
|
"disabled": false,
|
15913
|
-
"document": "流日志唯一ID
|
16064
|
+
"document": "流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建。",
|
15914
16065
|
"example": "fl-hdtpam45",
|
15915
16066
|
"member": "string",
|
15916
16067
|
"name": "FlowLogId",
|
@@ -15928,7 +16079,7 @@
|
|
15928
16079
|
},
|
15929
16080
|
{
|
15930
16081
|
"disabled": false,
|
15931
|
-
"document": "
|
16082
|
+
"document": "流日志所属资源类型:VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。\n",
|
15932
16083
|
"example": "VPC",
|
15933
16084
|
"member": "string",
|
15934
16085
|
"name": "ResourceType",
|
@@ -15946,7 +16097,7 @@
|
|
15946
16097
|
},
|
15947
16098
|
{
|
15948
16099
|
"disabled": false,
|
15949
|
-
"document": "流日志采集类型,ACCEPT
|
16100
|
+
"document": "流日志采集类型,ACCEPT(允许),REJECT(拒绝),ALL(全部)。",
|
15950
16101
|
"example": "ACCEPT",
|
15951
16102
|
"member": "string",
|
15952
16103
|
"name": "TrafficType",
|
@@ -15964,7 +16115,7 @@
|
|
15964
16115
|
},
|
15965
16116
|
{
|
15966
16117
|
"disabled": false,
|
15967
|
-
"document": "流日志存储ID状态。",
|
16118
|
+
"document": "流日志存储ID状态。SUCCESS(成功),DELETED(删除)",
|
15968
16119
|
"example": "SUCCESS",
|
15969
16120
|
"member": "string",
|
15970
16121
|
"name": "CloudLogState",
|
@@ -15973,8 +16124,8 @@
|
|
15973
16124
|
},
|
15974
16125
|
{
|
15975
16126
|
"disabled": false,
|
15976
|
-
"document": "按某个字段排序,支持字段:flowLogName,createTime,默认按
|
15977
|
-
"example": "
|
16127
|
+
"document": "按某个字段排序,支持字段:flowLogName,createTime,默认按createTime。",
|
16128
|
+
"example": "createTime",
|
15978
16129
|
"member": "string",
|
15979
16130
|
"name": "OrderField",
|
15980
16131
|
"required": false,
|
@@ -16000,7 +16151,7 @@
|
|
16000
16151
|
},
|
16001
16152
|
{
|
16002
16153
|
"disabled": false,
|
16003
|
-
"document": "每页行数,默认为10。",
|
16154
|
+
"document": "每页行数,默认为10。范围1-100。",
|
16004
16155
|
"example": "10",
|
16005
16156
|
"member": "uint64",
|
16006
16157
|
"name": "Limit",
|
@@ -16034,7 +16185,7 @@
|
|
16034
16185
|
{
|
16035
16186
|
"disabled": false,
|
16036
16187
|
"document": "流日志实例集合。",
|
16037
|
-
"example": "[{\"
|
16188
|
+
"example": "[{\"ResourceId\": \"eni-78ysaex1\", \"VpcId\": \"vpc-pq9vxykj\", \"ResourceType\": \"NETWORKINTERFACE\", \"TrafficType\": \"ACCEPT\", \"StorageType\": \"kafka\", \"FlowLogId\": \"fl-2edhcclz\", \"FlowLogStorage\": {\"StorageTopic\": \"topic-siqmaox1\", \"StorageId\": \"ckafka-akwiqms1\"}}]",
|
16038
16189
|
"member": "FlowLog",
|
16039
16190
|
"name": "FlowLog",
|
16040
16191
|
"output_required": true,
|
@@ -16262,6 +16413,80 @@
|
|
16262
16413
|
],
|
16263
16414
|
"type": "object"
|
16264
16415
|
},
|
16416
|
+
"DescribeGlobalRoutesRequest": {
|
16417
|
+
"document": "DescribeGlobalRoutes请求参数结构体",
|
16418
|
+
"members": [
|
16419
|
+
{
|
16420
|
+
"disabled": false,
|
16421
|
+
"document": "过滤条件。\n<li>global-route-id - String - (过滤条件)如全局路由唯一 Id,形如:gr-bmenrwu2。</li>\n<li>vpc-id - String - (过滤条件)VPC唯一Id, 形如: vpc-mcqaoy0f。</li>\n<li>gateway-id - String - (过滤条件)下一跳对象。</li>\n<li>gateway-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。支持 NORMAL_CVM\n</li>\n<li>cdc-id - String - (过滤条件)CDC实例ID,形如:cluster-gbo27yc4。</li>\n<li>description - String - (过滤条件)描述。</li>\n<li>dest-cidr - String - (过滤条件)Ipv4目标网段。</li>\n<li>subnet-route-algorithm - String - (过滤条件)支持的 ECMP算法有:\n\n - ECMP_QUINTUPLE_HASH:五元组hash\n - ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash\n - ECMP_DESTINATION_IP_HASH:目的IP hash\n - ECMP_SOURCE_IP_HASH:源IP hash\n</li>\n",
|
16422
|
+
"example": "[{ \"Name\": \"vpc-id\", \"Values\": [\"vpc-mcqaoy0f\"]} ]}",
|
16423
|
+
"member": "Filter",
|
16424
|
+
"name": "Filters",
|
16425
|
+
"required": false,
|
16426
|
+
"type": "list"
|
16427
|
+
},
|
16428
|
+
{
|
16429
|
+
"disabled": false,
|
16430
|
+
"document": "偏移量。",
|
16431
|
+
"example": "0",
|
16432
|
+
"member": "uint64",
|
16433
|
+
"name": "Offset",
|
16434
|
+
"required": false,
|
16435
|
+
"type": "int"
|
16436
|
+
},
|
16437
|
+
{
|
16438
|
+
"disabled": false,
|
16439
|
+
"document": "请求对象个数。",
|
16440
|
+
"example": "10",
|
16441
|
+
"member": "uint64",
|
16442
|
+
"name": "Limit",
|
16443
|
+
"required": false,
|
16444
|
+
"type": "int"
|
16445
|
+
},
|
16446
|
+
{
|
16447
|
+
"disabled": false,
|
16448
|
+
"document": "全局路由唯一Id列表。",
|
16449
|
+
"example": "[\"gr-bmenrwu2\"]",
|
16450
|
+
"member": "string",
|
16451
|
+
"name": "GlobalRouteIds",
|
16452
|
+
"required": false,
|
16453
|
+
"type": "list"
|
16454
|
+
}
|
16455
|
+
],
|
16456
|
+
"type": "object"
|
16457
|
+
},
|
16458
|
+
"DescribeGlobalRoutesResponse": {
|
16459
|
+
"document": "DescribeGlobalRoutes返回参数结构体",
|
16460
|
+
"members": [
|
16461
|
+
{
|
16462
|
+
"disabled": false,
|
16463
|
+
"document": "全局路由对象。",
|
16464
|
+
"example": "无",
|
16465
|
+
"member": "GlobalRoute",
|
16466
|
+
"name": "GlobalRouteSet",
|
16467
|
+
"output_required": true,
|
16468
|
+
"type": "list",
|
16469
|
+
"value_allowed_null": false
|
16470
|
+
},
|
16471
|
+
{
|
16472
|
+
"disabled": false,
|
16473
|
+
"document": "符合条件的实例数量。",
|
16474
|
+
"example": "1",
|
16475
|
+
"member": "uint64",
|
16476
|
+
"name": "TotalCount",
|
16477
|
+
"output_required": true,
|
16478
|
+
"type": "int",
|
16479
|
+
"value_allowed_null": false
|
16480
|
+
},
|
16481
|
+
{
|
16482
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
16483
|
+
"member": "string",
|
16484
|
+
"name": "RequestId",
|
16485
|
+
"type": "string"
|
16486
|
+
}
|
16487
|
+
],
|
16488
|
+
"type": "object"
|
16489
|
+
},
|
16265
16490
|
"DescribeHaVipsRequest": {
|
16266
16491
|
"document": "DescribeHaVips请求参数结构体",
|
16267
16492
|
"members": [
|
@@ -16576,6 +16801,43 @@
|
|
16576
16801
|
],
|
16577
16802
|
"type": "object"
|
16578
16803
|
},
|
16804
|
+
"DescribeInstanceJumboRequest": {
|
16805
|
+
"document": "DescribeInstanceJumbo请求参数结构体",
|
16806
|
+
"members": [
|
16807
|
+
{
|
16808
|
+
"disabled": false,
|
16809
|
+
"document": "CVM实例ID列表。限制每次i最多查询10个实例。",
|
16810
|
+
"example": "[\"ins-4uhk90pu\"]",
|
16811
|
+
"member": "string",
|
16812
|
+
"name": "InstanceIds",
|
16813
|
+
"required": true,
|
16814
|
+
"type": "list"
|
16815
|
+
}
|
16816
|
+
],
|
16817
|
+
"type": "object"
|
16818
|
+
},
|
16819
|
+
"DescribeInstanceJumboResponse": {
|
16820
|
+
"document": "DescribeInstanceJumbo返回参数结构体",
|
16821
|
+
"members": [
|
16822
|
+
{
|
16823
|
+
"disabled": false,
|
16824
|
+
"document": "云服务器巨帧状态",
|
16825
|
+
"example": "[ {\"InstanceId\": \"ins-4uhk90pu\",\"JumboState\": false}]",
|
16826
|
+
"member": "InstanceJumbo",
|
16827
|
+
"name": "InstanceJumboSet",
|
16828
|
+
"output_required": false,
|
16829
|
+
"type": "list",
|
16830
|
+
"value_allowed_null": false
|
16831
|
+
},
|
16832
|
+
{
|
16833
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
16834
|
+
"member": "string",
|
16835
|
+
"name": "RequestId",
|
16836
|
+
"type": "string"
|
16837
|
+
}
|
16838
|
+
],
|
16839
|
+
"type": "object"
|
16840
|
+
},
|
16579
16841
|
"DescribeIp6AddressesRequest": {
|
16580
16842
|
"document": "DescribeIp6Addresses请求参数结构体",
|
16581
16843
|
"members": [
|
@@ -16867,7 +17129,7 @@
|
|
16867
17129
|
"members": [
|
16868
17130
|
{
|
16869
17131
|
"disabled": false,
|
16870
|
-
"document": "
|
17132
|
+
"document": "支持的过滤条件如下:\\n<li>vpc-id:按照VPCID过滤。</li>\\n<li>local-gateway-name:本地网关名称,支持模糊查询。</li>\\n<li>local-gateway-id:本地网关实例ID。</li>\\n<li>cdc-id:cdc实例ID。</li>",
|
16871
17133
|
"example": "无",
|
16872
17134
|
"member": "Filter",
|
16873
17135
|
"name": "Filters",
|
@@ -16904,6 +17166,7 @@
|
|
16904
17166
|
"example": "无",
|
16905
17167
|
"member": "LocalGateway",
|
16906
17168
|
"name": "LocalGatewaySet",
|
17169
|
+
"output_required": true,
|
16907
17170
|
"type": "list",
|
16908
17171
|
"value_allowed_null": false
|
16909
17172
|
},
|
@@ -16913,6 +17176,7 @@
|
|
16913
17176
|
"example": "12",
|
16914
17177
|
"member": "int64",
|
16915
17178
|
"name": "TotalCount",
|
17179
|
+
"output_required": true,
|
16916
17180
|
"type": "int",
|
16917
17181
|
"value_allowed_null": false
|
16918
17182
|
},
|
@@ -17754,7 +18018,7 @@
|
|
17754
18018
|
},
|
17755
18019
|
{
|
17756
18020
|
"disabled": false,
|
17757
|
-
"document": "过滤条件,参数不支持同时指定NetworkInterfaceIds和Filters。\n<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。\n</li>\n<li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。\n</li>\n<li>network-interface-id - String - (过滤条件)弹性网卡实例ID,形如:eni-5k56k7k7。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。\n</li>\n<li>attachment.instance-id - String - (过滤条件)绑定的云服务器实例ID,形如:ins-3nqpdn3i。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。\n</li>\n<li>groups.security-group-id - String - (过滤条件)绑定的安全组实例ID,例如:sg-f9ekbxeq。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。\n</li>\n<li>network-interface-name - String - (过滤条件)网卡实例名称。</li>\n<li>network-interface-description - String - (过滤条件)网卡实例描述。</li>\n<li>address-ip - String - (过滤条件)内网IPv4地址,单IP后缀模糊匹配,多IP精确匹配。可以与`ip-exact-match`配合做单IP的精确匹配查询。</li>\n<li>ip-exact-match - Boolean - (过滤条件)内网IPv4精确匹配查询,存在多值情况,只取第一个。</li>\n<li>tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。使用请参考示例2</li>\n<li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2。</li>\n<li>is-primary - Boolean - 是否必填:否 - (过滤条件)按照是否主网卡进行过滤。值为true时,仅过滤主网卡;值为false时,仅过滤辅助网卡;此过滤参数未提供时,同时过滤主网卡和辅助网卡。</li>\n<li>eni-type - String -是否必填:否- (过滤条件)按照网卡类型进行过滤。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡。</li>\n<li>eni-qos - String -是否必填:否- (过滤条件)按照网卡服务质量进行过滤。PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。</li>\n<li>address-ipv6 - String - 是否必填:否 -(过滤条件)内网IPv6地址过滤,支持多ipv6地址查询,如果和address-ip一起使用取交集。</li>\n<li>public-address-ip - String - (过滤条件)公网IPv4地址,精确匹配。</li>",
|
18021
|
+
"document": "过滤条件,参数不支持同时指定NetworkInterfaceIds和Filters。\n<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。\n</li>\n<li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。\n</li>\n<li>network-interface-id - String - (过滤条件)弹性网卡实例ID,形如:eni-5k56k7k7。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。\n</li>\n<li>attachment.instance-id - String - (过滤条件)绑定的云服务器实例ID,形如:ins-3nqpdn3i。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。\n</li>\n<li>groups.security-group-id - String - (过滤条件)绑定的安全组实例ID,例如:sg-f9ekbxeq。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。\n</li>\n<li>network-interface-name - String - (过滤条件)网卡实例名称。</li>\n<li>network-interface-description - String - (过滤条件)网卡实例描述。</li>\n<li>address-ip - String - (过滤条件)内网IPv4地址,单IP后缀模糊匹配,多IP精确匹配。可以与`ip-exact-match`配合做单IP的精确匹配查询。</li>\n<li>ip-exact-match - Boolean - (过滤条件)内网IPv4精确匹配查询,存在多值情况,只取第一个。</li>\n<li>tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。使用请参考示例2</li>\n<li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2。</li>\n<li>is-primary - Boolean - 是否必填:否 - (过滤条件)按照是否主网卡进行过滤。值为true时,仅过滤主网卡;值为false时,仅过滤辅助网卡;此过滤参数未提供时,同时过滤主网卡和辅助网卡。</li>\n<li>eni-type - String -是否必填:否- (过滤条件)按照网卡类型进行过滤。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡。</li>\n<li>eni-qos - String -是否必填:否- (过滤条件)按照网卡服务质量进行过滤。PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。</li>\n<li>address-ipv6 - String - 是否必填:否 -(过滤条件)内网IPv6地址过滤,支持多ipv6地址查询,如果和address-ip一起使用取交集。</li>\n<li>public-address-ip - String - (过滤条件)公网IPv4地址,精确匹配。</li>\n<li>address-type - String - (过滤条件)IPv6 Cidr 的类型,精确匹配。`GUA`(全球单播地址), `ULA`(唯一本地地址)。</li>",
|
17758
18022
|
"example": "[{'Name': 'vpc-id', 'Values': ['vpc-q26u781x']}]",
|
17759
18023
|
"member": "Filter",
|
17760
18024
|
"name": "Filters",
|
@@ -19739,7 +20003,7 @@
|
|
19739
20003
|
},
|
19740
20004
|
{
|
19741
20005
|
"disabled": false,
|
19742
|
-
"document": "过滤条件,参数不支持同时指定SubnetIds和Filters。\n<li>subnet-id - String - (过滤条件)Subnet实例名称。</li>\n<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>\n<li>cidr-block - String - (过滤条件)子网网段,形如: 192.168.1.0 。</li>\n<li>is-default - Boolean - (过滤条件)是否是默认子网。</li>\n<li>is-remote-vpc-snat - Boolean - (过滤条件)是否为VPC SNAT地址池子网。</li>\n<li>subnet-name - String - (过滤条件)子网名称。</li>\n<li>zone - String - (过滤条件)可用区。</li>\n<li>tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。</li>\n<li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2。</li>\n<li>cdc-id - String - 是否必填:否 - (过滤条件)按照cdc信息进行过滤。过滤出来制定cdc下的子网。</li>\n<li>is-cdc-subnet - String - 是否必填:否 - (过滤条件)按照是否是cdc子网进行过滤。取值:“0”-非cdc子网,“1”--cdc子网</li>\n<li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>\n<li>isp-type - String - (过滤条件)运营商类型,形如: BGP 。</li>",
|
20006
|
+
"document": "过滤条件,参数不支持同时指定SubnetIds和Filters。\n<li>subnet-id - String - (过滤条件)Subnet实例名称。</li>\n<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>\n<li>cidr-block - String - (过滤条件)子网网段,形如: 192.168.1.0 。</li>\n<li>is-default - Boolean - (过滤条件)是否是默认子网。</li>\n<li>is-remote-vpc-snat - Boolean - (过滤条件)是否为VPC SNAT地址池子网。</li>\n<li>subnet-name - String - (过滤条件)子网名称。</li>\n<li>zone - String - (过滤条件)可用区。</li>\n<li>tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。</li>\n<li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2。</li>\n<li>cdc-id - String - 是否必填:否 - (过滤条件)按照cdc信息进行过滤。过滤出来制定cdc下的子网。</li>\n<li>is-cdc-subnet - String - 是否必填:否 - (过滤条件)按照是否是cdc子网进行过滤。取值:“0”-非cdc子网,“1”--cdc子网</li>\n<li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>\n<li>isp-type - String - (过滤条件)运营商类型,形如: BGP 。</li>\n<li>address-type - String - (过滤条件)IPv6 Cidr 的类型,精确匹配。`GUA`(全球单播地址), `ULA`(唯一本地地址)。</li>",
|
19743
20007
|
"example": "vpc-pxir56ns",
|
19744
20008
|
"member": "Filter",
|
19745
20009
|
"name": "Filters",
|
@@ -19776,6 +20040,7 @@
|
|
19776
20040
|
"example": "10",
|
19777
20041
|
"member": "uint64",
|
19778
20042
|
"name": "TotalCount",
|
20043
|
+
"output_required": true,
|
19779
20044
|
"type": "int",
|
19780
20045
|
"value_allowed_null": false
|
19781
20046
|
},
|
@@ -19785,6 +20050,7 @@
|
|
19785
20050
|
"example": "无",
|
19786
20051
|
"member": "Subnet",
|
19787
20052
|
"name": "SubnetSet",
|
20053
|
+
"output_required": true,
|
19788
20054
|
"type": "list",
|
19789
20055
|
"value_allowed_null": false
|
19790
20056
|
},
|
@@ -20906,7 +21172,7 @@
|
|
20906
21172
|
},
|
20907
21173
|
{
|
20908
21174
|
"disabled": false,
|
20909
|
-
"document": "过滤条件,不支持同时指定VpcIds和Filters参数。\n支持的过滤条件如下:\n<li>vpc-name:VPC实例名称,支持模糊查询。</li>\n<li>is-default :是否默认VPC。</li>\n<li>vpc-id :VPC实例ID,例如:vpc-f49l6u0z。</li>\n<li>cidr-block:VPC的CIDR。</li>\n<li>tag-key :按照标签键进行过滤,非必填参数。</li>\n<li>tag:tag-key:按照标签键值对进行过滤,非必填参数。 其中 tag-key 请使用具体的标签键进行替换,可参考示例2。</li>\n **说明:**若同一个过滤条件(Filter)存在多个Values,则同一Filter下Values间的关系为逻辑或(OR)关系;若存在多个过滤条件(Filter),Filter之间的关系为逻辑与(AND)关系。\n<li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>\n<li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联通。</li>",
|
21175
|
+
"document": "过滤条件,不支持同时指定VpcIds和Filters参数。\n支持的过滤条件如下:\n<li>vpc-name:VPC实例名称,支持模糊查询。</li>\n<li>is-default :是否默认VPC。</li>\n<li>vpc-id :VPC实例ID,例如:vpc-f49l6u0z。</li>\n<li>cidr-block:VPC的CIDR。</li>\n<li>tag-key :按照标签键进行过滤,非必填参数。</li>\n<li>tag:tag-key:按照标签键值对进行过滤,非必填参数。 其中 tag-key 请使用具体的标签键进行替换,可参考示例2。</li>\n **说明:**若同一个过滤条件(Filter)存在多个Values,则同一Filter下Values间的关系为逻辑或(OR)关系;若存在多个过滤条件(Filter),Filter之间的关系为逻辑与(AND)关系。\n<li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>\n<li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联通。</li>\n<li>address-type - String - (过滤条件)IPv6 Cidr 的类型,精确匹配。`GUA`(全球单播地址), `ULA`(唯一本地地址)。</li>",
|
20910
21176
|
"example": "[{\"Name\": \"vpc-id\", \"Values\": [\"vpc-azd4dt1c\"]}]",
|
20911
21177
|
"member": "Filter",
|
20912
21178
|
"name": "Filters",
|
@@ -20950,7 +21216,7 @@
|
|
20950
21216
|
{
|
20951
21217
|
"disabled": false,
|
20952
21218
|
"document": "VPC对象。",
|
20953
|
-
"example": "[{\"DomainName\": \"aa.bb.cc\", \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\", \"VpcName\": \"demo\", \"CreatedTime\": \"2018-04-25 10:26:26\", \"IsDefault\": false, \"VpcId\": \"vpc-p5sf61yj\", \"EnableMulticast\": false, \"EnableDhcp\": true, \"EnableRouteVpcPublish\": false
|
21219
|
+
"example": "[{\"DomainName\": \"aa.bb.cc\", \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\", \"VpcName\": \"demo\", \"CreatedTime\": \"2018-04-25 10:26:26\", \"IsDefault\": false, \"VpcId\": \"vpc-p5sf61yj\", \"EnableMulticast\": false, \"EnableDhcp\": true, \"EnableRouteVpcPublish\": false}]",
|
20954
21220
|
"member": "Vpc",
|
20955
21221
|
"name": "VpcSet",
|
20956
21222
|
"output_required": true,
|
@@ -22249,7 +22515,7 @@
|
|
22249
22515
|
"members": [
|
22250
22516
|
{
|
22251
22517
|
"disabled": false,
|
22252
|
-
"document": "流日志Id
|
22518
|
+
"document": "流日志Id。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。",
|
22253
22519
|
"example": "[\"fl-7rymh5cn\"]",
|
22254
22520
|
"member": "string",
|
22255
22521
|
"name": "FlowLogIds",
|
@@ -22647,7 +22913,7 @@
|
|
22647
22913
|
"members": [
|
22648
22914
|
{
|
22649
22915
|
"disabled": false,
|
22650
|
-
"document": "弹性网卡实例ID。形如:eni-pxir56ns。每次请求的实例的上限为100
|
22916
|
+
"document": "弹性网卡实例ID。形如:eni-pxir56ns。每次请求的实例的上限为100。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。\n",
|
22651
22917
|
"example": "[\"eni-12345678\"]",
|
22652
22918
|
"member": "string",
|
22653
22919
|
"name": "NetworkInterfaceIds",
|
@@ -22656,7 +22922,7 @@
|
|
22656
22922
|
},
|
22657
22923
|
{
|
22658
22924
|
"disabled": false,
|
22659
|
-
"document": "安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups
|
22925
|
+
"document": "安全组实例ID,例如:sg-33ocnj9n,可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。每次请求的实例的上限为100。",
|
22660
22926
|
"example": "[\"sg-12345678\"]",
|
22661
22927
|
"member": "string",
|
22662
22928
|
"name": "SecurityGroupIds",
|
@@ -22903,7 +23169,7 @@
|
|
22903
23169
|
"members": [
|
22904
23170
|
{
|
22905
23171
|
"disabled": false,
|
22906
|
-
"document": "流日志Id
|
23172
|
+
"document": "流日志Id。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。",
|
22907
23173
|
"example": "[\"fl-7rymh5cn\"]",
|
22908
23174
|
"member": "string",
|
22909
23175
|
"name": "FlowLogIds",
|
@@ -23491,7 +23757,7 @@
|
|
23491
23757
|
"members": [
|
23492
23758
|
{
|
23493
23759
|
"disabled": false,
|
23494
|
-
"document": "
|
23760
|
+
"document": "私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。",
|
23495
23761
|
"example": "vpc-pq9vxykj",
|
23496
23762
|
"member": "string",
|
23497
23763
|
"name": "VpcId",
|
@@ -23521,7 +23787,7 @@
|
|
23521
23787
|
},
|
23522
23788
|
{
|
23523
23789
|
"disabled": false,
|
23524
|
-
"document": "
|
23790
|
+
"document": "流日志所属资源类型:VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。",
|
23525
23791
|
"example": "NETWORKINTERFACE",
|
23526
23792
|
"member": "string",
|
23527
23793
|
"name": "ResourceType",
|
@@ -23541,7 +23807,7 @@
|
|
23541
23807
|
},
|
23542
23808
|
{
|
23543
23809
|
"disabled": false,
|
23544
|
-
"document": "流日志采集类型,ACCEPT
|
23810
|
+
"document": "流日志采集类型,ACCEPT(允许),REJECT(拒绝),ALL(全部)。",
|
23545
23811
|
"example": "ACCEPT",
|
23546
23812
|
"member": "string",
|
23547
23813
|
"name": "TrafficType",
|
@@ -23561,7 +23827,7 @@
|
|
23561
23827
|
},
|
23562
23828
|
{
|
23563
23829
|
"disabled": false,
|
23564
|
-
"document": "流日志存储ID状态。",
|
23830
|
+
"document": "流日志存储ID状态。SUCCESS(成功),DELETED(删除)。",
|
23565
23831
|
"example": "SUCCESS",
|
23566
23832
|
"member": "string",
|
23567
23833
|
"name": "CloudLogState",
|
@@ -23592,7 +23858,7 @@
|
|
23592
23858
|
{
|
23593
23859
|
"disabled": false,
|
23594
23860
|
"document": "标签列表,例如:[{\"Key\": \"city\", \"Value\": \"shanghai\"}]。",
|
23595
|
-
"example": "[]",
|
23861
|
+
"example": "[{'Key':'Tag1', 'Value': 'Value1'}]",
|
23596
23862
|
"member": "Tag",
|
23597
23863
|
"name": "TagSet",
|
23598
23864
|
"output_required": true,
|
@@ -23611,33 +23877,33 @@
|
|
23611
23877
|
},
|
23612
23878
|
{
|
23613
23879
|
"disabled": false,
|
23614
|
-
"document": "消费端类型:cls、ckafka
|
23880
|
+
"document": "消费端类型:cls、ckafka。",
|
23615
23881
|
"example": "cls",
|
23616
23882
|
"member": "string",
|
23617
23883
|
"name": "StorageType",
|
23618
23884
|
"output_required": true,
|
23619
23885
|
"type": "string",
|
23620
|
-
"value_allowed_null":
|
23886
|
+
"value_allowed_null": false
|
23621
23887
|
},
|
23622
23888
|
{
|
23623
23889
|
"disabled": false,
|
23624
|
-
"document": "消费端信息,当消费端类型为ckafka
|
23625
|
-
"example": "
|
23890
|
+
"document": "消费端信息,当消费端类型为ckafka时返回。",
|
23891
|
+
"example": "{\"StorageTopic\": \"topic-siqmaox1\", \"StorageId\": \"ckafka-akwiqms1\"}",
|
23626
23892
|
"member": "FlowLogStorage",
|
23627
23893
|
"name": "FlowLogStorage",
|
23628
23894
|
"output_required": true,
|
23629
23895
|
"type": "object",
|
23630
|
-
"value_allowed_null":
|
23896
|
+
"value_allowed_null": false
|
23631
23897
|
},
|
23632
23898
|
{
|
23633
23899
|
"disabled": false,
|
23634
|
-
"document": "流日志存储ID
|
23900
|
+
"document": "流日志存储ID对应的地域信息。",
|
23635
23901
|
"example": "ap-guangzhou",
|
23636
23902
|
"member": "string",
|
23637
23903
|
"name": "CloudLogRegion",
|
23638
23904
|
"output_required": true,
|
23639
23905
|
"type": "string",
|
23640
|
-
"value_allowed_null":
|
23906
|
+
"value_allowed_null": false
|
23641
23907
|
}
|
23642
23908
|
],
|
23643
23909
|
"usage": "out"
|
@@ -23651,19 +23917,21 @@
|
|
23651
23917
|
"example": "ckafka-aso1kaoq",
|
23652
23918
|
"member": "string",
|
23653
23919
|
"name": "StorageId",
|
23920
|
+
"output_required": true,
|
23654
23921
|
"required": true,
|
23655
23922
|
"type": "string",
|
23656
23923
|
"value_allowed_null": false
|
23657
23924
|
},
|
23658
23925
|
{
|
23659
23926
|
"disabled": false,
|
23660
|
-
"document": "主题Id,当流日志存储类型为ckafka
|
23927
|
+
"document": "主题Id,当流日志存储类型为ckafka时,必填。",
|
23661
23928
|
"example": "topic-asow02oa",
|
23662
23929
|
"member": "string",
|
23663
23930
|
"name": "StorageTopic",
|
23931
|
+
"output_required": true,
|
23664
23932
|
"required": false,
|
23665
23933
|
"type": "string",
|
23666
|
-
"value_allowed_null":
|
23934
|
+
"value_allowed_null": false
|
23667
23935
|
}
|
23668
23936
|
],
|
23669
23937
|
"usage": "both"
|
@@ -23927,6 +24195,100 @@
|
|
23927
24195
|
],
|
23928
24196
|
"type": "object"
|
23929
24197
|
},
|
24198
|
+
"GlobalRoute": {
|
24199
|
+
"document": "全局路由对象。",
|
24200
|
+
"members": [
|
24201
|
+
{
|
24202
|
+
"disabled": false,
|
24203
|
+
"document": "作为出参展示,表示VPC唯一Id,。",
|
24204
|
+
"example": "vpc-mcqaoy0f",
|
24205
|
+
"member": "string",
|
24206
|
+
"name": "VpcId",
|
24207
|
+
"output_required": false,
|
24208
|
+
"required": false,
|
24209
|
+
"type": "string",
|
24210
|
+
"value_allowed_null": false
|
24211
|
+
},
|
24212
|
+
{
|
24213
|
+
"disabled": false,
|
24214
|
+
"document": "全局路由唯一Id。",
|
24215
|
+
"example": "gr-bmenrwu2",
|
24216
|
+
"member": "string",
|
24217
|
+
"name": "GlobalRouteId",
|
24218
|
+
"output_required": false,
|
24219
|
+
"required": false,
|
24220
|
+
"type": "string",
|
24221
|
+
"value_allowed_null": false
|
24222
|
+
},
|
24223
|
+
{
|
24224
|
+
"disabled": false,
|
24225
|
+
"document": "Ipv4目标网段。",
|
24226
|
+
"example": "192.168.0.0/20",
|
24227
|
+
"member": "string",
|
24228
|
+
"name": "DestinationCidrBlock",
|
24229
|
+
"output_required": false,
|
24230
|
+
"required": false,
|
24231
|
+
"type": "string",
|
24232
|
+
"value_allowed_null": false
|
24233
|
+
},
|
24234
|
+
{
|
24235
|
+
"disabled": false,
|
24236
|
+
"document": "下一跳类型,支持 NORMAL_CVM。",
|
24237
|
+
"example": "NORMAL_CVM",
|
24238
|
+
"member": "string",
|
24239
|
+
"name": "GatewayType",
|
24240
|
+
"output_required": false,
|
24241
|
+
"required": false,
|
24242
|
+
"type": "string",
|
24243
|
+
"value_allowed_null": false
|
24244
|
+
},
|
24245
|
+
{
|
24246
|
+
"disabled": false,
|
24247
|
+
"document": "下一跳对象,如果GatewayType类型是NORMAL_CVM填写子机IP。",
|
24248
|
+
"example": "192.168.0.3",
|
24249
|
+
"member": "string",
|
24250
|
+
"name": "GatewayId",
|
24251
|
+
"output_required": false,
|
24252
|
+
"required": false,
|
24253
|
+
"type": "string",
|
24254
|
+
"value_allowed_null": false
|
24255
|
+
},
|
24256
|
+
{
|
24257
|
+
"disabled": false,
|
24258
|
+
"document": "备注。",
|
24259
|
+
"example": "gr_item",
|
24260
|
+
"member": "string",
|
24261
|
+
"name": "Description",
|
24262
|
+
"output_required": false,
|
24263
|
+
"required": false,
|
24264
|
+
"type": "string",
|
24265
|
+
"value_allowed_null": false
|
24266
|
+
},
|
24267
|
+
{
|
24268
|
+
"disabled": false,
|
24269
|
+
"document": "创建时间。",
|
24270
|
+
"example": "2010-11-21",
|
24271
|
+
"member": "string",
|
24272
|
+
"name": "CreatedTime",
|
24273
|
+
"output_required": false,
|
24274
|
+
"required": false,
|
24275
|
+
"type": "string",
|
24276
|
+
"value_allowed_null": false
|
24277
|
+
},
|
24278
|
+
{
|
24279
|
+
"disabled": false,
|
24280
|
+
"document": "支持的 ECMP算法有:\n\n- ECMP_QUINTUPLE_HASH:五元组hash\n- ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash\n- ECMP_DESTINATION_IP_HASH:目的IP hash\n- ECMP_SOURCE_IP_HASH:源IP hash。",
|
24281
|
+
"example": "ECMP_QUINTUPLE_HASH",
|
24282
|
+
"member": "string",
|
24283
|
+
"name": "SubnetRouteAlgorithm",
|
24284
|
+
"output_required": false,
|
24285
|
+
"required": false,
|
24286
|
+
"type": "string",
|
24287
|
+
"value_allowed_null": false
|
24288
|
+
}
|
24289
|
+
],
|
24290
|
+
"usage": "both"
|
24291
|
+
},
|
23930
24292
|
"HaVip": {
|
23931
24293
|
"document": "描述 HAVIP 信息",
|
23932
24294
|
"members": [
|
@@ -24042,53 +24404,53 @@
|
|
24042
24404
|
},
|
24043
24405
|
{
|
24044
24406
|
"disabled": false,
|
24045
|
-
"document": "`HAVIP
|
24407
|
+
"document": "`HAVIP`的飘移范围。",
|
24046
24408
|
"example": "[{\"HaVipId\": \"havip-nswq8wkq\", \"InstanceId\": \"ins-kngiybxl\", \"InstanceType\": \"CVM\"}]",
|
24047
24409
|
"member": "HaVipAssociation",
|
24048
24410
|
"name": "HaVipAssociationSet",
|
24049
24411
|
"output_required": false,
|
24050
24412
|
"type": "list",
|
24051
|
-
"value_allowed_null":
|
24413
|
+
"value_allowed_null": false
|
24052
24414
|
},
|
24053
24415
|
{
|
24054
24416
|
"disabled": false,
|
24055
|
-
"document": "是否开启`HAVIP
|
24417
|
+
"document": "是否开启`HAVIP`的飘移范围校验。",
|
24056
24418
|
"example": "True",
|
24057
24419
|
"member": "bool",
|
24058
24420
|
"name": "CheckAssociate",
|
24059
24421
|
"output_required": false,
|
24060
24422
|
"type": "bool",
|
24061
|
-
"value_allowed_null":
|
24423
|
+
"value_allowed_null": false
|
24062
24424
|
},
|
24063
24425
|
{
|
24064
24426
|
"disabled": false,
|
24065
|
-
"document": "CDC实例ID
|
24427
|
+
"document": "CDC实例ID。",
|
24066
24428
|
"example": "cluster-gbo27yc4",
|
24067
24429
|
"member": "string",
|
24068
24430
|
"name": "CdcId",
|
24069
24431
|
"output_required": false,
|
24070
24432
|
"type": "string",
|
24071
|
-
"value_allowed_null":
|
24433
|
+
"value_allowed_null": false
|
24072
24434
|
},
|
24073
24435
|
{
|
24074
24436
|
"disabled": false,
|
24075
|
-
"document": "HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00
|
24437
|
+
"document": "HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00",
|
24076
24438
|
"example": "2024-06-06 22:24:45",
|
24077
24439
|
"member": "string",
|
24078
24440
|
"name": "FlushedTime",
|
24079
24441
|
"output_required": false,
|
24080
24442
|
"type": "string",
|
24081
|
-
"value_allowed_null":
|
24443
|
+
"value_allowed_null": false
|
24082
24444
|
},
|
24083
24445
|
{
|
24084
24446
|
"disabled": false,
|
24085
|
-
"document": "标签键值对。\t
|
24447
|
+
"document": "标签键值对。\t",
|
24086
24448
|
"example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
|
24087
24449
|
"member": "Tag",
|
24088
24450
|
"name": "TagSet",
|
24089
24451
|
"output_required": false,
|
24090
24452
|
"type": "list",
|
24091
|
-
"value_allowed_null":
|
24453
|
+
"value_allowed_null": false
|
24092
24454
|
}
|
24093
24455
|
],
|
24094
24456
|
"usage": "out"
|
@@ -24134,36 +24496,36 @@
|
|
24134
24496
|
"members": [
|
24135
24497
|
{
|
24136
24498
|
"disabled": false,
|
24137
|
-
"document": "HaVip绑定的子机或网卡唯一ID
|
24499
|
+
"document": "HaVip绑定的子机或网卡唯一ID。",
|
24138
24500
|
"example": "ins-3qx9elib",
|
24139
24501
|
"member": "string",
|
24140
24502
|
"name": "InstanceId",
|
24141
24503
|
"output_required": false,
|
24142
24504
|
"required": true,
|
24143
24505
|
"type": "string",
|
24144
|
-
"value_allowed_null":
|
24506
|
+
"value_allowed_null": false
|
24145
24507
|
},
|
24146
24508
|
{
|
24147
24509
|
"disabled": false,
|
24148
|
-
"document": "HaVip实例唯一ID
|
24510
|
+
"document": "HaVip实例唯一ID。",
|
24149
24511
|
"example": "havip-7tqt5jn6",
|
24150
24512
|
"member": "string",
|
24151
24513
|
"name": "HaVipId",
|
24152
24514
|
"output_required": false,
|
24153
24515
|
"required": false,
|
24154
24516
|
"type": "string",
|
24155
|
-
"value_allowed_null":
|
24517
|
+
"value_allowed_null": false
|
24156
24518
|
},
|
24157
24519
|
{
|
24158
24520
|
"disabled": false,
|
24159
|
-
"document": "HaVip绑定的类型。取值:CVM, ENI
|
24521
|
+
"document": "HaVip绑定的类型。取值:CVM, ENI。",
|
24160
24522
|
"example": "CVM",
|
24161
24523
|
"member": "string",
|
24162
24524
|
"name": "InstanceType",
|
24163
24525
|
"output_required": false,
|
24164
24526
|
"required": false,
|
24165
24527
|
"type": "string",
|
24166
|
-
"value_allowed_null":
|
24528
|
+
"value_allowed_null": false
|
24167
24529
|
}
|
24168
24530
|
],
|
24169
24531
|
"usage": "both"
|
@@ -24274,113 +24636,113 @@
|
|
24274
24636
|
"members": [
|
24275
24637
|
{
|
24276
24638
|
"disabled": false,
|
24277
|
-
"document": "高优路由表唯一 ID
|
24639
|
+
"document": "高优路由表唯一 ID",
|
24278
24640
|
"example": "hprtb-18mot1fm",
|
24279
24641
|
"member": "string",
|
24280
24642
|
"name": "HighPriorityRouteTableId",
|
24281
24643
|
"output_required": false,
|
24282
24644
|
"required": false,
|
24283
24645
|
"type": "string",
|
24284
|
-
"value_allowed_null":
|
24646
|
+
"value_allowed_null": false
|
24285
24647
|
},
|
24286
24648
|
{
|
24287
24649
|
"disabled": false,
|
24288
|
-
"document": "高优路由表条目唯一 ID
|
24650
|
+
"document": "高优路由表条目唯一 ID",
|
24289
24651
|
"example": "hprti-p1ymd0ak",
|
24290
24652
|
"member": "string",
|
24291
24653
|
"name": "HighPriorityRouteId",
|
24292
24654
|
"output_required": true,
|
24293
24655
|
"required": false,
|
24294
24656
|
"type": "string",
|
24295
|
-
"value_allowed_null":
|
24657
|
+
"value_allowed_null": false
|
24296
24658
|
},
|
24297
24659
|
{
|
24298
24660
|
"disabled": false,
|
24299
|
-
"document": "
|
24661
|
+
"document": "目标网段",
|
24300
24662
|
"example": "172.20.0.0/16",
|
24301
24663
|
"member": "string",
|
24302
24664
|
"name": "DestinationCidrBlock",
|
24303
24665
|
"output_required": false,
|
24304
24666
|
"required": false,
|
24305
24667
|
"type": "string",
|
24306
|
-
"value_allowed_null":
|
24668
|
+
"value_allowed_null": false
|
24307
24669
|
},
|
24308
24670
|
{
|
24309
24671
|
"disabled": false,
|
24310
|
-
"document": "
|
24672
|
+
"document": "网关类型",
|
24311
24673
|
"example": "HAVIP",
|
24312
24674
|
"member": "string",
|
24313
24675
|
"name": "GatewayType",
|
24314
24676
|
"output_required": false,
|
24315
24677
|
"required": false,
|
24316
24678
|
"type": "string",
|
24317
|
-
"value_allowed_null":
|
24679
|
+
"value_allowed_null": false
|
24318
24680
|
},
|
24319
24681
|
{
|
24320
24682
|
"disabled": false,
|
24321
|
-
"document": "网关唯一ID
|
24683
|
+
"document": "网关唯一ID",
|
24322
24684
|
"example": "havip-mt4yhdps",
|
24323
24685
|
"member": "string",
|
24324
24686
|
"name": "GatewayId",
|
24325
24687
|
"output_required": false,
|
24326
24688
|
"required": false,
|
24327
24689
|
"type": "string",
|
24328
|
-
"value_allowed_null":
|
24690
|
+
"value_allowed_null": false
|
24329
24691
|
},
|
24330
24692
|
{
|
24331
24693
|
"disabled": false,
|
24332
|
-
"document": "
|
24694
|
+
"document": "高优路由条目描述",
|
24333
24695
|
"example": "test_high_priority_item",
|
24334
24696
|
"member": "string",
|
24335
24697
|
"name": "Description",
|
24336
24698
|
"output_required": false,
|
24337
24699
|
"required": false,
|
24338
24700
|
"type": "string",
|
24339
|
-
"value_allowed_null":
|
24701
|
+
"value_allowed_null": false
|
24340
24702
|
},
|
24341
24703
|
{
|
24342
24704
|
"disabled": false,
|
24343
|
-
"document": "ECMP算法,支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash
|
24705
|
+
"document": "ECMP算法,支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。",
|
24344
24706
|
"example": "ECMP_QUINTUPLE_HASH",
|
24345
24707
|
"member": "string",
|
24346
24708
|
"name": "SubnetRouteAlgorithm",
|
24347
24709
|
"output_required": false,
|
24348
24710
|
"required": false,
|
24349
24711
|
"type": "string",
|
24350
|
-
"value_allowed_null":
|
24712
|
+
"value_allowed_null": false
|
24351
24713
|
},
|
24352
24714
|
{
|
24353
24715
|
"disabled": false,
|
24354
|
-
"document": "出参展示,是否为CDC
|
24716
|
+
"document": "出参展示,是否为CDC属性高优路由",
|
24355
24717
|
"example": "true",
|
24356
24718
|
"member": "bool",
|
24357
24719
|
"name": "IsCdc",
|
24358
24720
|
"output_required": false,
|
24359
24721
|
"required": false,
|
24360
24722
|
"type": "bool",
|
24361
|
-
"value_allowed_null":
|
24723
|
+
"value_allowed_null": false
|
24362
24724
|
},
|
24363
24725
|
{
|
24364
24726
|
"disabled": false,
|
24365
|
-
"document": "出参展示,CDC 唯一ID
|
24727
|
+
"document": "出参展示,CDC 唯一ID",
|
24366
24728
|
"example": "cdc-hj3he929",
|
24367
24729
|
"member": "string",
|
24368
24730
|
"name": "CdcId",
|
24369
24731
|
"output_required": false,
|
24370
24732
|
"required": false,
|
24371
24733
|
"type": "string",
|
24372
|
-
"value_allowed_null":
|
24734
|
+
"value_allowed_null": false
|
24373
24735
|
},
|
24374
24736
|
{
|
24375
24737
|
"disabled": false,
|
24376
|
-
"document": "
|
24738
|
+
"document": "创建时间。",
|
24377
24739
|
"example": "2021-03-02 14:41:15",
|
24378
24740
|
"member": "string",
|
24379
24741
|
"name": "CreatedTime",
|
24380
24742
|
"output_required": false,
|
24381
24743
|
"required": false,
|
24382
24744
|
"type": "string",
|
24383
|
-
"value_allowed_null":
|
24745
|
+
"value_allowed_null": false
|
24384
24746
|
}
|
24385
24747
|
],
|
24386
24748
|
"usage": "both"
|
@@ -24390,63 +24752,63 @@
|
|
24390
24752
|
"members": [
|
24391
24753
|
{
|
24392
24754
|
"disabled": false,
|
24393
|
-
"document": "高优路由表唯一 ID
|
24755
|
+
"document": "高优路由表唯一 ID。",
|
24394
24756
|
"example": "hprtb-18mot1fm",
|
24395
24757
|
"member": "string",
|
24396
24758
|
"name": "HighPriorityRouteTableId",
|
24397
24759
|
"output_required": true,
|
24398
24760
|
"type": "string",
|
24399
|
-
"value_allowed_null":
|
24761
|
+
"value_allowed_null": false
|
24400
24762
|
},
|
24401
24763
|
{
|
24402
24764
|
"disabled": false,
|
24403
|
-
"document": "VPC实例ID
|
24765
|
+
"document": "VPC实例ID。",
|
24404
24766
|
"example": "vpc-m0c2kcun",
|
24405
24767
|
"member": "string",
|
24406
24768
|
"name": "VpcId",
|
24407
24769
|
"output_required": true,
|
24408
24770
|
"type": "string",
|
24409
|
-
"value_allowed_null":
|
24771
|
+
"value_allowed_null": false
|
24410
24772
|
},
|
24411
24773
|
{
|
24412
24774
|
"disabled": false,
|
24413
|
-
"document": "
|
24775
|
+
"document": "高优路由表名称。",
|
24414
24776
|
"example": "demo",
|
24415
24777
|
"member": "string",
|
24416
24778
|
"name": "Name",
|
24417
24779
|
"output_required": true,
|
24418
24780
|
"type": "string",
|
24419
|
-
"value_allowed_null":
|
24781
|
+
"value_allowed_null": false
|
24420
24782
|
},
|
24421
24783
|
{
|
24422
24784
|
"disabled": false,
|
24423
|
-
"document": "
|
24785
|
+
"document": "高优路由表关联的子网列表。",
|
24424
24786
|
"example": "[\"subnet-ie8choou\"]",
|
24425
24787
|
"member": "string",
|
24426
24788
|
"name": "SubnetSet",
|
24427
24789
|
"output_required": false,
|
24428
24790
|
"type": "list",
|
24429
|
-
"value_allowed_null":
|
24791
|
+
"value_allowed_null": false
|
24430
24792
|
},
|
24431
24793
|
{
|
24432
24794
|
"disabled": false,
|
24433
|
-
"document": "
|
24434
|
-
"example": "[]",
|
24795
|
+
"document": "高优路由表条目信息",
|
24796
|
+
"example": "[{\"HighPriorityRouteId\": \"hprti-p1ymd0ak\"}]",
|
24435
24797
|
"member": "HighPriorityRoute",
|
24436
24798
|
"name": "HighPriorityRouteSet",
|
24437
24799
|
"output_required": false,
|
24438
24800
|
"type": "list",
|
24439
|
-
"value_allowed_null":
|
24801
|
+
"value_allowed_null": false
|
24440
24802
|
},
|
24441
24803
|
{
|
24442
24804
|
"disabled": false,
|
24443
|
-
"document": "
|
24805
|
+
"document": "创建时间。",
|
24444
24806
|
"example": "2021-03-02 14:41:15",
|
24445
24807
|
"member": "string",
|
24446
24808
|
"name": "CreatedTime",
|
24447
24809
|
"output_required": false,
|
24448
24810
|
"type": "string",
|
24449
|
-
"value_allowed_null":
|
24811
|
+
"value_allowed_null": false
|
24450
24812
|
}
|
24451
24813
|
],
|
24452
24814
|
"usage": "out"
|
@@ -24578,7 +24940,7 @@
|
|
24578
24940
|
{
|
24579
24941
|
"disabled": false,
|
24580
24942
|
"document": "IKE版本",
|
24581
|
-
"example": "
|
24943
|
+
"example": "IKEV1",
|
24582
24944
|
"member": "string",
|
24583
24945
|
"name": "IKEVersion",
|
24584
24946
|
"output_required": false,
|
@@ -24661,6 +25023,22 @@
|
|
24661
25023
|
],
|
24662
25024
|
"usage": "both"
|
24663
25025
|
},
|
25026
|
+
"ISPIPv6CidrBlock": {
|
25027
|
+
"document": "返回多运营商IPv6 Cidr Block",
|
25028
|
+
"members": [
|
25029
|
+
{
|
25030
|
+
"disabled": false,
|
25031
|
+
"document": "IPv6 Cidr 的类型:`GUA`(全球单播地址), `ULA`(唯一本地地址)",
|
25032
|
+
"example": "GUA",
|
25033
|
+
"member": "string",
|
25034
|
+
"name": "AddressType",
|
25035
|
+
"output_required": false,
|
25036
|
+
"type": "string",
|
25037
|
+
"value_allowed_null": false
|
25038
|
+
}
|
25039
|
+
],
|
25040
|
+
"usage": "out"
|
25041
|
+
},
|
24664
25042
|
"InquirePriceCreateDirectConnectGatewayRequest": {
|
24665
25043
|
"document": "InquirePriceCreateDirectConnectGateway请求参数结构体",
|
24666
25044
|
"members": [],
|
@@ -25141,6 +25519,32 @@
|
|
25141
25519
|
],
|
25142
25520
|
"usage": "both"
|
25143
25521
|
},
|
25522
|
+
"InstanceJumbo": {
|
25523
|
+
"document": "云服务器巨帧状态",
|
25524
|
+
"members": [
|
25525
|
+
{
|
25526
|
+
"disabled": false,
|
25527
|
+
"document": "实例ID。",
|
25528
|
+
"example": "ins-4uhk90pu",
|
25529
|
+
"member": "string",
|
25530
|
+
"name": "InstanceId",
|
25531
|
+
"output_required": false,
|
25532
|
+
"type": "string",
|
25533
|
+
"value_allowed_null": false
|
25534
|
+
},
|
25535
|
+
{
|
25536
|
+
"disabled": false,
|
25537
|
+
"document": "实例是否支持巨帧。",
|
25538
|
+
"example": "True",
|
25539
|
+
"member": "bool",
|
25540
|
+
"name": "JumboState",
|
25541
|
+
"output_required": false,
|
25542
|
+
"type": "bool",
|
25543
|
+
"value_allowed_null": false
|
25544
|
+
}
|
25545
|
+
],
|
25546
|
+
"usage": "out"
|
25547
|
+
},
|
25144
25548
|
"InstanceStatistic": {
|
25145
25549
|
"document": "用于描述实例的统计信息",
|
25146
25550
|
"members": [
|
@@ -25754,25 +26158,25 @@
|
|
25754
26158
|
},
|
25755
26159
|
{
|
25756
26160
|
"disabled": false,
|
25757
|
-
"document": "如果 IPv6地址是 ULA 类型,绑定的公网IP
|
26161
|
+
"document": "如果 IPv6地址是 ULA 类型,绑定的公网IP地址。",
|
25758
26162
|
"example": "3402:4e00:20:1202::2",
|
25759
26163
|
"member": "string",
|
25760
26164
|
"name": "PublicIpAddress",
|
25761
26165
|
"output_required": false,
|
25762
26166
|
"required": false,
|
25763
26167
|
"type": "string",
|
25764
|
-
"value_allowed_null":
|
26168
|
+
"value_allowed_null": false
|
25765
26169
|
},
|
25766
26170
|
{
|
25767
26171
|
"disabled": false,
|
25768
|
-
"document": "`IPv6`地址的类型: `GUA`(全球单播地址), `
|
26172
|
+
"document": "`IPv6`地址的类型: `GUA`(全球单播地址), `ULA`(唯一本地地址)",
|
25769
26173
|
"example": "ULA",
|
25770
26174
|
"member": "string",
|
25771
26175
|
"name": "AddressType",
|
25772
26176
|
"output_required": false,
|
25773
26177
|
"required": false,
|
25774
26178
|
"type": "string",
|
25775
|
-
"value_allowed_null":
|
26179
|
+
"value_allowed_null": false
|
25776
26180
|
}
|
25777
26181
|
],
|
25778
26182
|
"usage": "both"
|
@@ -25988,13 +26392,13 @@
|
|
25988
26392
|
},
|
25989
26393
|
{
|
25990
26394
|
"disabled": false,
|
25991
|
-
"document": "标签键值对。\t
|
25992
|
-
"example": "[]",
|
26395
|
+
"document": "标签键值对。\t",
|
26396
|
+
"example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
|
25993
26397
|
"member": "Tag",
|
25994
26398
|
"name": "TagSet",
|
25995
26399
|
"output_required": false,
|
25996
26400
|
"type": "list",
|
25997
|
-
"value_allowed_null":
|
26401
|
+
"value_allowed_null": false
|
25998
26402
|
},
|
25999
26403
|
{
|
26000
26404
|
"disabled": false,
|
@@ -26077,6 +26481,51 @@
|
|
26077
26481
|
],
|
26078
26482
|
"usage": "in"
|
26079
26483
|
},
|
26484
|
+
"MigrateBandwidthPackageResourcesRequest": {
|
26485
|
+
"document": "MigrateBandwidthPackageResources请求参数结构体",
|
26486
|
+
"members": [
|
26487
|
+
{
|
26488
|
+
"disabled": false,
|
26489
|
+
"document": "当前资源所在的共享带宽包ID",
|
26490
|
+
"example": "bwp-hxlqja90",
|
26491
|
+
"member": "string",
|
26492
|
+
"name": "BandwidthPackageId",
|
26493
|
+
"required": true,
|
26494
|
+
"type": "string"
|
26495
|
+
},
|
26496
|
+
{
|
26497
|
+
"disabled": false,
|
26498
|
+
"document": "要迁移的目标共享带宽包的ID",
|
26499
|
+
"example": "bwp-hxlqja90",
|
26500
|
+
"member": "string",
|
26501
|
+
"name": "TargetBandwidthPackageId",
|
26502
|
+
"required": true,
|
26503
|
+
"type": "string"
|
26504
|
+
},
|
26505
|
+
{
|
26506
|
+
"disabled": false,
|
26507
|
+
"document": "要迁移的资源的ID列表",
|
26508
|
+
"example": "[\"eip-hxlqja90\",\"eip-hxlqja91\"]",
|
26509
|
+
"member": "string",
|
26510
|
+
"name": "ResourceIds",
|
26511
|
+
"required": true,
|
26512
|
+
"type": "list"
|
26513
|
+
}
|
26514
|
+
],
|
26515
|
+
"type": "object"
|
26516
|
+
},
|
26517
|
+
"MigrateBandwidthPackageResourcesResponse": {
|
26518
|
+
"document": "MigrateBandwidthPackageResources返回参数结构体",
|
26519
|
+
"members": [
|
26520
|
+
{
|
26521
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
26522
|
+
"member": "string",
|
26523
|
+
"name": "RequestId",
|
26524
|
+
"type": "string"
|
26525
|
+
}
|
26526
|
+
],
|
26527
|
+
"type": "object"
|
26528
|
+
},
|
26080
26529
|
"MigrateNetworkInterfaceRequest": {
|
26081
26530
|
"document": "MigrateNetworkInterface请求参数结构体",
|
26082
26531
|
"members": [
|
@@ -26136,7 +26585,7 @@
|
|
26136
26585
|
"members": [
|
26137
26586
|
{
|
26138
26587
|
"disabled": false,
|
26139
|
-
"document": "当内网IP绑定的弹性网卡实例ID,例如:eni-m6dyj72l
|
26588
|
+
"document": "当内网IP绑定的弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。\n",
|
26140
26589
|
"example": "eni-m6dyj722",
|
26141
26590
|
"member": "string",
|
26142
26591
|
"name": "SourceNetworkInterfaceId",
|
@@ -26145,7 +26594,7 @@
|
|
26145
26594
|
},
|
26146
26595
|
{
|
26147
26596
|
"disabled": false,
|
26148
|
-
"document": "待迁移的目的弹性网卡实例ID
|
26597
|
+
"document": "待迁移的目的弹性网卡实例ID。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。\n",
|
26149
26598
|
"example": "eni-m6dyj72l",
|
26150
26599
|
"member": "string",
|
26151
26600
|
"name": "DestinationNetworkInterfaceId",
|
@@ -26552,7 +27001,7 @@
|
|
26552
27001
|
},
|
26553
27002
|
{
|
26554
27003
|
"disabled": false,
|
26555
|
-
"document": "
|
27004
|
+
"document": "带宽包计费模式,可选值:\n<li>ENHANCED95_POSTPAID_BY_MONTH: 后付费-增强型95计费</li>\n<li>PRIMARY_TRAFFIC_POSTPAID_BY_HOUR: 后付费-按主流量计费</li>\n<li>BANDWIDTH_POSTPAID_BY_DAY: 常规BGP-后付费-按带宽计费</li>\n<li>FIXED_PREPAID_BY_MONTH: 常规BGP-预付费</li>\n<li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 静态单线-后付费-按日结算</li>\n<li>TOP5_POSTPAID_BY_MONTH: 后付费-TOP5计费,如需使用,请提交工单申请</li>",
|
26556
27005
|
"example": "TOP5_POSTPAID_BY_MONTH",
|
26557
27006
|
"member": "string",
|
26558
27007
|
"name": "ChargeType",
|
@@ -26579,7 +27028,7 @@
|
|
26579
27028
|
"members": [
|
26580
27029
|
{
|
26581
27030
|
"disabled": false,
|
26582
|
-
"document": "带宽包限速大小。单位:Mbps
|
27031
|
+
"document": "带宽包限速大小。单位:Mbps。带宽包计费类型对应的带宽上下限可参考:[BandwidthRange](https://cloud.tencent.com/document/api/215/15824#BandwidthRange) ",
|
26583
27032
|
"example": "100",
|
26584
27033
|
"member": "int64",
|
26585
27034
|
"name": "InternetMaxBandwidth",
|
@@ -26588,7 +27037,7 @@
|
|
26588
27037
|
},
|
26589
27038
|
{
|
26590
27039
|
"disabled": false,
|
26591
|
-
"document": "共享带宽包ID",
|
27040
|
+
"document": "共享带宽包ID,可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。",
|
26592
27041
|
"example": "bwp-mwoqajk2",
|
26593
27042
|
"member": "string",
|
26594
27043
|
"name": "BandwidthPackageId",
|
@@ -26946,7 +27395,7 @@
|
|
26946
27395
|
"members": [
|
26947
27396
|
{
|
26948
27397
|
"disabled": false,
|
26949
|
-
"document": "流日志唯一ID
|
27398
|
+
"document": "流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。",
|
26950
27399
|
"example": "fl-nswq8wkq",
|
26951
27400
|
"member": "string",
|
26952
27401
|
"name": "FlowLogId",
|
@@ -26955,7 +27404,7 @@
|
|
26955
27404
|
},
|
26956
27405
|
{
|
26957
27406
|
"disabled": false,
|
26958
|
-
"document": "
|
27407
|
+
"document": "私用网络唯一ID。修改云联网流日志属性时可不填,其他流日志类型必填。",
|
26959
27408
|
"example": "vpc-pnpcflil",
|
26960
27409
|
"member": "string",
|
26961
27410
|
"name": "VpcId",
|
@@ -26964,8 +27413,8 @@
|
|
26964
27413
|
},
|
26965
27414
|
{
|
26966
27415
|
"disabled": false,
|
26967
|
-
"document": "
|
26968
|
-
"example": "
|
27416
|
+
"document": "流日志实例名字。长度为不超过60字节。",
|
27417
|
+
"example": "FlowLogName1",
|
26969
27418
|
"member": "string",
|
26970
27419
|
"name": "FlowLogName",
|
26971
27420
|
"required": false,
|
@@ -26973,8 +27422,8 @@
|
|
26973
27422
|
},
|
26974
27423
|
{
|
26975
27424
|
"disabled": false,
|
26976
|
-
"document": "
|
26977
|
-
"example": "
|
27425
|
+
"document": "流日志实例描述。长度为不超过512字节。",
|
27426
|
+
"example": "FlowLogDescription1",
|
26978
27427
|
"member": "string",
|
26979
27428
|
"name": "FlowLogDescription",
|
26980
27429
|
"required": false,
|
@@ -27040,6 +27489,96 @@
|
|
27040
27489
|
],
|
27041
27490
|
"type": "object"
|
27042
27491
|
},
|
27492
|
+
"ModifyGlobalRouteECMPAlgorithmRequest": {
|
27493
|
+
"document": "ModifyGlobalRouteECMPAlgorithm请求参数结构体",
|
27494
|
+
"members": [
|
27495
|
+
{
|
27496
|
+
"disabled": false,
|
27497
|
+
"document": "VPC唯一Id。",
|
27498
|
+
"example": "vpc-mcqaoy0f",
|
27499
|
+
"member": "string",
|
27500
|
+
"name": "VpcId",
|
27501
|
+
"required": true,
|
27502
|
+
"type": "string"
|
27503
|
+
},
|
27504
|
+
{
|
27505
|
+
"disabled": false,
|
27506
|
+
"document": "Ipv4目标网段。",
|
27507
|
+
"example": "192.168.0.0/20",
|
27508
|
+
"member": "string",
|
27509
|
+
"name": "DestinationCidrBlock",
|
27510
|
+
"required": false,
|
27511
|
+
"type": "string"
|
27512
|
+
},
|
27513
|
+
{
|
27514
|
+
"disabled": false,
|
27515
|
+
"document": "支持的 ECMP算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。",
|
27516
|
+
"example": "ECMP_QUINTUPLE_HASH",
|
27517
|
+
"member": "string",
|
27518
|
+
"name": "SubnetRouteAlgorithm",
|
27519
|
+
"required": false,
|
27520
|
+
"type": "string"
|
27521
|
+
},
|
27522
|
+
{
|
27523
|
+
"disabled": false,
|
27524
|
+
"document": "CDC 集群唯一 ID。",
|
27525
|
+
"example": "cluster-d8htgb6k",
|
27526
|
+
"member": "string",
|
27527
|
+
"name": "CdcId",
|
27528
|
+
"required": false,
|
27529
|
+
"type": "string"
|
27530
|
+
}
|
27531
|
+
],
|
27532
|
+
"type": "object"
|
27533
|
+
},
|
27534
|
+
"ModifyGlobalRouteECMPAlgorithmResponse": {
|
27535
|
+
"document": "ModifyGlobalRouteECMPAlgorithm返回参数结构体",
|
27536
|
+
"members": [
|
27537
|
+
{
|
27538
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
27539
|
+
"member": "string",
|
27540
|
+
"name": "RequestId",
|
27541
|
+
"type": "string"
|
27542
|
+
}
|
27543
|
+
],
|
27544
|
+
"type": "object"
|
27545
|
+
},
|
27546
|
+
"ModifyGlobalRoutesRequest": {
|
27547
|
+
"document": "ModifyGlobalRoutes请求参数结构体",
|
27548
|
+
"members": [
|
27549
|
+
{
|
27550
|
+
"disabled": false,
|
27551
|
+
"document": "VPC唯一Id。",
|
27552
|
+
"example": "vpc-mcqaoy0f",
|
27553
|
+
"member": "string",
|
27554
|
+
"name": "VpcId",
|
27555
|
+
"required": true,
|
27556
|
+
"type": "string"
|
27557
|
+
},
|
27558
|
+
{
|
27559
|
+
"disabled": false,
|
27560
|
+
"document": "全局路由对象。仅支持修改:'Description',其他字段暂不支持。",
|
27561
|
+
"example": "[{\"Description\": \"ivan_gr\"}]",
|
27562
|
+
"member": "GlobalRoute",
|
27563
|
+
"name": "GlobalRoutes",
|
27564
|
+
"required": true,
|
27565
|
+
"type": "list"
|
27566
|
+
}
|
27567
|
+
],
|
27568
|
+
"type": "object"
|
27569
|
+
},
|
27570
|
+
"ModifyGlobalRoutesResponse": {
|
27571
|
+
"document": "ModifyGlobalRoutes返回参数结构体",
|
27572
|
+
"members": [
|
27573
|
+
{
|
27574
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
27575
|
+
"member": "string",
|
27576
|
+
"name": "RequestId",
|
27577
|
+
"type": "string"
|
27578
|
+
}
|
27579
|
+
],
|
27580
|
+
"type": "object"
|
27581
|
+
},
|
27043
27582
|
"ModifyHaVipAttributeRequest": {
|
27044
27583
|
"document": "ModifyHaVipAttribute请求参数结构体",
|
27045
27584
|
"members": [
|
@@ -29119,6 +29658,15 @@
|
|
29119
29658
|
"name": "HealthCheckConfig",
|
29120
29659
|
"required": false,
|
29121
29660
|
"type": "object"
|
29661
|
+
},
|
29662
|
+
{
|
29663
|
+
"disabled": false,
|
29664
|
+
"document": "BGP隧道配置",
|
29665
|
+
"example": "{ \"LocalBgpIp\": \"169.254.128.1\", \"RemoteBgpIp\": \"169.254.128.2\", \"TunnelCidr\": \"169.254.128.0/30\" }\t",
|
29666
|
+
"member": "BgpConfig",
|
29667
|
+
"name": "BgpConfig",
|
29668
|
+
"required": false,
|
29669
|
+
"type": "object"
|
29122
29670
|
}
|
29123
29671
|
],
|
29124
29672
|
"type": "object"
|
@@ -30356,25 +30904,25 @@
|
|
30356
30904
|
},
|
30357
30905
|
{
|
30358
30906
|
"disabled": false,
|
30359
|
-
"document": "IPv4网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryID
|
30907
|
+
"document": "IPv4网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryID至少提供一个。",
|
30360
30908
|
"example": "acli43-0pngbwph",
|
30361
30909
|
"member": "string",
|
30362
30910
|
"name": "NetworkAclIpv4EntryId",
|
30363
30911
|
"output_required": false,
|
30364
30912
|
"required": false,
|
30365
30913
|
"type": "string",
|
30366
|
-
"value_allowed_null":
|
30914
|
+
"value_allowed_null": false
|
30367
30915
|
},
|
30368
30916
|
{
|
30369
30917
|
"disabled": false,
|
30370
|
-
"document": "IPv6网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryId
|
30918
|
+
"document": "IPv6网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryId至少提供一个。",
|
30371
30919
|
"example": "acli46-0pngbwph",
|
30372
30920
|
"member": "string",
|
30373
30921
|
"name": "NetworkAclIpv6EntryId",
|
30374
30922
|
"output_required": false,
|
30375
30923
|
"required": false,
|
30376
30924
|
"type": "string",
|
30377
|
-
"value_allowed_null":
|
30925
|
+
"value_allowed_null": false
|
30378
30926
|
}
|
30379
30927
|
],
|
30380
30928
|
"usage": "both"
|
@@ -31093,47 +31641,47 @@
|
|
31093
31641
|
"members": [
|
31094
31642
|
{
|
31095
31643
|
"disabled": false,
|
31096
|
-
"document": "入站IPv4
|
31644
|
+
"document": "入站IPv4总数",
|
31097
31645
|
"example": "1",
|
31098
31646
|
"member": "uint64",
|
31099
31647
|
"name": "IngressIPv4TotalCount",
|
31100
31648
|
"output_required": false,
|
31101
31649
|
"required": true,
|
31102
31650
|
"type": "int",
|
31103
|
-
"value_allowed_null":
|
31651
|
+
"value_allowed_null": false
|
31104
31652
|
},
|
31105
31653
|
{
|
31106
31654
|
"disabled": false,
|
31107
|
-
"document": "入站IPv6
|
31655
|
+
"document": "入站IPv6总数",
|
31108
31656
|
"example": "1",
|
31109
31657
|
"member": "uint64",
|
31110
31658
|
"name": "IngressIPv6TotalCount",
|
31111
31659
|
"output_required": false,
|
31112
31660
|
"required": true,
|
31113
31661
|
"type": "int",
|
31114
|
-
"value_allowed_null":
|
31662
|
+
"value_allowed_null": false
|
31115
31663
|
},
|
31116
31664
|
{
|
31117
31665
|
"disabled": false,
|
31118
|
-
"document": "出站IPv4
|
31666
|
+
"document": "出站IPv4总数",
|
31119
31667
|
"example": "1",
|
31120
31668
|
"member": "uint64",
|
31121
31669
|
"name": "EgressIPv4TotalCount",
|
31122
31670
|
"output_required": false,
|
31123
31671
|
"required": true,
|
31124
31672
|
"type": "int",
|
31125
|
-
"value_allowed_null":
|
31673
|
+
"value_allowed_null": false
|
31126
31674
|
},
|
31127
31675
|
{
|
31128
31676
|
"disabled": false,
|
31129
|
-
"document": "出站IPv6
|
31677
|
+
"document": "出站IPv6总数",
|
31130
31678
|
"example": "1",
|
31131
31679
|
"member": "uint64",
|
31132
31680
|
"name": "EgressIPv6TotalCount",
|
31133
31681
|
"output_required": false,
|
31134
31682
|
"required": true,
|
31135
31683
|
"type": "int",
|
31136
|
-
"value_allowed_null":
|
31684
|
+
"value_allowed_null": false
|
31137
31685
|
}
|
31138
31686
|
],
|
31139
31687
|
"usage": "both"
|
@@ -31611,7 +32159,7 @@
|
|
31611
32159
|
"members": [
|
31612
32160
|
{
|
31613
32161
|
"disabled": false,
|
31614
|
-
"document": "配额名称,取值范围:\n- `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;\n- `DAILY_EIP_APPLY`:用户当前地域下今日申购次数;\n- `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数;\n- `TOTAL_EIP6_QUOTA`:用户当前地域下,传统弹性公网IPv6的配额数;\n- `BGP_EIPv6_QUOTA`:用户当前地域下,可申请的 BGP 弹性公网IPv6 的配额数;\n- `SINGLEISP_EIPv6_QUOTA`:用户当前地域下,可申请的静态单线弹性公网IPv6
|
32162
|
+
"document": "配额名称,取值范围:\n- `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;\n- `DAILY_EIP_APPLY`:用户当前地域下今日申购次数;\n- `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数;\n- `TOTAL_EIP6_QUOTA`:用户当前地域下,传统弹性公网IPv6的配额数;\n- `BGP_EIPv6_QUOTA`:用户当前地域下,可申请的 BGP 弹性公网IPv6 的配额数;\n- `SINGLEISP_EIPv6_QUOTA`:用户当前地域下,可申请的静态单线弹性公网IPv6 的配额数;\n- `TOTAL_BANDWIDTHPKG_QUOTA`:用户当前地域下,可申请的带宽包总配额;\n- `PRIMARY_TRAFFIC_SINGLE_BWP_QUOTA`:用户当前地域下,可申请的静态单线主流量带宽包配额数;\n- `PRIMARY_TRAFFIC_BGP_BWP_QUOTA`:用户当前地域下,可申请的BGP主流量带宽包配额数;\n- `BandwidthGuaranteedRatio`:用户当前地域下,保底带宽包默认保底比例;\n- `TezBandwidthGuaranteedRatio`:用户当前地域下,边缘可用区保底带宽包默认保底比例;",
|
31615
32163
|
"example": "TOTAL_EIP_QUOTA",
|
31616
32164
|
"member": "string",
|
31617
32165
|
"name": "QuotaId",
|
@@ -31911,30 +32459,30 @@
|
|
31911
32459
|
"members": [
|
31912
32460
|
{
|
31913
32461
|
"disabled": false,
|
31914
|
-
"document": "
|
31915
|
-
"example": "
|
32462
|
+
"document": "资源唯一ID,当前支持EIP资源和LB资源,形如'eip-xxxx', 'lb-xxxx'。EIP资源列表可通过[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取,LB资源列表可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/api/214/30685)接口获取。",
|
32463
|
+
"example": "[\"eip-alfxy9c8\"]",
|
31916
32464
|
"member": "string",
|
31917
|
-
"name": "
|
32465
|
+
"name": "ResourceIds",
|
31918
32466
|
"required": false,
|
31919
|
-
"type": "
|
32467
|
+
"type": "list"
|
31920
32468
|
},
|
31921
32469
|
{
|
31922
32470
|
"disabled": false,
|
31923
|
-
"document": "
|
31924
|
-
"example": "
|
32471
|
+
"document": "带宽包唯一标识ID,形如'bwp-xxxx',可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。",
|
32472
|
+
"example": "bwp-pr0xbnvw",
|
31925
32473
|
"member": "string",
|
31926
|
-
"name": "
|
32474
|
+
"name": "BandwidthPackageId",
|
31927
32475
|
"required": false,
|
31928
32476
|
"type": "string"
|
31929
32477
|
},
|
31930
32478
|
{
|
31931
32479
|
"disabled": false,
|
31932
|
-
"document": "
|
31933
|
-
"example": "
|
32480
|
+
"document": "资源类型,可选值:\n<li>Address:弹性公网IP</li>\n<li>LoadBalance:负载均衡</li>",
|
32481
|
+
"example": "Address",
|
31934
32482
|
"member": "string",
|
31935
|
-
"name": "
|
32483
|
+
"name": "ResourceType",
|
31936
32484
|
"required": false,
|
31937
|
-
"type": "
|
32485
|
+
"type": "string"
|
31938
32486
|
}
|
31939
32487
|
],
|
31940
32488
|
"type": "object"
|
@@ -33759,25 +34307,25 @@
|
|
33759
34307
|
"members": [
|
33760
34308
|
{
|
33761
34309
|
"disabled": false,
|
33762
|
-
"document": "
|
34310
|
+
"document": " 目标网段",
|
33763
34311
|
"example": " 10.0.0.0/24",
|
33764
34312
|
"member": "string",
|
33765
34313
|
"name": "DestinationCidrBlock",
|
33766
34314
|
"output_required": false,
|
33767
34315
|
"required": false,
|
33768
34316
|
"type": "string",
|
33769
|
-
"value_allowed_null":
|
34317
|
+
"value_allowed_null": false
|
33770
34318
|
},
|
33771
34319
|
{
|
33772
34320
|
"disabled": false,
|
33773
|
-
"document": "支持的 ECMP算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash
|
34321
|
+
"document": "支持的 ECMP算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。",
|
33774
34322
|
"example": "ECMP_SOURCE_DESTINATION_IP_HASH",
|
33775
34323
|
"member": "string",
|
33776
34324
|
"name": "SubnetRouteAlgorithm",
|
33777
34325
|
"output_required": false,
|
33778
34326
|
"required": false,
|
33779
34327
|
"type": "string",
|
33780
|
-
"value_allowed_null":
|
34328
|
+
"value_allowed_null": false
|
33781
34329
|
}
|
33782
34330
|
],
|
33783
34331
|
"usage": "both"
|
@@ -33924,7 +34472,7 @@
|
|
33924
34472
|
{
|
33925
34473
|
"disabled": false,
|
33926
34474
|
"document": "IPv4路由策略集合。",
|
33927
|
-
"example": "[]",
|
34475
|
+
"example": "[{\"RouteItemId\": \"rti-9bjer08h\", \"DestinationCidrBlock\": \"10.0.0.0/24\", \"GatewayType\": \"CCN\", \"GatewayId\": \"ccn-e187un9p\", \"RouteDescription\": \"demo\", \"RouteType\": \"CCN\"}]",
|
33928
34476
|
"member": "Route",
|
33929
34477
|
"name": "RouteSet",
|
33930
34478
|
"output_required": true,
|
@@ -33963,13 +34511,13 @@
|
|
33963
34511
|
},
|
33964
34512
|
{
|
33965
34513
|
"disabled": false,
|
33966
|
-
"document": "local
|
33967
|
-
"example": "[]",
|
34514
|
+
"document": "local路由是否发布云联网。",
|
34515
|
+
"example": "[{\"Cidr\": \"10.0.0.0/16\", \"PublishedToVbc\": true, \"AssistantType\": \"NORMAL\"}]",
|
33968
34516
|
"member": "CidrForCcn",
|
33969
34517
|
"name": "LocalCidrForCcn",
|
33970
34518
|
"output_required": true,
|
33971
34519
|
"type": "list",
|
33972
|
-
"value_allowed_null":
|
34520
|
+
"value_allowed_null": false
|
33973
34521
|
}
|
33974
34522
|
],
|
33975
34523
|
"usage": "out"
|
@@ -33979,23 +34527,23 @@
|
|
33979
34527
|
"members": [
|
33980
34528
|
{
|
33981
34529
|
"disabled": false,
|
33982
|
-
"document": "子网实例ID
|
34530
|
+
"document": "子网实例ID。",
|
33983
34531
|
"example": "subnet-4t7fr3fi",
|
33984
34532
|
"member": "string",
|
33985
34533
|
"name": "SubnetId",
|
33986
34534
|
"output_required": true,
|
33987
34535
|
"type": "string",
|
33988
|
-
"value_allowed_null":
|
34536
|
+
"value_allowed_null": false
|
33989
34537
|
},
|
33990
34538
|
{
|
33991
34539
|
"disabled": false,
|
33992
|
-
"document": "路由表实例ID
|
34540
|
+
"document": "路由表实例ID。",
|
33993
34541
|
"example": "rtb-h0fk8lfc",
|
33994
34542
|
"member": "string",
|
33995
34543
|
"name": "RouteTableId",
|
33996
34544
|
"output_required": true,
|
33997
34545
|
"type": "string",
|
33998
|
-
"value_allowed_null":
|
34546
|
+
"value_allowed_null": false
|
33999
34547
|
}
|
34000
34548
|
],
|
34001
34549
|
"usage": "out"
|
@@ -34009,6 +34557,7 @@
|
|
34009
34557
|
"example": "sg-05bb4upy",
|
34010
34558
|
"member": "string",
|
34011
34559
|
"name": "SecurityGroupId",
|
34560
|
+
"output_required": true,
|
34012
34561
|
"required": true,
|
34013
34562
|
"type": "string",
|
34014
34563
|
"value_allowed_null": false
|
@@ -34019,6 +34568,7 @@
|
|
34019
34568
|
"example": "TestGroup",
|
34020
34569
|
"member": "string",
|
34021
34570
|
"name": "SecurityGroupName",
|
34571
|
+
"output_required": true,
|
34022
34572
|
"required": true,
|
34023
34573
|
"type": "string",
|
34024
34574
|
"value_allowed_null": false
|
@@ -34029,6 +34579,7 @@
|
|
34029
34579
|
"example": "test-group-desc",
|
34030
34580
|
"member": "string",
|
34031
34581
|
"name": "SecurityGroupDesc",
|
34582
|
+
"output_required": true,
|
34032
34583
|
"required": true,
|
34033
34584
|
"type": "string",
|
34034
34585
|
"value_allowed_null": false
|
@@ -34039,6 +34590,7 @@
|
|
34039
34590
|
"example": "0",
|
34040
34591
|
"member": "string",
|
34041
34592
|
"name": "ProjectId",
|
34593
|
+
"output_required": true,
|
34042
34594
|
"required": false,
|
34043
34595
|
"type": "string",
|
34044
34596
|
"value_allowed_null": false
|
@@ -34049,6 +34601,7 @@
|
|
34049
34601
|
"example": "false",
|
34050
34602
|
"member": "bool",
|
34051
34603
|
"name": "IsDefault",
|
34604
|
+
"output_required": true,
|
34052
34605
|
"required": false,
|
34053
34606
|
"type": "bool",
|
34054
34607
|
"value_allowed_null": false
|
@@ -34059,6 +34612,7 @@
|
|
34059
34612
|
"example": "2017-04-18 21:02:30",
|
34060
34613
|
"member": "string",
|
34061
34614
|
"name": "CreatedTime",
|
34615
|
+
"output_required": true,
|
34062
34616
|
"required": false,
|
34063
34617
|
"type": "string",
|
34064
34618
|
"value_allowed_null": false
|
@@ -34069,19 +34623,21 @@
|
|
34069
34623
|
"example": "[{\"Key\": \"Version\", \"Value\": \"TEST\"}]",
|
34070
34624
|
"member": "Tag",
|
34071
34625
|
"name": "TagSet",
|
34626
|
+
"output_required": true,
|
34072
34627
|
"required": false,
|
34073
34628
|
"type": "list",
|
34074
34629
|
"value_allowed_null": false
|
34075
34630
|
},
|
34076
34631
|
{
|
34077
34632
|
"disabled": false,
|
34078
|
-
"document": "
|
34633
|
+
"document": "安全组更新时间。",
|
34079
34634
|
"example": "2017-04-18 21:02:30",
|
34080
34635
|
"member": "string",
|
34081
34636
|
"name": "UpdateTime",
|
34637
|
+
"output_required": true,
|
34082
34638
|
"required": false,
|
34083
34639
|
"type": "string",
|
34084
|
-
"value_allowed_null":
|
34640
|
+
"value_allowed_null": false
|
34085
34641
|
}
|
34086
34642
|
],
|
34087
34643
|
"usage": "both"
|
@@ -34263,124 +34819,124 @@
|
|
34263
34819
|
"members": [
|
34264
34820
|
{
|
34265
34821
|
"disabled": false,
|
34266
|
-
"document": "安全组规则索引号,值会随着安全组规则的变更动态变化。使用PolicyIndex时,请先调用`DescribeSecurityGroupPolicies`获取到规则的PolicyIndex,并且结合返回值中的Version
|
34822
|
+
"document": "安全组规则索引号,值会随着安全组规则的变更动态变化。使用PolicyIndex时,请先调用`DescribeSecurityGroupPolicies`获取到规则的PolicyIndex,并且结合返回值中的Version一起使用处理规则。",
|
34267
34823
|
"example": "0",
|
34268
34824
|
"member": "int64",
|
34269
34825
|
"name": "PolicyIndex",
|
34270
34826
|
"output_required": false,
|
34271
34827
|
"required": false,
|
34272
34828
|
"type": "int",
|
34273
|
-
"value_allowed_null":
|
34829
|
+
"value_allowed_null": false
|
34274
34830
|
},
|
34275
34831
|
{
|
34276
34832
|
"disabled": false,
|
34277
|
-
"document": "协议, 取值: TCP,UDP,ICMP,ICMPv6,ALL
|
34833
|
+
"document": "协议, 取值: TCP,UDP,ICMP,ICMPv6,ALL。",
|
34278
34834
|
"example": "TCP",
|
34279
34835
|
"member": "string",
|
34280
34836
|
"name": "Protocol",
|
34281
34837
|
"output_required": false,
|
34282
34838
|
"required": false,
|
34283
34839
|
"type": "string",
|
34284
|
-
"value_allowed_null":
|
34840
|
+
"value_allowed_null": false
|
34285
34841
|
},
|
34286
34842
|
{
|
34287
34843
|
"disabled": false,
|
34288
|
-
"document": "端口(all, 离散port, range)。\n说明:如果Protocol设置为ALL,则Port也需要设置为all
|
34844
|
+
"document": "端口(all, 离散port, range)。\n说明:如果Protocol设置为ALL,则Port也需要设置为all。",
|
34289
34845
|
"example": "22",
|
34290
34846
|
"member": "string",
|
34291
34847
|
"name": "Port",
|
34292
34848
|
"output_required": false,
|
34293
34849
|
"required": false,
|
34294
34850
|
"type": "string",
|
34295
|
-
"value_allowed_null":
|
34851
|
+
"value_allowed_null": false
|
34296
34852
|
},
|
34297
34853
|
{
|
34298
34854
|
"disabled": false,
|
34299
|
-
"document": "协议端口ID或者协议端口组ID。ServiceTemplate和Protocol+Port
|
34855
|
+
"document": "协议端口ID或者协议端口组ID。ServiceTemplate和Protocol+Port互斥。",
|
34300
34856
|
"example": "ppm-8g7k5qfq",
|
34301
34857
|
"member": "ServiceTemplateSpecification",
|
34302
34858
|
"name": "ServiceTemplate",
|
34303
34859
|
"output_required": false,
|
34304
34860
|
"required": false,
|
34305
34861
|
"type": "object",
|
34306
|
-
"value_allowed_null":
|
34862
|
+
"value_allowed_null": false
|
34307
34863
|
},
|
34308
34864
|
{
|
34309
34865
|
"disabled": false,
|
34310
|
-
"document": "网段或IP(互斥),特殊说明:0.0.0.0/n 都会映射为0.0.0.0/0。作为入参时,可使用字符串`MY_PUBLIC_IP`指代发起请求的公网IP
|
34866
|
+
"document": "网段或IP(互斥),特殊说明:0.0.0.0/n 都会映射为0.0.0.0/0。作为入参时,可使用字符串`MY_PUBLIC_IP`指代发起请求的公网IP地址。",
|
34311
34867
|
"example": "10.0.0.0/16",
|
34312
34868
|
"member": "string",
|
34313
34869
|
"name": "CidrBlock",
|
34314
34870
|
"output_required": false,
|
34315
34871
|
"required": false,
|
34316
34872
|
"type": "string",
|
34317
|
-
"value_allowed_null":
|
34873
|
+
"value_allowed_null": false
|
34318
34874
|
},
|
34319
34875
|
{
|
34320
34876
|
"disabled": false,
|
34321
|
-
"document": "网段或IPv6(互斥)。作为入参时,可使用字符串`MY_PUBLIC_IP`指代发起请求的公网IPv6
|
34877
|
+
"document": "网段或IPv6(互斥)。作为入参时,可使用字符串`MY_PUBLIC_IP`指代发起请求的公网IPv6地址。",
|
34322
34878
|
"example": "::/0",
|
34323
34879
|
"member": "string",
|
34324
34880
|
"name": "Ipv6CidrBlock",
|
34325
34881
|
"output_required": false,
|
34326
34882
|
"required": false,
|
34327
34883
|
"type": "string",
|
34328
|
-
"value_allowed_null":
|
34884
|
+
"value_allowed_null": false
|
34329
34885
|
},
|
34330
34886
|
{
|
34331
34887
|
"disabled": false,
|
34332
|
-
"document": "安全组实例ID,例如:sg-ohuuioma
|
34888
|
+
"document": "安全组实例ID,例如:sg-ohuuioma。",
|
34333
34889
|
"example": "sg-ohuuioma",
|
34334
34890
|
"member": "string",
|
34335
34891
|
"name": "SecurityGroupId",
|
34336
34892
|
"output_required": false,
|
34337
34893
|
"required": false,
|
34338
34894
|
"type": "string",
|
34339
|
-
"value_allowed_null":
|
34895
|
+
"value_allowed_null": false
|
34340
34896
|
},
|
34341
34897
|
{
|
34342
34898
|
"disabled": false,
|
34343
|
-
"document": "IP地址ID或者IP地址组ID
|
34899
|
+
"document": "IP地址ID或者IP地址组ID。",
|
34344
34900
|
"example": "ipm-p5sf61yj",
|
34345
34901
|
"member": "AddressTemplateSpecification",
|
34346
34902
|
"name": "AddressTemplate",
|
34347
34903
|
"output_required": false,
|
34348
34904
|
"required": false,
|
34349
34905
|
"type": "object",
|
34350
|
-
"value_allowed_null":
|
34906
|
+
"value_allowed_null": false
|
34351
34907
|
},
|
34352
34908
|
{
|
34353
34909
|
"disabled": false,
|
34354
|
-
"document": "ACCEPT 或 DROP
|
34910
|
+
"document": "ACCEPT 或 DROP。",
|
34355
34911
|
"example": "ACCEPT",
|
34356
34912
|
"member": "string",
|
34357
34913
|
"name": "Action",
|
34358
34914
|
"output_required": false,
|
34359
34915
|
"required": false,
|
34360
34916
|
"type": "string",
|
34361
|
-
"value_allowed_null":
|
34917
|
+
"value_allowed_null": false
|
34362
34918
|
},
|
34363
34919
|
{
|
34364
34920
|
"disabled": false,
|
34365
|
-
"document": "安全组规则描述。作为入参时,当未传递该参数或值为空,且参数CidrBlock或Ipv6CidrBlock值为MY_PUBLIC_IP时,该参数的值将会被自动填充为Replaced-From-MY_PUBLIC_IP
|
34921
|
+
"document": "安全组规则描述。作为入参时,当未传递该参数或值为空,且参数CidrBlock或Ipv6CidrBlock值为MY_PUBLIC_IP时,该参数的值将会被自动填充为Replaced-From-MY_PUBLIC_IP。",
|
34366
34922
|
"example": "demo",
|
34367
34923
|
"member": "string",
|
34368
34924
|
"name": "PolicyDescription",
|
34369
34925
|
"output_required": false,
|
34370
34926
|
"required": false,
|
34371
34927
|
"type": "string",
|
34372
|
-
"value_allowed_null":
|
34928
|
+
"value_allowed_null": false
|
34373
34929
|
},
|
34374
34930
|
{
|
34375
34931
|
"disabled": false,
|
34376
|
-
"document": "
|
34932
|
+
"document": "安全组最近修改时间。",
|
34377
34933
|
"example": "2021-03-02 14:41:15",
|
34378
34934
|
"member": "string",
|
34379
34935
|
"name": "ModifyTime",
|
34380
34936
|
"output_required": false,
|
34381
34937
|
"required": false,
|
34382
34938
|
"type": "string",
|
34383
|
-
"value_allowed_null":
|
34939
|
+
"value_allowed_null": false
|
34384
34940
|
}
|
34385
34941
|
],
|
34386
34942
|
"usage": "both"
|
@@ -34390,47 +34946,47 @@
|
|
34390
34946
|
"members": [
|
34391
34947
|
{
|
34392
34948
|
"disabled": false,
|
34393
|
-
"document": "安全组规则当前版本。用户每次更新安全规则版本会自动加1
|
34949
|
+
"document": "安全组规则当前版本。用户每次更新安全规则版本会自动加1,防止更新的路由规则已过期,不填不考虑冲突。",
|
34394
34950
|
"example": "10",
|
34395
34951
|
"member": "string",
|
34396
34952
|
"name": "Version",
|
34397
34953
|
"output_required": true,
|
34398
34954
|
"required": false,
|
34399
34955
|
"type": "string",
|
34400
|
-
"value_allowed_null":
|
34956
|
+
"value_allowed_null": false
|
34401
34957
|
},
|
34402
34958
|
{
|
34403
34959
|
"disabled": false,
|
34404
|
-
"document": "
|
34405
|
-
"example": "[]",
|
34960
|
+
"document": "出站规则。",
|
34961
|
+
"example": "[{\"PolicyIndex\": 0, \"Port\": \"443\", \"CidrBlock\": \"10.0.0.0/24\", \"Action\": \"ACCEPT\", \"ModifyTime\": \"2020-10-09 10:00:00\", \"PolicyDescription\": \"\", \"Protocol\": \"tcp\"}]",
|
34406
34962
|
"member": "SecurityGroupPolicy",
|
34407
34963
|
"name": "Egress",
|
34408
34964
|
"output_required": true,
|
34409
34965
|
"required": false,
|
34410
34966
|
"type": "list",
|
34411
|
-
"value_allowed_null":
|
34967
|
+
"value_allowed_null": false
|
34412
34968
|
},
|
34413
34969
|
{
|
34414
34970
|
"disabled": false,
|
34415
|
-
"document": "
|
34416
|
-
"example": "[{
|
34971
|
+
"document": "入站规则。",
|
34972
|
+
"example": "[{\"PolicyIndex\": 0, \"Port\": \"443\", \"CidrBlock\": \"0.0.0.0/0\", \"Action\": \"ACCEPT\", \"ModifyTime\": \"2020-10-09 10:00:00\", \"PolicyDescription\": \"\", \"Protocol\": \"tcp\"}]",
|
34417
34973
|
"member": "SecurityGroupPolicy",
|
34418
34974
|
"name": "Ingress",
|
34419
34975
|
"output_required": true,
|
34420
34976
|
"required": false,
|
34421
34977
|
"type": "list",
|
34422
|
-
"value_allowed_null":
|
34978
|
+
"value_allowed_null": false
|
34423
34979
|
},
|
34424
34980
|
{
|
34425
34981
|
"disabled": false,
|
34426
|
-
"document": "
|
34427
|
-
"example": "
|
34982
|
+
"document": "安全组策略条目统计。只用于出参。",
|
34983
|
+
"example": "{\"IngressIPv4TotalCount\": 1, \"IngressIPv6TotalCount\": 0, \"EgressIPv4TotalCount\": 1, \"EgressIPv6TotalCount\": 0}",
|
34428
34984
|
"member": "PolicyStatistics",
|
34429
34985
|
"name": "PolicyStatistics",
|
34430
34986
|
"output_required": false,
|
34431
34987
|
"required": false,
|
34432
34988
|
"type": "object",
|
34433
|
-
"value_allowed_null":
|
34989
|
+
"value_allowed_null": false
|
34434
34990
|
}
|
34435
34991
|
],
|
34436
34992
|
"usage": "both"
|
@@ -35622,7 +36178,7 @@
|
|
35622
36178
|
{
|
35623
36179
|
"disabled": false,
|
35624
36180
|
"document": "子网的 `IPv6` `CIDR`。",
|
35625
|
-
"example": "
|
36181
|
+
"example": "fd76:3600:1300:c00::/64",
|
35626
36182
|
"member": "string",
|
35627
36183
|
"name": "Ipv6CidrBlock",
|
35628
36184
|
"output_required": false,
|
@@ -35662,7 +36218,7 @@
|
|
35662
36218
|
{
|
35663
36219
|
"disabled": false,
|
35664
36220
|
"document": "标签键值对。",
|
35665
|
-
"example": "[]",
|
36221
|
+
"example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
|
35666
36222
|
"member": "Tag",
|
35667
36223
|
"name": "TagSet",
|
35668
36224
|
"output_required": false,
|
@@ -35671,23 +36227,23 @@
|
|
35671
36227
|
},
|
35672
36228
|
{
|
35673
36229
|
"disabled": false,
|
35674
|
-
"document": "CDC实例ID
|
36230
|
+
"document": "CDC实例ID。",
|
35675
36231
|
"example": "cluster-gbo27yc4",
|
35676
36232
|
"member": "string",
|
35677
36233
|
"name": "CdcId",
|
35678
36234
|
"output_required": false,
|
35679
36235
|
"type": "string",
|
35680
|
-
"value_allowed_null":
|
36236
|
+
"value_allowed_null": false
|
35681
36237
|
},
|
35682
36238
|
{
|
35683
36239
|
"disabled": false,
|
35684
|
-
"document": "是否是CDC所属子网。0:否 1
|
36240
|
+
"document": "是否是CDC所属子网。0:否 1:是",
|
35685
36241
|
"example": "0",
|
35686
36242
|
"member": "int64",
|
35687
36243
|
"name": "IsCdcSubnet",
|
35688
36244
|
"output_required": false,
|
35689
36245
|
"type": "int",
|
35690
|
-
"value_allowed_null":
|
36246
|
+
"value_allowed_null": false
|
35691
36247
|
}
|
35692
36248
|
],
|
35693
36249
|
"usage": "out"
|
@@ -35985,33 +36541,33 @@
|
|
35985
36541
|
},
|
35986
36542
|
{
|
35987
36543
|
"disabled": false,
|
35988
|
-
"document": "
|
36544
|
+
"document": "流量镜像的类型。",
|
35989
36545
|
"example": "VPC",
|
35990
36546
|
"member": "string",
|
35991
36547
|
"name": "Type",
|
35992
36548
|
"output_required": false,
|
35993
36549
|
"type": "string",
|
35994
|
-
"value_allowed_null":
|
36550
|
+
"value_allowed_null": false
|
35995
36551
|
},
|
35996
36552
|
{
|
35997
36553
|
"disabled": false,
|
35998
|
-
"document": "流量镜像所属的子网ID
|
36554
|
+
"document": "流量镜像所属的子网ID。",
|
35999
36555
|
"example": "subnet-6zwa44xm",
|
36000
36556
|
"member": "string",
|
36001
36557
|
"name": "SubnetId",
|
36002
36558
|
"output_required": false,
|
36003
36559
|
"type": "string",
|
36004
|
-
"value_allowed_null":
|
36560
|
+
"value_allowed_null": false
|
36005
36561
|
},
|
36006
36562
|
{
|
36007
36563
|
"disabled": false,
|
36008
|
-
"document": "流量镜接收目标资源信息,当接收目标为ENI和CLB
|
36009
|
-
"example": "
|
36564
|
+
"document": "流量镜接收目标资源信息,当接收目标为ENI和CLB时返回。",
|
36565
|
+
"example": "{\"TargetId\": \"eni-kiaim12s\", \"TargetName\": \"demo\"}",
|
36010
36566
|
"member": "TrafficMirrorTargetResourceInfo",
|
36011
36567
|
"name": "TargetInfo",
|
36012
36568
|
"output_required": false,
|
36013
36569
|
"type": "list",
|
36014
|
-
"value_allowed_null":
|
36570
|
+
"value_allowed_null": false
|
36015
36571
|
}
|
36016
36572
|
],
|
36017
36573
|
"usage": "out"
|
@@ -36086,6 +36642,7 @@
|
|
36086
36642
|
"example": "[\"10.0.0.0\"]",
|
36087
36643
|
"member": "string",
|
36088
36644
|
"name": "TargetIps",
|
36645
|
+
"output_required": true,
|
36089
36646
|
"required": false,
|
36090
36647
|
"type": "list",
|
36091
36648
|
"value_allowed_null": false
|
@@ -36096,29 +36653,32 @@
|
|
36096
36653
|
"example": "FIVE_TUPLE_FLOW",
|
36097
36654
|
"member": "string",
|
36098
36655
|
"name": "AlgHash",
|
36656
|
+
"output_required": true,
|
36099
36657
|
"required": false,
|
36100
36658
|
"type": "string",
|
36101
36659
|
"value_allowed_null": false
|
36102
36660
|
},
|
36103
36661
|
{
|
36104
36662
|
"disabled": false,
|
36105
|
-
"document": "流量镜像的接收endpoint(公网IP
|
36663
|
+
"document": "流量镜像的接收endpoint(公网IP)",
|
36106
36664
|
"example": "10.0.0.0",
|
36107
36665
|
"member": "string",
|
36108
36666
|
"name": "TargetEndPoints",
|
36667
|
+
"output_required": true,
|
36109
36668
|
"required": false,
|
36110
36669
|
"type": "list",
|
36111
|
-
"value_allowed_null":
|
36670
|
+
"value_allowed_null": false
|
36112
36671
|
},
|
36113
36672
|
{
|
36114
36673
|
"disabled": false,
|
36115
|
-
"document": "流量镜像的接收类型,分别为:IP/ENI/CLB
|
36674
|
+
"document": "流量镜像的接收类型,分别为:IP/ENI/CLB",
|
36116
36675
|
"example": "IP",
|
36117
36676
|
"member": "string",
|
36118
36677
|
"name": "TargetType",
|
36678
|
+
"output_required": true,
|
36119
36679
|
"required": false,
|
36120
36680
|
"type": "string",
|
36121
|
-
"value_allowed_null":
|
36681
|
+
"value_allowed_null": false
|
36122
36682
|
}
|
36123
36683
|
],
|
36124
36684
|
"usage": "both"
|
@@ -37077,7 +37637,7 @@
|
|
37077
37637
|
{
|
37078
37638
|
"disabled": false,
|
37079
37639
|
"document": "`VPC`名称。",
|
37080
|
-
"example": "
|
37640
|
+
"example": "VPC-1",
|
37081
37641
|
"member": "string",
|
37082
37642
|
"name": "VpcName",
|
37083
37643
|
"output_required": true,
|
@@ -37107,7 +37667,7 @@
|
|
37107
37667
|
{
|
37108
37668
|
"disabled": false,
|
37109
37669
|
"document": "是否默认`VPC`。",
|
37110
|
-
"example": "
|
37670
|
+
"example": "true",
|
37111
37671
|
"member": "bool",
|
37112
37672
|
"name": "IsDefault",
|
37113
37673
|
"output_required": true,
|
@@ -37147,7 +37707,7 @@
|
|
37147
37707
|
{
|
37148
37708
|
"disabled": false,
|
37149
37709
|
"document": "`DHCP`域名选项值。",
|
37150
|
-
"example": "
|
37710
|
+
"example": "DomainName1",
|
37151
37711
|
"member": "string",
|
37152
37712
|
"name": "DomainName",
|
37153
37713
|
"output_required": true,
|
@@ -37167,7 +37727,7 @@
|
|
37167
37727
|
{
|
37168
37728
|
"disabled": false,
|
37169
37729
|
"document": "是否开启`DHCP`。",
|
37170
|
-
"example": "
|
37730
|
+
"example": "false",
|
37171
37731
|
"member": "bool",
|
37172
37732
|
"name": "EnableDhcp",
|
37173
37733
|
"output_required": true,
|
@@ -37187,7 +37747,7 @@
|
|
37187
37747
|
{
|
37188
37748
|
"disabled": false,
|
37189
37749
|
"document": "标签键值对",
|
37190
|
-
"example": "[]",
|
37750
|
+
"example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
|
37191
37751
|
"member": "Tag",
|
37192
37752
|
"name": "TagSet",
|
37193
37753
|
"output_required": true,
|
@@ -37197,12 +37757,22 @@
|
|
37197
37757
|
{
|
37198
37758
|
"disabled": false,
|
37199
37759
|
"document": "辅助CIDR\n注意:此字段可能返回 null,表示取不到有效值。",
|
37200
|
-
"example": "[]",
|
37760
|
+
"example": "{\"VpcId\":\"vpc-5k6fot41\", \"CidrBlock\":\"172.16.1.0/24\", \"AssistantType\":0, \"SubnetSet\":[{\"VpcId\": \"vpc-7zqx75u3\", \"SubnetId\": \"subnet-9b1gk064\", \"CidrBlock\": \"11.0.0.0/16\", \"Zone\": \"ap-guangzhou-2\", \"SubnetName\": \"demo\"}], \"Region\":\"ap-guangzhou\"}",
|
37201
37761
|
"member": "AssistantCidr",
|
37202
37762
|
"name": "AssistantCidrSet",
|
37203
37763
|
"output_required": true,
|
37204
37764
|
"type": "list",
|
37205
37765
|
"value_allowed_null": true
|
37766
|
+
},
|
37767
|
+
{
|
37768
|
+
"disabled": false,
|
37769
|
+
"document": "返回多运营商IPv6 Cidr Block\n注意:此字段可能返回 null,表示取不到有效值。",
|
37770
|
+
"example": "[{\"IPv6CidrBlock\": \"2402:4e00:1717:8200::/56\", \"ISPType\": \"BGP\", \"AddressType\": \"GUA\"}]",
|
37771
|
+
"member": "ISPIPv6CidrBlock",
|
37772
|
+
"name": "Ipv6CidrBlockSet",
|
37773
|
+
"output_required": true,
|
37774
|
+
"type": "list",
|
37775
|
+
"value_allowed_null": true
|
37206
37776
|
}
|
37207
37777
|
],
|
37208
37778
|
"usage": "out"
|
@@ -37386,23 +37956,23 @@
|
|
37386
37956
|
"members": [
|
37387
37957
|
{
|
37388
37958
|
"disabled": false,
|
37389
|
-
"document": "资源ID
|
37959
|
+
"document": "资源ID。",
|
37390
37960
|
"example": "eni-olifj433",
|
37391
37961
|
"member": "string",
|
37392
37962
|
"name": "ResourceId",
|
37393
|
-
"
|
37963
|
+
"output_required": true,
|
37394
37964
|
"type": "string",
|
37395
|
-
"value_allowed_null":
|
37965
|
+
"value_allowed_null": false
|
37396
37966
|
},
|
37397
37967
|
{
|
37398
37968
|
"disabled": false,
|
37399
|
-
"document": "
|
37969
|
+
"document": "状态。",
|
37400
37970
|
"example": "SUCCESS",
|
37401
37971
|
"member": "string",
|
37402
37972
|
"name": "Status",
|
37403
|
-
"
|
37973
|
+
"output_required": true,
|
37404
37974
|
"type": "string",
|
37405
|
-
"value_allowed_null":
|
37975
|
+
"value_allowed_null": false
|
37406
37976
|
}
|
37407
37977
|
],
|
37408
37978
|
"usage": "out"
|