tccli 3.0.1200.1__py2.py3-none-any.whl → 3.0.1201.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/autoscaling/v20180419/api.json +33 -5
- tccli/services/autoscaling/v20180419/examples.json +3 -3
- tccli/services/batch/v20170312/api.json +2 -2
- tccli/services/ca/__init__.py +4 -0
- tccli/services/ca/ca_client.py +301 -0
- tccli/services/ca/v20230228/api.json +264 -0
- tccli/services/ca/v20230228/examples.json +41 -0
- tccli/services/ccc/ccc_client.py +153 -47
- tccli/services/ccc/v20200210/api.json +185 -1
- tccli/services/ccc/v20200210/examples.json +17 -1
- tccli/services/cdn/v20180606/api.json +30 -1
- tccli/services/cdwdoris/v20211228/api.json +5 -1
- tccli/services/cvm/cvm_client.py +53 -0
- tccli/services/cvm/v20170312/api.json +173 -25
- tccli/services/cvm/v20170312/examples.json +9 -1
- tccli/services/cynosdb/v20190107/api.json +56 -56
- tccli/services/dts/v20211206/api.json +12 -12
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/ess/v20201111/api.json +6 -6
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +2 -2
- tccli/services/mqtt/v20240516/api.json +1 -1
- tccli/services/mrs/v20200910/api.json +71 -1
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/ses/v20201002/api.json +50 -0
- tccli/services/ses/v20201002/examples.json +6 -0
- tccli/services/teo/teo_client.py +724 -141
- tccli/services/teo/v20220901/api.json +993 -106
- tccli/services/teo/v20220901/examples.json +112 -0
- tccli/services/tke/v20180525/api.json +7 -4
- tccli/services/vpc/v20170312/api.json +1273 -17
- tccli/services/vpc/v20170312/examples.json +176 -0
- tccli/services/vpc/vpc_client.py +1315 -149
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/RECORD +41 -37
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/license_files/LICENSE +0 -0
@@ -252,6 +252,20 @@
|
|
252
252
|
"output": "CreateCcnRouteTablesResponse",
|
253
253
|
"status": "online"
|
254
254
|
},
|
255
|
+
"CreateCdcLDCXList": {
|
256
|
+
"document": "创建 IDC 通道",
|
257
|
+
"input": "CreateCdcLDCXListRequest",
|
258
|
+
"name": "创建 IDC 通道",
|
259
|
+
"output": "CreateCdcLDCXListResponse",
|
260
|
+
"status": "online"
|
261
|
+
},
|
262
|
+
"CreateCdcNetPlanes": {
|
263
|
+
"document": "创建虚拟连接,用于支持 CDC 多租户模式",
|
264
|
+
"input": "CreateCdcNetPlanesRequest",
|
265
|
+
"name": "创建虚拟连接",
|
266
|
+
"output": "CreateCdcNetPlanesResponse",
|
267
|
+
"status": "online"
|
268
|
+
},
|
255
269
|
"CreateCustomerGateway": {
|
256
270
|
"document": "本接口(CreateCustomerGateway)用于创建对端网关。",
|
257
271
|
"input": "CreateCustomerGatewayRequest",
|
@@ -308,6 +322,20 @@
|
|
308
322
|
"output": "CreateHaVipResponse",
|
309
323
|
"status": "online"
|
310
324
|
},
|
325
|
+
"CreateHighPriorityRouteTable": {
|
326
|
+
"document": "高优路由表创建",
|
327
|
+
"input": "CreateHighPriorityRouteTableRequest",
|
328
|
+
"name": "创建高优路由表",
|
329
|
+
"output": "CreateHighPriorityRouteTableResponse",
|
330
|
+
"status": "online"
|
331
|
+
},
|
332
|
+
"CreateHighPriorityRoutes": {
|
333
|
+
"document": "创建高优路由表条目。",
|
334
|
+
"input": "CreateHighPriorityRoutesRequest",
|
335
|
+
"name": "创建高优路由表条目",
|
336
|
+
"output": "CreateHighPriorityRoutesResponse",
|
337
|
+
"status": "online"
|
338
|
+
},
|
311
339
|
"CreateIp6Translators": {
|
312
340
|
"document": "1. 该接口用于创建IPV6转换IPV4实例,支持批量\n2. 同一个账户在一个地域最多允许创建10个转换实例",
|
313
341
|
"input": "CreateIp6TranslatorsRequest",
|
@@ -595,6 +623,20 @@
|
|
595
623
|
"output": "DeleteCcnRouteTablesResponse",
|
596
624
|
"status": "online"
|
597
625
|
},
|
626
|
+
"DeleteCdcLDCXList": {
|
627
|
+
"document": "删除 IDC通道",
|
628
|
+
"input": "DeleteCdcLDCXListRequest",
|
629
|
+
"name": "删除 IDC通道",
|
630
|
+
"output": "DeleteCdcLDCXListResponse",
|
631
|
+
"status": "online"
|
632
|
+
},
|
633
|
+
"DeleteCdcNetPlanes": {
|
634
|
+
"document": "删除虚拟连接",
|
635
|
+
"input": "DeleteCdcNetPlanesRequest",
|
636
|
+
"name": "删除虚拟连接",
|
637
|
+
"output": "DeleteCdcNetPlanesResponse",
|
638
|
+
"status": "online"
|
639
|
+
},
|
598
640
|
"DeleteCustomerGateway": {
|
599
641
|
"document": "本接口(DeleteCustomerGateway)用于删除对端网关。",
|
600
642
|
"input": "DeleteCustomerGatewayRequest",
|
@@ -637,6 +679,20 @@
|
|
637
679
|
"output": "DeleteHaVipResponse",
|
638
680
|
"status": "online"
|
639
681
|
},
|
682
|
+
"DeleteHighPriorityRouteTables": {
|
683
|
+
"document": "删除高优路由表",
|
684
|
+
"input": "DeleteHighPriorityRouteTablesRequest",
|
685
|
+
"name": "删除高优路由表",
|
686
|
+
"output": "DeleteHighPriorityRouteTablesResponse",
|
687
|
+
"status": "online"
|
688
|
+
},
|
689
|
+
"DeleteHighPriorityRoutes": {
|
690
|
+
"document": "删除高优路由表的路由条目。",
|
691
|
+
"input": "DeleteHighPriorityRoutesRequest",
|
692
|
+
"name": "删除高优路由表条目",
|
693
|
+
"output": "DeleteHighPriorityRoutesResponse",
|
694
|
+
"status": "online"
|
695
|
+
},
|
640
696
|
"DeleteIp6Translators": {
|
641
697
|
"document": "1. 该接口用于释放IPV6转换实例,支持批量。\n2. 如果IPV6转换实例建立有转换规则,会一并删除。",
|
642
698
|
"input": "DeleteIp6TranslatorsRequest",
|
@@ -994,6 +1050,27 @@
|
|
994
1050
|
"output": "DescribeCcnsResponse",
|
995
1051
|
"status": "online"
|
996
1052
|
},
|
1053
|
+
"DescribeCdcLDCXList": {
|
1054
|
+
"document": "查询 IDC通道信息",
|
1055
|
+
"input": "DescribeCdcLDCXListRequest",
|
1056
|
+
"name": "查询 IDC通道信息",
|
1057
|
+
"output": "DescribeCdcLDCXListResponse",
|
1058
|
+
"status": "online"
|
1059
|
+
},
|
1060
|
+
"DescribeCdcNetPlanes": {
|
1061
|
+
"document": "查询虚拟连接",
|
1062
|
+
"input": "DescribeCdcNetPlanesRequest",
|
1063
|
+
"name": "查询虚拟连接",
|
1064
|
+
"output": "DescribeCdcNetPlanesResponse",
|
1065
|
+
"status": "online"
|
1066
|
+
},
|
1067
|
+
"DescribeCdcUsedIdcVlan": {
|
1068
|
+
"document": "查询IDC使用的 VLAN",
|
1069
|
+
"input": "DescribeCdcUsedIdcVlanRequest",
|
1070
|
+
"name": "查询IDC使用的 VLAN",
|
1071
|
+
"output": "DescribeCdcUsedIdcVlanResponse",
|
1072
|
+
"status": "online"
|
1073
|
+
},
|
997
1074
|
"DescribeClassicLinkInstances": {
|
998
1075
|
"document": "本接口(DescribeClassicLinkInstances)用于查询私有网络和基础网络设备互通列表。",
|
999
1076
|
"input": "DescribeClassicLinkInstancesRequest",
|
@@ -1092,6 +1169,20 @@
|
|
1092
1169
|
"output": "DescribeHaVipsResponse",
|
1093
1170
|
"status": "online"
|
1094
1171
|
},
|
1172
|
+
"DescribeHighPriorityRouteTables": {
|
1173
|
+
"document": "查询高优路由表。",
|
1174
|
+
"input": "DescribeHighPriorityRouteTablesRequest",
|
1175
|
+
"name": "查询高优路由表",
|
1176
|
+
"output": "DescribeHighPriorityRouteTablesResponse",
|
1177
|
+
"status": "online"
|
1178
|
+
},
|
1179
|
+
"DescribeHighPriorityRoutes": {
|
1180
|
+
"document": "查询高优路由表条目信息。",
|
1181
|
+
"input": "DescribeHighPriorityRoutesRequest",
|
1182
|
+
"name": "查询高优路由表条目",
|
1183
|
+
"output": "DescribeHighPriorityRoutesResponse",
|
1184
|
+
"status": "online"
|
1185
|
+
},
|
1095
1186
|
"DescribeIp6Addresses": {
|
1096
1187
|
"document": "该接口用于查询IPV6地址信息",
|
1097
1188
|
"input": "DescribeIp6AddressesRequest",
|
@@ -1288,6 +1379,13 @@
|
|
1288
1379
|
"output": "DescribeRouteTablesResponse",
|
1289
1380
|
"status": "online"
|
1290
1381
|
},
|
1382
|
+
"DescribeRoutes": {
|
1383
|
+
"document": "本接口(DescribeRoutes)用于查询路由列表。",
|
1384
|
+
"input": "DescribeRoutesRequest",
|
1385
|
+
"name": "查询路由列表",
|
1386
|
+
"output": "DescribeRoutesResponse",
|
1387
|
+
"status": "online"
|
1388
|
+
},
|
1291
1389
|
"DescribeSecurityGroupAssociationStatistics": {
|
1292
1390
|
"document": "本接口(DescribeSecurityGroupAssociationStatistics)用于查询安全组关联的实例统计。",
|
1293
1391
|
"input": "DescribeSecurityGroupAssociationStatisticsRequest",
|
@@ -1883,6 +1981,20 @@
|
|
1883
1981
|
"output": "ModifyCcnRouteTablesResponse",
|
1884
1982
|
"status": "online"
|
1885
1983
|
},
|
1984
|
+
"ModifyCdcLDCXAttribute": {
|
1985
|
+
"document": "修改 IDC通道信息",
|
1986
|
+
"input": "ModifyCdcLDCXAttributeRequest",
|
1987
|
+
"name": "修改 IDC通道信息",
|
1988
|
+
"output": "ModifyCdcLDCXAttributeResponse",
|
1989
|
+
"status": "online"
|
1990
|
+
},
|
1991
|
+
"ModifyCdcNetPlaneAttribute": {
|
1992
|
+
"document": "修改虚拟连接",
|
1993
|
+
"input": "ModifyCdcNetPlaneAttributeRequest",
|
1994
|
+
"name": "修改虚拟连接",
|
1995
|
+
"output": "ModifyCdcNetPlaneAttributeResponse",
|
1996
|
+
"status": "online"
|
1997
|
+
},
|
1886
1998
|
"ModifyCustomerGatewayAttribute": {
|
1887
1999
|
"document": "本接口(ModifyCustomerGatewayAttribute)用于修改对端网关信息。",
|
1888
2000
|
"input": "ModifyCustomerGatewayAttributeRequest",
|
@@ -1925,6 +2037,27 @@
|
|
1925
2037
|
"output": "ModifyHaVipAttributeResponse",
|
1926
2038
|
"status": "online"
|
1927
2039
|
},
|
2040
|
+
"ModifyHighPriorityRouteAttribute": {
|
2041
|
+
"document": "修改高优路由表条目属性。",
|
2042
|
+
"input": "ModifyHighPriorityRouteAttributeRequest",
|
2043
|
+
"name": "修改高优路由表条目属性",
|
2044
|
+
"output": "ModifyHighPriorityRouteAttributeResponse",
|
2045
|
+
"status": "online"
|
2046
|
+
},
|
2047
|
+
"ModifyHighPriorityRouteECMPAlgorithm": {
|
2048
|
+
"document": "修改高优路由表 HASH 策略。",
|
2049
|
+
"input": "ModifyHighPriorityRouteECMPAlgorithmRequest",
|
2050
|
+
"name": "修改高优路由ECMP的HASH算法",
|
2051
|
+
"output": "ModifyHighPriorityRouteECMPAlgorithmResponse",
|
2052
|
+
"status": "online"
|
2053
|
+
},
|
2054
|
+
"ModifyHighPriorityRouteTableAttribute": {
|
2055
|
+
"document": "修改高优路由表属性",
|
2056
|
+
"input": "ModifyHighPriorityRouteTableAttributeRequest",
|
2057
|
+
"name": "修改高优路由表属性",
|
2058
|
+
"output": "ModifyHighPriorityRouteTableAttributeResponse",
|
2059
|
+
"status": "online"
|
2060
|
+
},
|
1928
2061
|
"ModifyIp6AddressesBandwidth": {
|
1929
2062
|
"document": "该接口用于修改IPV6地址访问internet的带宽",
|
1930
2063
|
"input": "ModifyIp6AddressesBandwidthRequest",
|
@@ -2289,6 +2422,20 @@
|
|
2289
2422
|
"output": "ReplaceDirectConnectGatewayCcnRoutesResponse",
|
2290
2423
|
"status": "online"
|
2291
2424
|
},
|
2425
|
+
"ReplaceHighPriorityRouteTableAssociation": {
|
2426
|
+
"document": "替换高优路由表和子网绑定关系。",
|
2427
|
+
"input": "ReplaceHighPriorityRouteTableAssociationRequest",
|
2428
|
+
"name": "替换高优路由表和子网绑定关系",
|
2429
|
+
"output": "ReplaceHighPriorityRouteTableAssociationResponse",
|
2430
|
+
"status": "online"
|
2431
|
+
},
|
2432
|
+
"ReplaceHighPriorityRoutes": {
|
2433
|
+
"document": "替换高优路由表条目信息。",
|
2434
|
+
"input": "ReplaceHighPriorityRoutesRequest",
|
2435
|
+
"name": "替换高优路由表条目信息。",
|
2436
|
+
"output": "ReplaceHighPriorityRoutesResponse",
|
2437
|
+
"status": "online"
|
2438
|
+
},
|
2292
2439
|
"ReplaceRouteTableAssociation": {
|
2293
2440
|
"document": "本接口(ReplaceRouteTableAssociation)用于修改子网(Subnet)关联的路由表(RouteTable)。\n* 一个子网只能关联一个路由表。",
|
2294
2441
|
"input": "ReplaceRouteTableAssociationRequest",
|
@@ -2324,6 +2471,13 @@
|
|
2324
2471
|
"output": "ResetAttachCcnInstancesResponse",
|
2325
2472
|
"status": "online"
|
2326
2473
|
},
|
2474
|
+
"ResetHighPriorityRoutes": {
|
2475
|
+
"document": "重置高优路由表。",
|
2476
|
+
"input": "ResetHighPriorityRoutesRequest",
|
2477
|
+
"name": "重置高优路由表路由",
|
2478
|
+
"output": "ResetHighPriorityRoutesResponse",
|
2479
|
+
"status": "online"
|
2480
|
+
},
|
2327
2481
|
"ResetNatGatewayConnection": {
|
2328
2482
|
"document": "本接口(ResetNatGatewayConnection)用来NAT网关并发连接上限。",
|
2329
2483
|
"input": "ResetNatGatewayConnectionRequest",
|
@@ -7038,6 +7192,40 @@
|
|
7038
7192
|
],
|
7039
7193
|
"type": "object"
|
7040
7194
|
},
|
7195
|
+
"CreateCdcLDCXListRequest": {
|
7196
|
+
"document": "CreateCdcLDCXList请求参数结构体",
|
7197
|
+
"members": [],
|
7198
|
+
"type": "object"
|
7199
|
+
},
|
7200
|
+
"CreateCdcLDCXListResponse": {
|
7201
|
+
"document": "CreateCdcLDCXList返回参数结构体",
|
7202
|
+
"members": [
|
7203
|
+
{
|
7204
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7205
|
+
"member": "string",
|
7206
|
+
"name": "RequestId",
|
7207
|
+
"type": "string"
|
7208
|
+
}
|
7209
|
+
],
|
7210
|
+
"type": "object"
|
7211
|
+
},
|
7212
|
+
"CreateCdcNetPlanesRequest": {
|
7213
|
+
"document": "CreateCdcNetPlanes请求参数结构体",
|
7214
|
+
"members": [],
|
7215
|
+
"type": "object"
|
7216
|
+
},
|
7217
|
+
"CreateCdcNetPlanesResponse": {
|
7218
|
+
"document": "CreateCdcNetPlanes返回参数结构体",
|
7219
|
+
"members": [
|
7220
|
+
{
|
7221
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7222
|
+
"member": "string",
|
7223
|
+
"name": "RequestId",
|
7224
|
+
"type": "string"
|
7225
|
+
}
|
7226
|
+
],
|
7227
|
+
"type": "object"
|
7228
|
+
},
|
7041
7229
|
"CreateCustomerGatewayRequest": {
|
7042
7230
|
"document": "CreateCustomerGateway请求参数结构体",
|
7043
7231
|
"members": [
|
@@ -7581,6 +7769,107 @@
|
|
7581
7769
|
],
|
7582
7770
|
"type": "object"
|
7583
7771
|
},
|
7772
|
+
"CreateHighPriorityRouteTableRequest": {
|
7773
|
+
"document": "CreateHighPriorityRouteTable请求参数结构体",
|
7774
|
+
"members": [
|
7775
|
+
{
|
7776
|
+
"disabled": false,
|
7777
|
+
"document": "待操作的VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。",
|
7778
|
+
"example": "vpc-2at5y1pn",
|
7779
|
+
"member": "string",
|
7780
|
+
"name": "VpcId",
|
7781
|
+
"required": true,
|
7782
|
+
"type": "string"
|
7783
|
+
},
|
7784
|
+
{
|
7785
|
+
"disabled": false,
|
7786
|
+
"document": "高优路由表名称,最大长度不能超过60个字节。",
|
7787
|
+
"example": "TEST_HP_RTB",
|
7788
|
+
"member": "string",
|
7789
|
+
"name": "Name",
|
7790
|
+
"required": true,
|
7791
|
+
"type": "string"
|
7792
|
+
},
|
7793
|
+
{
|
7794
|
+
"disabled": false,
|
7795
|
+
"document": "指定绑定的标签列表,例如:[{\"Key\": \"city\", \"Value\": \"shanghai\"}]",
|
7796
|
+
"example": "无",
|
7797
|
+
"member": "Tag",
|
7798
|
+
"name": "Tags",
|
7799
|
+
"required": false,
|
7800
|
+
"type": "list"
|
7801
|
+
}
|
7802
|
+
],
|
7803
|
+
"type": "object"
|
7804
|
+
},
|
7805
|
+
"CreateHighPriorityRouteTableResponse": {
|
7806
|
+
"document": "CreateHighPriorityRouteTable返回参数结构体",
|
7807
|
+
"members": [
|
7808
|
+
{
|
7809
|
+
"disabled": false,
|
7810
|
+
"document": "高优路由表信息",
|
7811
|
+
"example": "无",
|
7812
|
+
"member": "HighPriorityRouteTable",
|
7813
|
+
"name": "HighPriorityRouteTable",
|
7814
|
+
"output_required": true,
|
7815
|
+
"type": "object",
|
7816
|
+
"value_allowed_null": false
|
7817
|
+
},
|
7818
|
+
{
|
7819
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7820
|
+
"member": "string",
|
7821
|
+
"name": "RequestId",
|
7822
|
+
"type": "string"
|
7823
|
+
}
|
7824
|
+
],
|
7825
|
+
"type": "object"
|
7826
|
+
},
|
7827
|
+
"CreateHighPriorityRoutesRequest": {
|
7828
|
+
"document": "CreateHighPriorityRoutes请求参数结构体",
|
7829
|
+
"members": [
|
7830
|
+
{
|
7831
|
+
"disabled": false,
|
7832
|
+
"document": "高优路由表唯一 ID。",
|
7833
|
+
"example": "hprtb-18mot1fm",
|
7834
|
+
"member": "string",
|
7835
|
+
"name": "HighPriorityRouteTableId",
|
7836
|
+
"required": true,
|
7837
|
+
"type": "string"
|
7838
|
+
},
|
7839
|
+
{
|
7840
|
+
"disabled": false,
|
7841
|
+
"document": "高优路由表条目信息。",
|
7842
|
+
"example": "无",
|
7843
|
+
"member": "HighPriorityRoute",
|
7844
|
+
"name": "HighPriorityRoutes",
|
7845
|
+
"required": true,
|
7846
|
+
"type": "list"
|
7847
|
+
}
|
7848
|
+
],
|
7849
|
+
"type": "object"
|
7850
|
+
},
|
7851
|
+
"CreateHighPriorityRoutesResponse": {
|
7852
|
+
"document": "CreateHighPriorityRoutes返回参数结构体",
|
7853
|
+
"members": [
|
7854
|
+
{
|
7855
|
+
"disabled": false,
|
7856
|
+
"document": "高优路由表信息。",
|
7857
|
+
"example": "无",
|
7858
|
+
"member": "HighPriorityRoute",
|
7859
|
+
"name": "HighPriorityRouteSet",
|
7860
|
+
"output_required": true,
|
7861
|
+
"type": "list",
|
7862
|
+
"value_allowed_null": false
|
7863
|
+
},
|
7864
|
+
{
|
7865
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7866
|
+
"member": "string",
|
7867
|
+
"name": "RequestId",
|
7868
|
+
"type": "string"
|
7869
|
+
}
|
7870
|
+
],
|
7871
|
+
"type": "object"
|
7872
|
+
},
|
7584
7873
|
"CreateIp6TranslatorsRequest": {
|
7585
7874
|
"document": "CreateIp6Translators请求参数结构体",
|
7586
7875
|
"members": [
|
@@ -9356,7 +9645,7 @@
|
|
9356
9645
|
{
|
9357
9646
|
"disabled": false,
|
9358
9647
|
"document": "本端VPC唯一ID。",
|
9359
|
-
"example": "
|
9648
|
+
"example": "vpc-0npfx81k",
|
9360
9649
|
"member": "string",
|
9361
9650
|
"name": "SourceVpcId",
|
9362
9651
|
"required": true,
|
@@ -9433,6 +9722,15 @@
|
|
9433
9722
|
"name": "QosLevel",
|
9434
9723
|
"required": false,
|
9435
9724
|
"type": "string"
|
9725
|
+
},
|
9726
|
+
{
|
9727
|
+
"disabled": false,
|
9728
|
+
"document": "标签键值对",
|
9729
|
+
"example": "无",
|
9730
|
+
"member": "Tags",
|
9731
|
+
"name": "Tags",
|
9732
|
+
"required": false,
|
9733
|
+
"type": "list"
|
9436
9734
|
}
|
9437
9735
|
],
|
9438
9736
|
"type": "object"
|
@@ -10901,6 +11199,40 @@
|
|
10901
11199
|
],
|
10902
11200
|
"type": "object"
|
10903
11201
|
},
|
11202
|
+
"DeleteCdcLDCXListRequest": {
|
11203
|
+
"document": "DeleteCdcLDCXList请求参数结构体",
|
11204
|
+
"members": [],
|
11205
|
+
"type": "object"
|
11206
|
+
},
|
11207
|
+
"DeleteCdcLDCXListResponse": {
|
11208
|
+
"document": "DeleteCdcLDCXList返回参数结构体",
|
11209
|
+
"members": [
|
11210
|
+
{
|
11211
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11212
|
+
"member": "string",
|
11213
|
+
"name": "RequestId",
|
11214
|
+
"type": "string"
|
11215
|
+
}
|
11216
|
+
],
|
11217
|
+
"type": "object"
|
11218
|
+
},
|
11219
|
+
"DeleteCdcNetPlanesRequest": {
|
11220
|
+
"document": "DeleteCdcNetPlanes请求参数结构体",
|
11221
|
+
"members": [],
|
11222
|
+
"type": "object"
|
11223
|
+
},
|
11224
|
+
"DeleteCdcNetPlanesResponse": {
|
11225
|
+
"document": "DeleteCdcNetPlanes返回参数结构体",
|
11226
|
+
"members": [
|
11227
|
+
{
|
11228
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11229
|
+
"member": "string",
|
11230
|
+
"name": "RequestId",
|
11231
|
+
"type": "string"
|
11232
|
+
}
|
11233
|
+
],
|
11234
|
+
"type": "object"
|
11235
|
+
},
|
10904
11236
|
"DeleteCustomerGatewayRequest": {
|
10905
11237
|
"document": "DeleteCustomerGateway请求参数结构体",
|
10906
11238
|
"members": [
|
@@ -11081,6 +11413,79 @@
|
|
11081
11413
|
],
|
11082
11414
|
"type": "object"
|
11083
11415
|
},
|
11416
|
+
"DeleteHighPriorityRouteTablesRequest": {
|
11417
|
+
"document": "DeleteHighPriorityRouteTables请求参数结构体",
|
11418
|
+
"members": [
|
11419
|
+
{
|
11420
|
+
"disabled": false,
|
11421
|
+
"document": "高优路由表表唯一ID 列表。",
|
11422
|
+
"example": "[\"hprtb-18mot1fm\"]",
|
11423
|
+
"member": "string",
|
11424
|
+
"name": "HighPriorityRouteTableIds",
|
11425
|
+
"required": false,
|
11426
|
+
"type": "list"
|
11427
|
+
}
|
11428
|
+
],
|
11429
|
+
"type": "object"
|
11430
|
+
},
|
11431
|
+
"DeleteHighPriorityRouteTablesResponse": {
|
11432
|
+
"document": "DeleteHighPriorityRouteTables返回参数结构体",
|
11433
|
+
"members": [
|
11434
|
+
{
|
11435
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11436
|
+
"member": "string",
|
11437
|
+
"name": "RequestId",
|
11438
|
+
"type": "string"
|
11439
|
+
}
|
11440
|
+
],
|
11441
|
+
"type": "object"
|
11442
|
+
},
|
11443
|
+
"DeleteHighPriorityRoutesRequest": {
|
11444
|
+
"document": "DeleteHighPriorityRoutes请求参数结构体",
|
11445
|
+
"members": [
|
11446
|
+
{
|
11447
|
+
"disabled": false,
|
11448
|
+
"document": "高优路由表唯一 ID。",
|
11449
|
+
"example": "hprtb-18mot1fm",
|
11450
|
+
"member": "string",
|
11451
|
+
"name": "HighPriorityRouteTableId",
|
11452
|
+
"required": true,
|
11453
|
+
"type": "string"
|
11454
|
+
},
|
11455
|
+
{
|
11456
|
+
"disabled": false,
|
11457
|
+
"document": "高优路由表条目唯一 ID 列表。",
|
11458
|
+
"example": "[\"hprti-p1ymd0ak\"]",
|
11459
|
+
"member": "string",
|
11460
|
+
"name": "HighPriorityRouteIds",
|
11461
|
+
"required": true,
|
11462
|
+
"type": "list"
|
11463
|
+
}
|
11464
|
+
],
|
11465
|
+
"type": "object"
|
11466
|
+
},
|
11467
|
+
"DeleteHighPriorityRoutesResponse": {
|
11468
|
+
"document": "DeleteHighPriorityRoutes返回参数结构体",
|
11469
|
+
"members": [
|
11470
|
+
{
|
11471
|
+
"disabled": false,
|
11472
|
+
"document": "高优路由表条目信息。",
|
11473
|
+
"example": "无",
|
11474
|
+
"member": "HighPriorityRoute",
|
11475
|
+
"name": "HighPriorityRouteSet",
|
11476
|
+
"output_required": true,
|
11477
|
+
"type": "list",
|
11478
|
+
"value_allowed_null": false
|
11479
|
+
},
|
11480
|
+
{
|
11481
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11482
|
+
"member": "string",
|
11483
|
+
"name": "RequestId",
|
11484
|
+
"type": "string"
|
11485
|
+
}
|
11486
|
+
],
|
11487
|
+
"type": "object"
|
11488
|
+
},
|
11084
11489
|
"DeleteIp6TranslatorsRequest": {
|
11085
11490
|
"document": "DeleteIp6Translators请求参数结构体",
|
11086
11491
|
"members": [
|
@@ -13274,24 +13679,75 @@
|
|
13274
13679
|
],
|
13275
13680
|
"type": "object"
|
13276
13681
|
},
|
13277
|
-
"
|
13278
|
-
"document": "
|
13682
|
+
"DescribeCdcLDCXListRequest": {
|
13683
|
+
"document": "DescribeCdcLDCXList请求参数结构体",
|
13684
|
+
"members": [],
|
13685
|
+
"type": "object"
|
13686
|
+
},
|
13687
|
+
"DescribeCdcLDCXListResponse": {
|
13688
|
+
"document": "DescribeCdcLDCXList返回参数结构体",
|
13279
13689
|
"members": [
|
13280
13690
|
{
|
13281
|
-
"
|
13282
|
-
"document": "过滤条件。\n<li>vpc-id - String - (过滤条件)VPC实例ID。</li>\n<li>vm-ip - String - (过滤条件)基础网络云服务器IP。</li>",
|
13283
|
-
"example": "无",
|
13284
|
-
"member": "FilterObject",
|
13285
|
-
"name": "Filters",
|
13286
|
-
"required": false,
|
13287
|
-
"type": "list"
|
13288
|
-
},
|
13289
|
-
{
|
13290
|
-
"disabled": false,
|
13291
|
-
"document": "偏移量,默认值0。",
|
13292
|
-
"example": "0",
|
13691
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13293
13692
|
"member": "string",
|
13294
|
-
"name": "
|
13693
|
+
"name": "RequestId",
|
13694
|
+
"type": "string"
|
13695
|
+
}
|
13696
|
+
],
|
13697
|
+
"type": "object"
|
13698
|
+
},
|
13699
|
+
"DescribeCdcNetPlanesRequest": {
|
13700
|
+
"document": "DescribeCdcNetPlanes请求参数结构体",
|
13701
|
+
"members": [],
|
13702
|
+
"type": "object"
|
13703
|
+
},
|
13704
|
+
"DescribeCdcNetPlanesResponse": {
|
13705
|
+
"document": "DescribeCdcNetPlanes返回参数结构体",
|
13706
|
+
"members": [
|
13707
|
+
{
|
13708
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13709
|
+
"member": "string",
|
13710
|
+
"name": "RequestId",
|
13711
|
+
"type": "string"
|
13712
|
+
}
|
13713
|
+
],
|
13714
|
+
"type": "object"
|
13715
|
+
},
|
13716
|
+
"DescribeCdcUsedIdcVlanRequest": {
|
13717
|
+
"document": "DescribeCdcUsedIdcVlan请求参数结构体",
|
13718
|
+
"members": [],
|
13719
|
+
"type": "object"
|
13720
|
+
},
|
13721
|
+
"DescribeCdcUsedIdcVlanResponse": {
|
13722
|
+
"document": "DescribeCdcUsedIdcVlan返回参数结构体",
|
13723
|
+
"members": [
|
13724
|
+
{
|
13725
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13726
|
+
"member": "string",
|
13727
|
+
"name": "RequestId",
|
13728
|
+
"type": "string"
|
13729
|
+
}
|
13730
|
+
],
|
13731
|
+
"type": "object"
|
13732
|
+
},
|
13733
|
+
"DescribeClassicLinkInstancesRequest": {
|
13734
|
+
"document": "DescribeClassicLinkInstances请求参数结构体",
|
13735
|
+
"members": [
|
13736
|
+
{
|
13737
|
+
"disabled": false,
|
13738
|
+
"document": "过滤条件。\n<li>vpc-id - String - (过滤条件)VPC实例ID。</li>\n<li>vm-ip - String - (过滤条件)基础网络云服务器IP。</li>",
|
13739
|
+
"example": "无",
|
13740
|
+
"member": "FilterObject",
|
13741
|
+
"name": "Filters",
|
13742
|
+
"required": false,
|
13743
|
+
"type": "list"
|
13744
|
+
},
|
13745
|
+
{
|
13746
|
+
"disabled": false,
|
13747
|
+
"document": "偏移量,默认值0。",
|
13748
|
+
"example": "0",
|
13749
|
+
"member": "string",
|
13750
|
+
"name": "Offset",
|
13295
13751
|
"required": false,
|
13296
13752
|
"type": "string"
|
13297
13753
|
},
|
@@ -14493,6 +14949,163 @@
|
|
14493
14949
|
],
|
14494
14950
|
"type": "object"
|
14495
14951
|
},
|
14952
|
+
"DescribeHighPriorityRouteTablesRequest": {
|
14953
|
+
"document": "DescribeHighPriorityRouteTables请求参数结构体",
|
14954
|
+
"members": [
|
14955
|
+
{
|
14956
|
+
"disabled": false,
|
14957
|
+
"document": "过滤条件,参数不支持同时指定HighPriorityRouteTableIds和Filters。\n<li>high-priority-route-table-id - String - (过滤条件)高优路由表实例ID。</li>\n<li>name - String - (过滤条件)高优路由表名称。</li>\n<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>\n<li>tag-key - String -是否必填:否 - (过滤条件)按照标签键进行过滤。</li>\n<li>next-hop-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。使用next-hop-type进行过滤时,必须同时携带route-table-id与vpc-id。\n目前我们支持的类型有:\nHAVIP:高可用虚拟IP;\nNORMAL_CVM:普通云服务器;\n</li>",
|
14958
|
+
"example": "[{\"Name\":\"high-priority-route-table-id\", \"Values\": [\"hprtb-18mot1fm]}]",
|
14959
|
+
"member": "Filter",
|
14960
|
+
"name": "Filters",
|
14961
|
+
"required": false,
|
14962
|
+
"type": "list"
|
14963
|
+
},
|
14964
|
+
{
|
14965
|
+
"disabled": false,
|
14966
|
+
"document": "高优路由表实例ID,例如:hprtb-18mot1fm。",
|
14967
|
+
"example": "无",
|
14968
|
+
"member": "string",
|
14969
|
+
"name": "HighPriorityRouteTableIds",
|
14970
|
+
"required": false,
|
14971
|
+
"type": "list"
|
14972
|
+
},
|
14973
|
+
{
|
14974
|
+
"disabled": false,
|
14975
|
+
"document": "偏移量。",
|
14976
|
+
"example": "0",
|
14977
|
+
"member": "string",
|
14978
|
+
"name": "Offset",
|
14979
|
+
"required": false,
|
14980
|
+
"type": "string"
|
14981
|
+
},
|
14982
|
+
{
|
14983
|
+
"disabled": false,
|
14984
|
+
"document": "返回数量,默认为20,最大值为100。",
|
14985
|
+
"example": "1",
|
14986
|
+
"member": "string",
|
14987
|
+
"name": "Limit",
|
14988
|
+
"required": false,
|
14989
|
+
"type": "string"
|
14990
|
+
},
|
14991
|
+
{
|
14992
|
+
"disabled": false,
|
14993
|
+
"document": "是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。",
|
14994
|
+
"example": "True",
|
14995
|
+
"member": "bool",
|
14996
|
+
"name": "NeedRouterInfo",
|
14997
|
+
"required": false,
|
14998
|
+
"type": "bool"
|
14999
|
+
}
|
15000
|
+
],
|
15001
|
+
"type": "object"
|
15002
|
+
},
|
15003
|
+
"DescribeHighPriorityRouteTablesResponse": {
|
15004
|
+
"document": "DescribeHighPriorityRouteTables返回参数结构体",
|
15005
|
+
"members": [
|
15006
|
+
{
|
15007
|
+
"disabled": false,
|
15008
|
+
"document": "高优路由表对象。",
|
15009
|
+
"example": "无",
|
15010
|
+
"member": "HighPriorityRouteTable",
|
15011
|
+
"name": "HighPriorityRouteTableSet",
|
15012
|
+
"output_required": true,
|
15013
|
+
"type": "list",
|
15014
|
+
"value_allowed_null": false
|
15015
|
+
},
|
15016
|
+
{
|
15017
|
+
"disabled": false,
|
15018
|
+
"document": "符合条件的实例数量。",
|
15019
|
+
"example": "1",
|
15020
|
+
"member": "uint64",
|
15021
|
+
"name": "TotalCount",
|
15022
|
+
"output_required": true,
|
15023
|
+
"type": "int",
|
15024
|
+
"value_allowed_null": false
|
15025
|
+
},
|
15026
|
+
{
|
15027
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15028
|
+
"member": "string",
|
15029
|
+
"name": "RequestId",
|
15030
|
+
"type": "string"
|
15031
|
+
}
|
15032
|
+
],
|
15033
|
+
"type": "object"
|
15034
|
+
},
|
15035
|
+
"DescribeHighPriorityRoutesRequest": {
|
15036
|
+
"document": "DescribeHighPriorityRoutes请求参数结构体",
|
15037
|
+
"members": [
|
15038
|
+
{
|
15039
|
+
"disabled": false,
|
15040
|
+
"document": "高优路由表唯一 ID。",
|
15041
|
+
"example": "hprtb-18mot1fm",
|
15042
|
+
"member": "string",
|
15043
|
+
"name": "HighPriorityRouteTableId",
|
15044
|
+
"required": true,
|
15045
|
+
"type": "string"
|
15046
|
+
},
|
15047
|
+
{
|
15048
|
+
"disabled": false,
|
15049
|
+
"document": "<li>gateway-id - String - (过滤条件)网关ID。</li>\n<li>description - String - (过滤条件)路由描述。</li>\n<li>dest-cidr - String - (过滤条件)目的端地址,支持模糊左匹配。</li>\n<li>subnet-route-algorithm - String - (过滤条件)现在支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。</li>\n<li>is-cdc - String - (过滤条件)CDC属性高优路由表。</li>\n<li>cdc-id - String - (过滤条件)CDC 集群唯一 ID 。</li>\n",
|
15050
|
+
"example": "无",
|
15051
|
+
"member": "Filter",
|
15052
|
+
"name": "Filters",
|
15053
|
+
"required": false,
|
15054
|
+
"type": "list"
|
15055
|
+
},
|
15056
|
+
{
|
15057
|
+
"disabled": false,
|
15058
|
+
"document": "偏移量。",
|
15059
|
+
"example": "0",
|
15060
|
+
"member": "uint64",
|
15061
|
+
"name": "Offset",
|
15062
|
+
"required": false,
|
15063
|
+
"type": "int"
|
15064
|
+
},
|
15065
|
+
{
|
15066
|
+
"disabled": false,
|
15067
|
+
"document": "请求对象个数。",
|
15068
|
+
"example": "20",
|
15069
|
+
"member": "uint64",
|
15070
|
+
"name": "Limit",
|
15071
|
+
"required": false,
|
15072
|
+
"type": "int"
|
15073
|
+
}
|
15074
|
+
],
|
15075
|
+
"type": "object"
|
15076
|
+
},
|
15077
|
+
"DescribeHighPriorityRoutesResponse": {
|
15078
|
+
"document": "DescribeHighPriorityRoutes返回参数结构体",
|
15079
|
+
"members": [
|
15080
|
+
{
|
15081
|
+
"disabled": false,
|
15082
|
+
"document": "高优路由表条目信息。",
|
15083
|
+
"example": "无",
|
15084
|
+
"member": "HighPriorityRoute",
|
15085
|
+
"name": "HighPriorityRouteSet",
|
15086
|
+
"output_required": true,
|
15087
|
+
"type": "list",
|
15088
|
+
"value_allowed_null": false
|
15089
|
+
},
|
15090
|
+
{
|
15091
|
+
"disabled": false,
|
15092
|
+
"document": "高优路由表条目个数。",
|
15093
|
+
"example": "10",
|
15094
|
+
"member": "uint64",
|
15095
|
+
"name": "TotalCount",
|
15096
|
+
"output_required": true,
|
15097
|
+
"type": "int",
|
15098
|
+
"value_allowed_null": false
|
15099
|
+
},
|
15100
|
+
{
|
15101
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15102
|
+
"member": "string",
|
15103
|
+
"name": "RequestId",
|
15104
|
+
"type": "string"
|
15105
|
+
}
|
15106
|
+
],
|
15107
|
+
"type": "object"
|
15108
|
+
},
|
14496
15109
|
"DescribeIp6AddressesRequest": {
|
14497
15110
|
"document": "DescribeIp6Addresses请求参数结构体",
|
14498
15111
|
"members": [
|
@@ -16352,6 +16965,69 @@
|
|
16352
16965
|
],
|
16353
16966
|
"type": "object"
|
16354
16967
|
},
|
16968
|
+
"DescribeRoutesRequest": {
|
16969
|
+
"document": "DescribeRoutes请求参数结构体",
|
16970
|
+
"members": [
|
16971
|
+
{
|
16972
|
+
"disabled": false,
|
16973
|
+
"document": "过滤条件,参数不支持同时指定RouteTableIds和Filters。\n<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>\n<li>gateway-id - String - (过滤条件)网关ID。</li>\n<li>description - String - (过滤条件)路由描述。</li>\n<li>route-table-id - String - (过滤条件)路由表实例ID。</li>\n<li>dest-cidr - String - (过滤条件)目的端地址,支持模糊左匹配。</li>",
|
16974
|
+
"example": "无",
|
16975
|
+
"member": "Filter",
|
16976
|
+
"name": "Filters",
|
16977
|
+
"required": false,
|
16978
|
+
"type": "list"
|
16979
|
+
},
|
16980
|
+
{
|
16981
|
+
"disabled": false,
|
16982
|
+
"document": "偏移量。",
|
16983
|
+
"example": "0",
|
16984
|
+
"member": "uint64",
|
16985
|
+
"name": "Offset",
|
16986
|
+
"required": false,
|
16987
|
+
"type": "int"
|
16988
|
+
},
|
16989
|
+
{
|
16990
|
+
"disabled": false,
|
16991
|
+
"document": "请求对象个数。",
|
16992
|
+
"example": "10",
|
16993
|
+
"member": "uint64",
|
16994
|
+
"name": "Limit",
|
16995
|
+
"required": false,
|
16996
|
+
"type": "int"
|
16997
|
+
}
|
16998
|
+
],
|
16999
|
+
"type": "object"
|
17000
|
+
},
|
17001
|
+
"DescribeRoutesResponse": {
|
17002
|
+
"document": "DescribeRoutes返回参数结构体",
|
17003
|
+
"members": [
|
17004
|
+
{
|
17005
|
+
"disabled": false,
|
17006
|
+
"document": "路由对象。",
|
17007
|
+
"example": "无",
|
17008
|
+
"member": "Route",
|
17009
|
+
"name": "RouteSet",
|
17010
|
+
"type": "list",
|
17011
|
+
"value_allowed_null": false
|
17012
|
+
},
|
17013
|
+
{
|
17014
|
+
"disabled": false,
|
17015
|
+
"document": "符合条件的实例数量。",
|
17016
|
+
"example": "1",
|
17017
|
+
"member": "uint64",
|
17018
|
+
"name": "TotalCount",
|
17019
|
+
"type": "int",
|
17020
|
+
"value_allowed_null": false
|
17021
|
+
},
|
17022
|
+
{
|
17023
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
17024
|
+
"member": "string",
|
17025
|
+
"name": "RequestId",
|
17026
|
+
"type": "string"
|
17027
|
+
}
|
17028
|
+
],
|
17029
|
+
"type": "object"
|
17030
|
+
},
|
16355
17031
|
"DescribeSecurityGroupAssociationStatisticsRequest": {
|
16356
17032
|
"document": "DescribeSecurityGroupAssociationStatistics请求参数结构体",
|
16357
17033
|
"members": [
|
@@ -20531,6 +21207,16 @@
|
|
20531
21207
|
"type": "string",
|
20532
21208
|
"value_allowed_null": true
|
20533
21209
|
},
|
21210
|
+
{
|
21211
|
+
"disabled": false,
|
21212
|
+
"document": "CDC 集群唯一 ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
21213
|
+
"example": "cluster-d8htgb6k",
|
21214
|
+
"member": "string",
|
21215
|
+
"name": "CdcId",
|
21216
|
+
"output_required": false,
|
21217
|
+
"type": "string",
|
21218
|
+
"value_allowed_null": true
|
21219
|
+
},
|
20534
21220
|
{
|
20535
21221
|
"disabled": false,
|
20536
21222
|
"document": "标签键值对。\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -20657,6 +21343,16 @@
|
|
20657
21343
|
"type": "string",
|
20658
21344
|
"value_allowed_null": false
|
20659
21345
|
},
|
21346
|
+
{
|
21347
|
+
"disabled": false,
|
21348
|
+
"document": "CDC 集群唯一 ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
21349
|
+
"example": "cluster-d8htgb6k",
|
21350
|
+
"member": "string",
|
21351
|
+
"name": "CdcId",
|
21352
|
+
"output_required": true,
|
21353
|
+
"type": "string",
|
21354
|
+
"value_allowed_null": true
|
21355
|
+
},
|
20660
21356
|
{
|
20661
21357
|
"disabled": false,
|
20662
21358
|
"document": "Uin\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -21314,7 +22010,17 @@
|
|
21314
22010
|
},
|
21315
22011
|
{
|
21316
22012
|
"disabled": false,
|
21317
|
-
"document": "
|
22013
|
+
"document": "CDC实例ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22014
|
+
"example": "cluster-gbo27yc4",
|
22015
|
+
"member": "string",
|
22016
|
+
"name": "CdcId",
|
22017
|
+
"output_required": false,
|
22018
|
+
"type": "string",
|
22019
|
+
"value_allowed_null": true
|
22020
|
+
},
|
22021
|
+
{
|
22022
|
+
"disabled": false,
|
22023
|
+
"document": "HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00\n注意:此字段可能返回 null,表示取不到有效值。",
|
21318
22024
|
"example": "2024-06-06 22:24:45",
|
21319
22025
|
"member": "string",
|
21320
22026
|
"name": "FlushedTime",
|
@@ -21487,6 +22193,212 @@
|
|
21487
22193
|
],
|
21488
22194
|
"usage": "both"
|
21489
22195
|
},
|
22196
|
+
"HighPriorityModifyItem": {
|
22197
|
+
"document": "高优路由表条目修改属性。",
|
22198
|
+
"members": [
|
22199
|
+
{
|
22200
|
+
"disabled": false,
|
22201
|
+
"document": "高优路由条目唯一ID。",
|
22202
|
+
"example": "无",
|
22203
|
+
"member": "string",
|
22204
|
+
"name": "HighPriorityRouteId",
|
22205
|
+
"required": false,
|
22206
|
+
"type": "string"
|
22207
|
+
},
|
22208
|
+
{
|
22209
|
+
"disabled": false,
|
22210
|
+
"document": "高优路由条目描述。",
|
22211
|
+
"example": "无",
|
22212
|
+
"member": "string",
|
22213
|
+
"name": "Description",
|
22214
|
+
"required": false,
|
22215
|
+
"type": "string"
|
22216
|
+
}
|
22217
|
+
],
|
22218
|
+
"usage": "in"
|
22219
|
+
},
|
22220
|
+
"HighPriorityRoute": {
|
22221
|
+
"document": "高优路由表条目信息",
|
22222
|
+
"members": [
|
22223
|
+
{
|
22224
|
+
"disabled": false,
|
22225
|
+
"document": "高优路由表唯一 ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
22226
|
+
"example": "hprtb-18mot1fm",
|
22227
|
+
"member": "string",
|
22228
|
+
"name": "HighPriorityRouteTableId",
|
22229
|
+
"output_required": false,
|
22230
|
+
"required": false,
|
22231
|
+
"type": "string",
|
22232
|
+
"value_allowed_null": true
|
22233
|
+
},
|
22234
|
+
{
|
22235
|
+
"disabled": false,
|
22236
|
+
"document": "高优路由表条目唯一 ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
22237
|
+
"example": "hprti-p1ymd0ak",
|
22238
|
+
"member": "string",
|
22239
|
+
"name": "HighPriorityRouteId",
|
22240
|
+
"output_required": true,
|
22241
|
+
"required": false,
|
22242
|
+
"type": "string",
|
22243
|
+
"value_allowed_null": true
|
22244
|
+
},
|
22245
|
+
{
|
22246
|
+
"disabled": false,
|
22247
|
+
"document": "目标网段\n注意:此字段可能返回 null,表示取不到有效值。",
|
22248
|
+
"example": "172.20.0.0/16",
|
22249
|
+
"member": "string",
|
22250
|
+
"name": "DestinationCidrBlock",
|
22251
|
+
"output_required": false,
|
22252
|
+
"required": false,
|
22253
|
+
"type": "string",
|
22254
|
+
"value_allowed_null": true
|
22255
|
+
},
|
22256
|
+
{
|
22257
|
+
"disabled": false,
|
22258
|
+
"document": "网关类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
22259
|
+
"example": "HAVIP",
|
22260
|
+
"member": "string",
|
22261
|
+
"name": "GatewayType",
|
22262
|
+
"output_required": false,
|
22263
|
+
"required": false,
|
22264
|
+
"type": "string",
|
22265
|
+
"value_allowed_null": true
|
22266
|
+
},
|
22267
|
+
{
|
22268
|
+
"disabled": false,
|
22269
|
+
"document": "网关唯一ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
22270
|
+
"example": "havip-mt4yhdps",
|
22271
|
+
"member": "string",
|
22272
|
+
"name": "GatewayId",
|
22273
|
+
"output_required": false,
|
22274
|
+
"required": false,
|
22275
|
+
"type": "string",
|
22276
|
+
"value_allowed_null": true
|
22277
|
+
},
|
22278
|
+
{
|
22279
|
+
"disabled": false,
|
22280
|
+
"document": "高优路由条目描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
22281
|
+
"example": "test_high_priority_item",
|
22282
|
+
"member": "string",
|
22283
|
+
"name": "Description",
|
22284
|
+
"output_required": false,
|
22285
|
+
"required": false,
|
22286
|
+
"type": "string",
|
22287
|
+
"value_allowed_null": true
|
22288
|
+
},
|
22289
|
+
{
|
22290
|
+
"disabled": false,
|
22291
|
+
"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。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22292
|
+
"example": "ECMP_QUINTUPLE_HASH",
|
22293
|
+
"member": "string",
|
22294
|
+
"name": "SubnetRouteAlgorithm",
|
22295
|
+
"output_required": false,
|
22296
|
+
"required": false,
|
22297
|
+
"type": "string",
|
22298
|
+
"value_allowed_null": true
|
22299
|
+
},
|
22300
|
+
{
|
22301
|
+
"disabled": false,
|
22302
|
+
"document": "出参展示,是否为CDC属性高优路由\n注意:此字段可能返回 null,表示取不到有效值。",
|
22303
|
+
"example": "无",
|
22304
|
+
"member": "bool",
|
22305
|
+
"name": "IsCdc",
|
22306
|
+
"output_required": false,
|
22307
|
+
"required": false,
|
22308
|
+
"type": "bool",
|
22309
|
+
"value_allowed_null": true
|
22310
|
+
},
|
22311
|
+
{
|
22312
|
+
"disabled": false,
|
22313
|
+
"document": "出参展示,CDC 唯一ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
22314
|
+
"example": "无",
|
22315
|
+
"member": "string",
|
22316
|
+
"name": "CdcId",
|
22317
|
+
"output_required": false,
|
22318
|
+
"required": false,
|
22319
|
+
"type": "string",
|
22320
|
+
"value_allowed_null": true
|
22321
|
+
},
|
22322
|
+
{
|
22323
|
+
"disabled": false,
|
22324
|
+
"document": "创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22325
|
+
"example": "2021-03-02 14:41:15",
|
22326
|
+
"member": "string",
|
22327
|
+
"name": "CreatedTime",
|
22328
|
+
"output_required": false,
|
22329
|
+
"required": false,
|
22330
|
+
"type": "string",
|
22331
|
+
"value_allowed_null": true
|
22332
|
+
}
|
22333
|
+
],
|
22334
|
+
"usage": "both"
|
22335
|
+
},
|
22336
|
+
"HighPriorityRouteTable": {
|
22337
|
+
"document": "高优路由表信息",
|
22338
|
+
"members": [
|
22339
|
+
{
|
22340
|
+
"disabled": false,
|
22341
|
+
"document": "高优路由表唯一 ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22342
|
+
"example": "hprtb-18mot1fm",
|
22343
|
+
"member": "string",
|
22344
|
+
"name": "HighPriorityRouteTableId",
|
22345
|
+
"output_required": true,
|
22346
|
+
"type": "string",
|
22347
|
+
"value_allowed_null": true
|
22348
|
+
},
|
22349
|
+
{
|
22350
|
+
"disabled": false,
|
22351
|
+
"document": "VPC实例ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22352
|
+
"example": "vpc-m0c2kcun",
|
22353
|
+
"member": "string",
|
22354
|
+
"name": "VpcId",
|
22355
|
+
"output_required": true,
|
22356
|
+
"type": "string",
|
22357
|
+
"value_allowed_null": true
|
22358
|
+
},
|
22359
|
+
{
|
22360
|
+
"disabled": false,
|
22361
|
+
"document": "高优路由表名称。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22362
|
+
"example": "ivan",
|
22363
|
+
"member": "string",
|
22364
|
+
"name": "Name",
|
22365
|
+
"output_required": true,
|
22366
|
+
"type": "string",
|
22367
|
+
"value_allowed_null": true
|
22368
|
+
},
|
22369
|
+
{
|
22370
|
+
"disabled": false,
|
22371
|
+
"document": "高优路由表关联的子网列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22372
|
+
"example": "[\"subnet-ie8choou\"]",
|
22373
|
+
"member": "string",
|
22374
|
+
"name": "SubnetSet",
|
22375
|
+
"output_required": false,
|
22376
|
+
"type": "list",
|
22377
|
+
"value_allowed_null": true
|
22378
|
+
},
|
22379
|
+
{
|
22380
|
+
"disabled": false,
|
22381
|
+
"document": "高优路由表条目信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
22382
|
+
"example": "无",
|
22383
|
+
"member": "HighPriorityRoute",
|
22384
|
+
"name": "HighPriorityRouteSet",
|
22385
|
+
"output_required": false,
|
22386
|
+
"type": "list",
|
22387
|
+
"value_allowed_null": true
|
22388
|
+
},
|
22389
|
+
{
|
22390
|
+
"disabled": false,
|
22391
|
+
"document": "创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22392
|
+
"example": "2021-03-02 14:41:15",
|
22393
|
+
"member": "string",
|
22394
|
+
"name": "CreatedTime",
|
22395
|
+
"output_required": false,
|
22396
|
+
"type": "string",
|
22397
|
+
"value_allowed_null": true
|
22398
|
+
}
|
22399
|
+
],
|
22400
|
+
"usage": "out"
|
22401
|
+
},
|
21490
22402
|
"IKEOptionsSpecification": {
|
21491
22403
|
"document": "IKE配置(Internet Key Exchange,因特网密钥交换),IKE具有一套自我保护机制,用户配置网络安全协议",
|
21492
22404
|
"members": [
|
@@ -23486,6 +24398,40 @@
|
|
23486
24398
|
],
|
23487
24399
|
"type": "object"
|
23488
24400
|
},
|
24401
|
+
"ModifyCdcLDCXAttributeRequest": {
|
24402
|
+
"document": "ModifyCdcLDCXAttribute请求参数结构体",
|
24403
|
+
"members": [],
|
24404
|
+
"type": "object"
|
24405
|
+
},
|
24406
|
+
"ModifyCdcLDCXAttributeResponse": {
|
24407
|
+
"document": "ModifyCdcLDCXAttribute返回参数结构体",
|
24408
|
+
"members": [
|
24409
|
+
{
|
24410
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
24411
|
+
"member": "string",
|
24412
|
+
"name": "RequestId",
|
24413
|
+
"type": "string"
|
24414
|
+
}
|
24415
|
+
],
|
24416
|
+
"type": "object"
|
24417
|
+
},
|
24418
|
+
"ModifyCdcNetPlaneAttributeRequest": {
|
24419
|
+
"document": "ModifyCdcNetPlaneAttribute请求参数结构体",
|
24420
|
+
"members": [],
|
24421
|
+
"type": "object"
|
24422
|
+
},
|
24423
|
+
"ModifyCdcNetPlaneAttributeResponse": {
|
24424
|
+
"document": "ModifyCdcNetPlaneAttribute返回参数结构体",
|
24425
|
+
"members": [
|
24426
|
+
{
|
24427
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
24428
|
+
"member": "string",
|
24429
|
+
"name": "RequestId",
|
24430
|
+
"type": "string"
|
24431
|
+
}
|
24432
|
+
],
|
24433
|
+
"type": "object"
|
24434
|
+
},
|
23489
24435
|
"ModifyCustomerGatewayAttributeRequest": {
|
23490
24436
|
"document": "ModifyCustomerGatewayAttribute请求参数结构体",
|
23491
24437
|
"members": [
|
@@ -23756,6 +24702,114 @@
|
|
23756
24702
|
],
|
23757
24703
|
"type": "object"
|
23758
24704
|
},
|
24705
|
+
"ModifyHighPriorityRouteAttributeRequest": {
|
24706
|
+
"document": "ModifyHighPriorityRouteAttribute请求参数结构体",
|
24707
|
+
"members": [
|
24708
|
+
{
|
24709
|
+
"disabled": false,
|
24710
|
+
"document": "高优路由表唯一 ID。",
|
24711
|
+
"example": "hprtb-18mot1fm",
|
24712
|
+
"member": "string",
|
24713
|
+
"name": "HighPriorityRouteTableId",
|
24714
|
+
"required": true,
|
24715
|
+
"type": "string"
|
24716
|
+
},
|
24717
|
+
{
|
24718
|
+
"disabled": false,
|
24719
|
+
"document": "高优路由表条目修改属性。",
|
24720
|
+
"example": "无",
|
24721
|
+
"member": "HighPriorityModifyItem",
|
24722
|
+
"name": "HighPriorityModifyItems",
|
24723
|
+
"required": true,
|
24724
|
+
"type": "list"
|
24725
|
+
}
|
24726
|
+
],
|
24727
|
+
"type": "object"
|
24728
|
+
},
|
24729
|
+
"ModifyHighPriorityRouteAttributeResponse": {
|
24730
|
+
"document": "ModifyHighPriorityRouteAttribute返回参数结构体",
|
24731
|
+
"members": [
|
24732
|
+
{
|
24733
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
24734
|
+
"member": "string",
|
24735
|
+
"name": "RequestId",
|
24736
|
+
"type": "string"
|
24737
|
+
}
|
24738
|
+
],
|
24739
|
+
"type": "object"
|
24740
|
+
},
|
24741
|
+
"ModifyHighPriorityRouteECMPAlgorithmRequest": {
|
24742
|
+
"document": "ModifyHighPriorityRouteECMPAlgorithm请求参数结构体",
|
24743
|
+
"members": [
|
24744
|
+
{
|
24745
|
+
"disabled": false,
|
24746
|
+
"document": "高优路由表实例唯一ID。",
|
24747
|
+
"example": "hprtb-18mot1fm",
|
24748
|
+
"member": "string",
|
24749
|
+
"name": "HighPriorityRouteTableId",
|
24750
|
+
"required": true,
|
24751
|
+
"type": "string"
|
24752
|
+
},
|
24753
|
+
{
|
24754
|
+
"disabled": false,
|
24755
|
+
"document": "高优路由表HASH策略。",
|
24756
|
+
"example": " ",
|
24757
|
+
"member": "RouteECMPAlgorithm",
|
24758
|
+
"name": "RouteECMPAlgorithms",
|
24759
|
+
"required": true,
|
24760
|
+
"type": "list"
|
24761
|
+
}
|
24762
|
+
],
|
24763
|
+
"type": "object"
|
24764
|
+
},
|
24765
|
+
"ModifyHighPriorityRouteECMPAlgorithmResponse": {
|
24766
|
+
"document": "ModifyHighPriorityRouteECMPAlgorithm返回参数结构体",
|
24767
|
+
"members": [
|
24768
|
+
{
|
24769
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
24770
|
+
"member": "string",
|
24771
|
+
"name": "RequestId",
|
24772
|
+
"type": "string"
|
24773
|
+
}
|
24774
|
+
],
|
24775
|
+
"type": "object"
|
24776
|
+
},
|
24777
|
+
"ModifyHighPriorityRouteTableAttributeRequest": {
|
24778
|
+
"document": "ModifyHighPriorityRouteTableAttribute请求参数结构体",
|
24779
|
+
"members": [
|
24780
|
+
{
|
24781
|
+
"disabled": false,
|
24782
|
+
"document": "高优路由表表唯一ID ",
|
24783
|
+
"example": "无",
|
24784
|
+
"member": "string",
|
24785
|
+
"name": "HighPriorityRouteTableId",
|
24786
|
+
"required": true,
|
24787
|
+
"type": "string"
|
24788
|
+
},
|
24789
|
+
{
|
24790
|
+
"disabled": false,
|
24791
|
+
"document": "高优路由表表名称",
|
24792
|
+
"example": "无",
|
24793
|
+
"member": "string",
|
24794
|
+
"name": "Name",
|
24795
|
+
"required": true,
|
24796
|
+
"type": "string"
|
24797
|
+
}
|
24798
|
+
],
|
24799
|
+
"type": "object"
|
24800
|
+
},
|
24801
|
+
"ModifyHighPriorityRouteTableAttributeResponse": {
|
24802
|
+
"document": "ModifyHighPriorityRouteTableAttribute返回参数结构体",
|
24803
|
+
"members": [
|
24804
|
+
{
|
24805
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
24806
|
+
"member": "string",
|
24807
|
+
"name": "RequestId",
|
24808
|
+
"type": "string"
|
24809
|
+
}
|
24810
|
+
],
|
24811
|
+
"type": "object"
|
24812
|
+
},
|
23759
24813
|
"ModifyIp6AddressesBandwidthRequest": {
|
23760
24814
|
"document": "ModifyIp6AddressesBandwidth请求参数结构体",
|
23761
24815
|
"members": [
|
@@ -28400,6 +29454,98 @@
|
|
28400
29454
|
],
|
28401
29455
|
"type": "object"
|
28402
29456
|
},
|
29457
|
+
"ReplaceHighPriorityRouteTableAssociationRequest": {
|
29458
|
+
"document": "ReplaceHighPriorityRouteTableAssociation请求参数结构体",
|
29459
|
+
"members": [
|
29460
|
+
{
|
29461
|
+
"disabled": false,
|
29462
|
+
"document": "高优路由表唯一 ID。",
|
29463
|
+
"example": "hprtb-18mot1fm",
|
29464
|
+
"member": "string",
|
29465
|
+
"name": "HighPriorityRouteTableId",
|
29466
|
+
"required": true,
|
29467
|
+
"type": "string"
|
29468
|
+
},
|
29469
|
+
{
|
29470
|
+
"disabled": false,
|
29471
|
+
"document": "子网唯一 ID",
|
29472
|
+
"example": "subnet-ie8choou",
|
29473
|
+
"member": "string",
|
29474
|
+
"name": "SubnetId",
|
29475
|
+
"required": true,
|
29476
|
+
"type": "string"
|
29477
|
+
}
|
29478
|
+
],
|
29479
|
+
"type": "object"
|
29480
|
+
},
|
29481
|
+
"ReplaceHighPriorityRouteTableAssociationResponse": {
|
29482
|
+
"document": "ReplaceHighPriorityRouteTableAssociation返回参数结构体",
|
29483
|
+
"members": [
|
29484
|
+
{
|
29485
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
29486
|
+
"member": "string",
|
29487
|
+
"name": "RequestId",
|
29488
|
+
"type": "string"
|
29489
|
+
}
|
29490
|
+
],
|
29491
|
+
"type": "object"
|
29492
|
+
},
|
29493
|
+
"ReplaceHighPriorityRoutesRequest": {
|
29494
|
+
"document": "ReplaceHighPriorityRoutes请求参数结构体",
|
29495
|
+
"members": [
|
29496
|
+
{
|
29497
|
+
"disabled": false,
|
29498
|
+
"document": "高优路由表唯一 ID。",
|
29499
|
+
"example": "hprtb-18mot1fm",
|
29500
|
+
"member": "string",
|
29501
|
+
"name": "HighPriorityRouteTableId",
|
29502
|
+
"required": true,
|
29503
|
+
"type": "string"
|
29504
|
+
},
|
29505
|
+
{
|
29506
|
+
"disabled": false,
|
29507
|
+
"document": "高优路由表条目信息。",
|
29508
|
+
"example": "无",
|
29509
|
+
"member": "HighPriorityRoute",
|
29510
|
+
"name": "HighPriorityRoutes",
|
29511
|
+
"required": true,
|
29512
|
+
"type": "list"
|
29513
|
+
}
|
29514
|
+
],
|
29515
|
+
"type": "object"
|
29516
|
+
},
|
29517
|
+
"ReplaceHighPriorityRoutesResponse": {
|
29518
|
+
"document": "ReplaceHighPriorityRoutes返回参数结构体",
|
29519
|
+
"members": [
|
29520
|
+
{
|
29521
|
+
"disabled": false,
|
29522
|
+
"document": "新的高优路由表条目列表。",
|
29523
|
+
"example": "无",
|
29524
|
+
"member": "HighPriorityRoute",
|
29525
|
+
"name": "NewHighPriorityRouteSet",
|
29526
|
+
"output_required": true,
|
29527
|
+
"type": "list",
|
29528
|
+
"value_allowed_null": false
|
29529
|
+
},
|
29530
|
+
{
|
29531
|
+
"disabled": false,
|
29532
|
+
"document": "旧的高优路由表条目列表。",
|
29533
|
+
"example": "无",
|
29534
|
+
"member": "HighPriorityRoute",
|
29535
|
+
"name": "OldHighPriorityRouteSet",
|
29536
|
+
"output_required": true,
|
29537
|
+
"type": "list",
|
29538
|
+
"value_allowed_null": false
|
29539
|
+
},
|
29540
|
+
{
|
29541
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
29542
|
+
"member": "string",
|
29543
|
+
"name": "RequestId",
|
29544
|
+
"type": "string"
|
29545
|
+
}
|
29546
|
+
],
|
29547
|
+
"type": "object"
|
29548
|
+
},
|
28403
29549
|
"ReplaceRouteTableAssociationRequest": {
|
28404
29550
|
"document": "ReplaceRouteTableAssociation请求参数结构体",
|
28405
29551
|
"members": [
|
@@ -28625,6 +29771,51 @@
|
|
28625
29771
|
],
|
28626
29772
|
"type": "object"
|
28627
29773
|
},
|
29774
|
+
"ResetHighPriorityRoutesRequest": {
|
29775
|
+
"document": "ResetHighPriorityRoutes请求参数结构体",
|
29776
|
+
"members": [
|
29777
|
+
{
|
29778
|
+
"disabled": false,
|
29779
|
+
"document": "高优路由表唯一 ID。",
|
29780
|
+
"example": "hprtb-18mot1fm",
|
29781
|
+
"member": "string",
|
29782
|
+
"name": "HighPriorityRouteTableId",
|
29783
|
+
"required": true,
|
29784
|
+
"type": "string"
|
29785
|
+
},
|
29786
|
+
{
|
29787
|
+
"disabled": false,
|
29788
|
+
"document": "高优路由表名称。",
|
29789
|
+
"example": " test_ivan_high_priority_rtb",
|
29790
|
+
"member": "string",
|
29791
|
+
"name": "Name",
|
29792
|
+
"required": true,
|
29793
|
+
"type": "string"
|
29794
|
+
},
|
29795
|
+
{
|
29796
|
+
"disabled": false,
|
29797
|
+
"document": "高优路由表条目信息。",
|
29798
|
+
"example": "无",
|
29799
|
+
"member": "HighPriorityRoute",
|
29800
|
+
"name": "HighPriorityRoutes",
|
29801
|
+
"required": true,
|
29802
|
+
"type": "list"
|
29803
|
+
}
|
29804
|
+
],
|
29805
|
+
"type": "object"
|
29806
|
+
},
|
29807
|
+
"ResetHighPriorityRoutesResponse": {
|
29808
|
+
"document": "ResetHighPriorityRoutes返回参数结构体",
|
29809
|
+
"members": [
|
29810
|
+
{
|
29811
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
29812
|
+
"member": "string",
|
29813
|
+
"name": "RequestId",
|
29814
|
+
"type": "string"
|
29815
|
+
}
|
29816
|
+
],
|
29817
|
+
"type": "object"
|
29818
|
+
},
|
28628
29819
|
"ResetNatGatewayConnectionRequest": {
|
28629
29820
|
"document": "ResetNatGatewayConnection请求参数结构体",
|
28630
29821
|
"members": [
|
@@ -29528,6 +30719,17 @@
|
|
29528
30719
|
"required": false,
|
29529
30720
|
"type": "string",
|
29530
30721
|
"value_allowed_null": false
|
30722
|
+
},
|
30723
|
+
{
|
30724
|
+
"disabled": false,
|
30725
|
+
"document": "CDC 集群唯一 ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
30726
|
+
"example": "cluster-d8htgb6k",
|
30727
|
+
"member": "string",
|
30728
|
+
"name": "CdcId",
|
30729
|
+
"output_required": false,
|
30730
|
+
"required": false,
|
30731
|
+
"type": "string",
|
30732
|
+
"value_allowed_null": true
|
29531
30733
|
}
|
29532
30734
|
],
|
29533
30735
|
"usage": "both"
|
@@ -29568,6 +30770,34 @@
|
|
29568
30770
|
],
|
29569
30771
|
"usage": "out"
|
29570
30772
|
},
|
30773
|
+
"RouteECMPAlgorithm": {
|
30774
|
+
"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。",
|
30775
|
+
"members": [
|
30776
|
+
{
|
30777
|
+
"disabled": false,
|
30778
|
+
"document": " 目标网段\n注意:此字段可能返回 null,表示取不到有效值。",
|
30779
|
+
"example": " ",
|
30780
|
+
"member": "string",
|
30781
|
+
"name": "DestinationCidrBlock",
|
30782
|
+
"output_required": false,
|
30783
|
+
"required": false,
|
30784
|
+
"type": "string",
|
30785
|
+
"value_allowed_null": true
|
30786
|
+
},
|
30787
|
+
{
|
30788
|
+
"disabled": false,
|
30789
|
+
"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。\n注意:此字段可能返回 null,表示取不到有效值。",
|
30790
|
+
"example": "无",
|
30791
|
+
"member": "string",
|
30792
|
+
"name": "SubnetRouteAlgorithm",
|
30793
|
+
"output_required": false,
|
30794
|
+
"required": false,
|
30795
|
+
"type": "string",
|
30796
|
+
"value_allowed_null": true
|
30797
|
+
}
|
30798
|
+
],
|
30799
|
+
"usage": "both"
|
30800
|
+
},
|
29571
30801
|
"RouteSelectionPolicy": {
|
29572
30802
|
"document": "路由表选择策略信息",
|
29573
30803
|
"members": [
|
@@ -31461,6 +32691,32 @@
|
|
31461
32691
|
],
|
31462
32692
|
"usage": "both"
|
31463
32693
|
},
|
32694
|
+
"Tags": {
|
32695
|
+
"document": "标签描述信息",
|
32696
|
+
"members": [
|
32697
|
+
{
|
32698
|
+
"disabled": false,
|
32699
|
+
"document": "标签键\n注意:此字段可能返回 null,表示取不到有效值。",
|
32700
|
+
"example": "test",
|
32701
|
+
"member": "string",
|
32702
|
+
"name": "Key",
|
32703
|
+
"required": false,
|
32704
|
+
"type": "string",
|
32705
|
+
"value_allowed_null": true
|
32706
|
+
},
|
32707
|
+
{
|
32708
|
+
"disabled": false,
|
32709
|
+
"document": "标签值\n注意:此字段可能返回 null,表示取不到有效值。",
|
32710
|
+
"example": "test",
|
32711
|
+
"member": "string",
|
32712
|
+
"name": "Value",
|
32713
|
+
"required": false,
|
32714
|
+
"type": "string",
|
32715
|
+
"value_allowed_null": true
|
32716
|
+
}
|
32717
|
+
],
|
32718
|
+
"usage": "both"
|
32719
|
+
},
|
31464
32720
|
"TemplateLimit": {
|
31465
32721
|
"document": "参数模板配额",
|
31466
32722
|
"members": [
|