tccli 3.0.1214.1__py2.py3-none-any.whl → 3.0.1216.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/configure.py +46 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +20 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bi/v20220105/api.json +32 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +304 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +222 -17
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +176 -18
- tccli/services/ccc/v20200210/examples.json +11 -3
- tccli/services/cdb/v20170320/api.json +22 -4
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cdwdoris/v20211228/api.json +23 -2
- tccli/services/cfs/v20190719/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +86 -52
- tccli/services/cfw/v20190904/examples.json +68 -56
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +215 -186
- tccli/services/cloudaudit/v20190319/examples.json +13 -13
- tccli/services/cls/v20201016/api.json +365 -66
- tccli/services/cls/v20201016/examples.json +9 -3
- tccli/services/csip/v20221121/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +42 -0
- tccli/services/cwp/v20180228/api.json +865 -809
- tccli/services/cwp/v20180228/examples.json +98 -110
- tccli/services/cynosdb/v20190107/api.json +77 -29
- tccli/services/cynosdb/v20190107/examples.json +22 -22
- tccli/services/dasb/v20191018/api.json +77 -0
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +521 -0
- tccli/services/es/v20180416/examples.json +32 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +155 -10
- tccli/services/ess/v20201111/examples.json +15 -1
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +244 -13
- tccli/services/essbasic/v20210526/examples.json +22 -0
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/hunyuan/v20230901/examples.json +6 -0
- tccli/services/iotexplorer/v20190423/api.json +40 -0
- tccli/services/iss/v20230517/api.json +19 -0
- tccli/services/live/v20180801/api.json +35 -9
- tccli/services/mongodb/v20190725/api.json +6 -8
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +451 -0
- tccli/services/organization/v20210331/examples.json +48 -0
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +44 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +554 -0
- tccli/services/scf/v20180416/examples.json +46 -0
- tccli/services/ssl/v20191205/api.json +34 -5
- tccli/services/tat/v20201028/api.json +27 -25
- tccli/services/tat/v20201028/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +256 -14
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +64 -63
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +144 -103
- tccli/services/tem/v20210701/examples.json +27 -27
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1023 -146
- tccli/services/teo/v20220901/examples.json +71 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +43 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/trtc/v20190722/api.json +221 -22
- tccli/services/vpc/v20170312/api.json +111 -34
- tccli/services/vpc/v20170312/examples.json +11 -3
- tccli/services/vpc/vpc_client.py +107 -54
- tccli/services/waf/v20180125/api.json +61 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +686 -0
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +108 -112
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -1939,6 +1939,13 @@
|
|
1939
1939
|
"output": "ModifyAddressesBandwidthResponse",
|
1940
1940
|
"status": "online"
|
1941
1941
|
},
|
1942
|
+
"ModifyAddressesRenewFlag": {
|
1943
|
+
"document": "调整EIP续费标识",
|
1944
|
+
"input": "ModifyAddressesRenewFlagRequest",
|
1945
|
+
"name": "调整包月IP续费标识",
|
1946
|
+
"output": "ModifyAddressesRenewFlagResponse",
|
1947
|
+
"status": "online"
|
1948
|
+
},
|
1942
1949
|
"ModifyAssistantCidr": {
|
1943
1950
|
"document": "本接口(ModifyAssistantCidr)用于批量修改辅助CIDR,支持新增和删除。",
|
1944
1951
|
"input": "ModifyAssistantCidrRequest",
|
@@ -11319,6 +11326,15 @@
|
|
11319
11326
|
"name": "RouteIds",
|
11320
11327
|
"required": true,
|
11321
11328
|
"type": "list"
|
11329
|
+
},
|
11330
|
+
{
|
11331
|
+
"disabled": false,
|
11332
|
+
"document": "地址类型,支持:IPv4、IPv6。默认IPv4。",
|
11333
|
+
"example": "IPv4",
|
11334
|
+
"member": "string",
|
11335
|
+
"name": "AddressType",
|
11336
|
+
"required": false,
|
11337
|
+
"type": "string"
|
11322
11338
|
}
|
11323
11339
|
],
|
11324
11340
|
"type": "object"
|
@@ -14353,6 +14369,15 @@
|
|
14353
14369
|
"required": false,
|
14354
14370
|
"type": "string"
|
14355
14371
|
},
|
14372
|
+
{
|
14373
|
+
"disabled": false,
|
14374
|
+
"document": "地址类型,支持:IPv4、IPv6。默认IPv4。",
|
14375
|
+
"example": "IPv4",
|
14376
|
+
"member": "string",
|
14377
|
+
"name": "AddressType",
|
14378
|
+
"required": false,
|
14379
|
+
"type": "string"
|
14380
|
+
},
|
14356
14381
|
{
|
14357
14382
|
"disabled": false,
|
14358
14383
|
"document": "偏移量。",
|
@@ -14383,7 +14408,7 @@
|
|
14383
14408
|
"example": "2",
|
14384
14409
|
"member": "uint64",
|
14385
14410
|
"name": "TotalCount",
|
14386
|
-
"
|
14411
|
+
"output_required": true,
|
14387
14412
|
"type": "int",
|
14388
14413
|
"value_allowed_null": false
|
14389
14414
|
},
|
@@ -14393,7 +14418,7 @@
|
|
14393
14418
|
"example": "无",
|
14394
14419
|
"member": "DirectConnectGatewayCcnRoute",
|
14395
14420
|
"name": "RouteSet",
|
14396
|
-
"
|
14421
|
+
"output_required": true,
|
14397
14422
|
"type": "list",
|
14398
14423
|
"value_allowed_null": false
|
14399
14424
|
},
|
@@ -16990,7 +17015,7 @@
|
|
16990
17015
|
"members": [
|
16991
17016
|
{
|
16992
17017
|
"disabled": false,
|
16993
|
-
"document": "
|
17018
|
+
"document": "<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>",
|
16994
17019
|
"example": "无",
|
16995
17020
|
"member": "Filter",
|
16996
17021
|
"name": "Filters",
|
@@ -17027,6 +17052,7 @@
|
|
17027
17052
|
"example": "无",
|
17028
17053
|
"member": "Route",
|
17029
17054
|
"name": "RouteSet",
|
17055
|
+
"output_required": true,
|
17030
17056
|
"type": "list",
|
17031
17057
|
"value_allowed_null": false
|
17032
17058
|
},
|
@@ -17036,6 +17062,7 @@
|
|
17036
17062
|
"example": "1",
|
17037
17063
|
"member": "uint64",
|
17038
17064
|
"name": "TotalCount",
|
17065
|
+
"output_required": true,
|
17039
17066
|
"type": "int",
|
17040
17067
|
"value_allowed_null": false
|
17041
17068
|
},
|
@@ -20156,7 +20183,8 @@
|
|
20156
20183
|
"example": "dcr-xxxxxxx",
|
20157
20184
|
"member": "string",
|
20158
20185
|
"name": "RouteId",
|
20159
|
-
"
|
20186
|
+
"output_required": true,
|
20187
|
+
"required": false,
|
20160
20188
|
"type": "string",
|
20161
20189
|
"value_allowed_null": false
|
20162
20190
|
},
|
@@ -20166,7 +20194,8 @@
|
|
20166
20194
|
"example": "192.168.1.0/24",
|
20167
20195
|
"member": "string",
|
20168
20196
|
"name": "DestinationCidrBlock",
|
20169
|
-
"
|
20197
|
+
"output_required": true,
|
20198
|
+
"required": false,
|
20170
20199
|
"type": "string",
|
20171
20200
|
"value_allowed_null": false
|
20172
20201
|
},
|
@@ -20176,7 +20205,8 @@
|
|
20176
20205
|
"example": "['2342', '342']",
|
20177
20206
|
"member": "string",
|
20178
20207
|
"name": "ASPath",
|
20179
|
-
"
|
20208
|
+
"output_required": true,
|
20209
|
+
"required": false,
|
20180
20210
|
"type": "list",
|
20181
20211
|
"value_allowed_null": false
|
20182
20212
|
},
|
@@ -20186,7 +20216,8 @@
|
|
20186
20216
|
"example": "备注",
|
20187
20217
|
"member": "string",
|
20188
20218
|
"name": "Description",
|
20189
|
-
"
|
20219
|
+
"output_required": true,
|
20220
|
+
"required": false,
|
20190
20221
|
"type": "string",
|
20191
20222
|
"value_allowed_null": false
|
20192
20223
|
},
|
@@ -20196,12 +20227,13 @@
|
|
20196
20227
|
"example": "2021-01-01 00:00:00",
|
20197
20228
|
"member": "string",
|
20198
20229
|
"name": "UpdateTime",
|
20199
|
-
"
|
20230
|
+
"output_required": true,
|
20231
|
+
"required": false,
|
20200
20232
|
"type": "string",
|
20201
20233
|
"value_allowed_null": false
|
20202
20234
|
}
|
20203
20235
|
],
|
20204
|
-
"usage": "
|
20236
|
+
"usage": "both"
|
20205
20237
|
},
|
20206
20238
|
"DirectConnectSubnet": {
|
20207
20239
|
"document": "IDC子网信息",
|
@@ -24163,6 +24195,42 @@
|
|
24163
24195
|
],
|
24164
24196
|
"type": "object"
|
24165
24197
|
},
|
24198
|
+
"ModifyAddressesRenewFlagRequest": {
|
24199
|
+
"document": "ModifyAddressesRenewFlag请求参数结构体",
|
24200
|
+
"members": [
|
24201
|
+
{
|
24202
|
+
"disabled": false,
|
24203
|
+
"document": "EIP唯一标识ID列表,形如'eip-xxxx'",
|
24204
|
+
"example": "[\"eip-alfxy9c8\"]",
|
24205
|
+
"member": "string",
|
24206
|
+
"name": "AddressIds",
|
24207
|
+
"required": true,
|
24208
|
+
"type": "list"
|
24209
|
+
},
|
24210
|
+
{
|
24211
|
+
"disabled": false,
|
24212
|
+
"document": "自动续费标识。取值范围: NOTIFY_AND_AUTO_RENEW:通知过期且自动续费 NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费 DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费 若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。 示例值:NOTIFY_AND_AUTO_RENEW",
|
24213
|
+
"example": "NOTIFY_AND_AUTO_RENEW",
|
24214
|
+
"member": "string",
|
24215
|
+
"name": "RenewFlag",
|
24216
|
+
"required": true,
|
24217
|
+
"type": "string"
|
24218
|
+
}
|
24219
|
+
],
|
24220
|
+
"type": "object"
|
24221
|
+
},
|
24222
|
+
"ModifyAddressesRenewFlagResponse": {
|
24223
|
+
"document": "ModifyAddressesRenewFlag返回参数结构体",
|
24224
|
+
"members": [
|
24225
|
+
{
|
24226
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
24227
|
+
"member": "string",
|
24228
|
+
"name": "RequestId",
|
24229
|
+
"type": "string"
|
24230
|
+
}
|
24231
|
+
],
|
24232
|
+
"type": "object"
|
24233
|
+
},
|
24166
24234
|
"ModifyAssistantCidrRequest": {
|
24167
24235
|
"document": "ModifyAssistantCidr请求参数结构体",
|
24168
24236
|
"members": [
|
@@ -25502,7 +25570,7 @@
|
|
25502
25570
|
"example": "无",
|
25503
25571
|
"member": "string",
|
25504
25572
|
"name": "QosLevel",
|
25505
|
-
"required":
|
25573
|
+
"required": false,
|
25506
25574
|
"type": "string"
|
25507
25575
|
},
|
25508
25576
|
{
|
@@ -27239,90 +27307,90 @@
|
|
27239
27307
|
{
|
27240
27308
|
"disabled": false,
|
27241
27309
|
"document": "网络协议,可选值:`TCP`、`UDP`。",
|
27242
|
-
"example": "",
|
27310
|
+
"example": "TCP",
|
27243
27311
|
"member": "string",
|
27244
27312
|
"name": "IpProtocol",
|
27245
|
-
"
|
27313
|
+
"output_required": true,
|
27246
27314
|
"type": "string",
|
27247
27315
|
"value_allowed_null": false
|
27248
27316
|
},
|
27249
27317
|
{
|
27250
27318
|
"disabled": false,
|
27251
|
-
"document": "
|
27252
|
-
"example": "",
|
27319
|
+
"document": "弹性公网IP。",
|
27320
|
+
"example": "123.123.123.123",
|
27253
27321
|
"member": "string",
|
27254
27322
|
"name": "PublicIpAddress",
|
27255
|
-
"
|
27323
|
+
"output_required": true,
|
27256
27324
|
"type": "string",
|
27257
27325
|
"value_allowed_null": false
|
27258
27326
|
},
|
27259
27327
|
{
|
27260
27328
|
"disabled": false,
|
27261
27329
|
"document": "公网端口。",
|
27262
|
-
"example": "",
|
27330
|
+
"example": "443",
|
27263
27331
|
"member": "uint64",
|
27264
27332
|
"name": "PublicPort",
|
27265
|
-
"
|
27333
|
+
"output_required": true,
|
27266
27334
|
"type": "int",
|
27267
27335
|
"value_allowed_null": false
|
27268
27336
|
},
|
27269
27337
|
{
|
27270
27338
|
"disabled": false,
|
27271
27339
|
"document": "内网地址。",
|
27272
|
-
"example": "",
|
27340
|
+
"example": "192.168.1.2",
|
27273
27341
|
"member": "string",
|
27274
27342
|
"name": "PrivateIpAddress",
|
27275
|
-
"
|
27343
|
+
"output_required": true,
|
27276
27344
|
"type": "string",
|
27277
27345
|
"value_allowed_null": false
|
27278
27346
|
},
|
27279
27347
|
{
|
27280
27348
|
"disabled": false,
|
27281
27349
|
"document": "内网端口。",
|
27282
|
-
"example": "",
|
27350
|
+
"example": "443",
|
27283
27351
|
"member": "uint64",
|
27284
27352
|
"name": "PrivatePort",
|
27285
|
-
"
|
27353
|
+
"output_required": true,
|
27286
27354
|
"type": "int",
|
27287
27355
|
"value_allowed_null": false
|
27288
27356
|
},
|
27289
27357
|
{
|
27290
27358
|
"disabled": false,
|
27291
27359
|
"document": "NAT网关转发规则描述。",
|
27292
|
-
"example": "",
|
27360
|
+
"example": "端口转发样例",
|
27293
27361
|
"member": "string",
|
27294
27362
|
"name": "Description",
|
27295
|
-
"
|
27363
|
+
"output_required": true,
|
27296
27364
|
"type": "string",
|
27297
27365
|
"value_allowed_null": false
|
27298
27366
|
},
|
27299
27367
|
{
|
27300
27368
|
"disabled": false,
|
27301
27369
|
"document": "NAT网关的ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27302
|
-
"example": "",
|
27370
|
+
"example": "nat-3isn9hr0",
|
27303
27371
|
"member": "string",
|
27304
27372
|
"name": "NatGatewayId",
|
27305
|
-
"
|
27373
|
+
"output_required": true,
|
27306
27374
|
"type": "string",
|
27307
27375
|
"value_allowed_null": true
|
27308
27376
|
},
|
27309
27377
|
{
|
27310
27378
|
"disabled": false,
|
27311
27379
|
"document": "私有网络VPC的ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27312
|
-
"example": "",
|
27380
|
+
"example": "vpc-abcdefgh\t",
|
27313
27381
|
"member": "string",
|
27314
27382
|
"name": "VpcId",
|
27315
|
-
"
|
27383
|
+
"output_required": true,
|
27316
27384
|
"type": "string",
|
27317
27385
|
"value_allowed_null": true
|
27318
27386
|
},
|
27319
27387
|
{
|
27320
27388
|
"disabled": false,
|
27321
27389
|
"document": "NAT网关转发规则创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27322
|
-
"example": "",
|
27390
|
+
"example": "\"2021-05-24 19:28:31\"",
|
27323
27391
|
"member": "string",
|
27324
27392
|
"name": "CreatedTime",
|
27325
|
-
"
|
27393
|
+
"output_required": true,
|
27326
27394
|
"type": "string",
|
27327
27395
|
"value_allowed_null": true
|
27328
27396
|
}
|
@@ -29451,7 +29519,7 @@
|
|
29451
29519
|
{
|
29452
29520
|
"disabled": false,
|
29453
29521
|
"document": "专线网关ID,形如:dcg-prpqlmg1",
|
29454
|
-
"example": "",
|
29522
|
+
"example": "dcg-xxxxxxxx",
|
29455
29523
|
"member": "string",
|
29456
29524
|
"name": "DirectConnectGatewayId",
|
29457
29525
|
"required": true,
|
@@ -29460,11 +29528,20 @@
|
|
29460
29528
|
{
|
29461
29529
|
"disabled": false,
|
29462
29530
|
"document": "需要连通的IDC网段列表",
|
29463
|
-
"example": "",
|
29531
|
+
"example": "[]",
|
29464
29532
|
"member": "DirectConnectGatewayCcnRoute",
|
29465
29533
|
"name": "Routes",
|
29466
29534
|
"required": true,
|
29467
29535
|
"type": "list"
|
29536
|
+
},
|
29537
|
+
{
|
29538
|
+
"disabled": false,
|
29539
|
+
"document": "地址类型,支持:IPv4、IPv6。默认IPv4。",
|
29540
|
+
"example": "IPv4",
|
29541
|
+
"member": "string",
|
29542
|
+
"name": "AddressType",
|
29543
|
+
"required": false,
|
29544
|
+
"type": "string"
|
29468
29545
|
}
|
29469
29546
|
],
|
29470
29547
|
"type": "object"
|
@@ -31348,7 +31425,7 @@
|
|
31348
31425
|
},
|
31349
31426
|
{
|
31350
31427
|
"disabled": false,
|
31351
|
-
"document": "网段或IP(互斥),特殊说明:0.0.0.0/n 都会映射为0.0.0.0/0
|
31428
|
+
"document": "网段或IP(互斥),特殊说明:0.0.0.0/n 都会映射为0.0.0.0/0。作为入参时,可使用字符串`MY_PUBLIC_IP`指代发起请求的公网IP地址。\n注意:此字段可能返回 null,表示取不到有效值。",
|
31352
31429
|
"example": "0.0.0.0/16",
|
31353
31430
|
"member": "string",
|
31354
31431
|
"name": "CidrBlock",
|
@@ -31359,7 +31436,7 @@
|
|
31359
31436
|
},
|
31360
31437
|
{
|
31361
31438
|
"disabled": false,
|
31362
|
-
"document": "网段或IPv6(互斥)
|
31439
|
+
"document": "网段或IPv6(互斥)。作为入参时,可使用字符串`MY_PUBLIC_IP`指代发起请求的公网IPv6地址。\n注意:此字段可能返回 null,表示取不到有效值。",
|
31363
31440
|
"example": "::/0",
|
31364
31441
|
"member": "string",
|
31365
31442
|
"name": "Ipv6CidrBlock",
|
@@ -31403,7 +31480,7 @@
|
|
31403
31480
|
},
|
31404
31481
|
{
|
31405
31482
|
"disabled": false,
|
31406
|
-
"document": "
|
31483
|
+
"document": "安全组规则描述。作为入参时,当未传递该参数或值为空,且参数CidrBlock或Ipv6CidrBlock值为MY_PUBLIC_IP时,该参数的值将会被自动填充为Replaced-From-MY_PUBLIC_IP。\n注意:此字段可能返回 null,表示取不到有效值。",
|
31407
31484
|
"example": "Desc",
|
31408
31485
|
"member": "string",
|
31409
31486
|
"name": "PolicyDescription",
|
@@ -1470,7 +1470,7 @@
|
|
1470
1470
|
{
|
1471
1471
|
"document": "",
|
1472
1472
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGatewayCcnRoutes\n&DirectConnectGatewayId=dcg-prpqlmg1\n&<公共请求参数>",
|
1473
|
-
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": \"ccnr-bvipc87w\",\n \"DestinationCidrBlock\": \"10.33.0.0/24\",\n \"UpdateTime\": \"
|
1473
|
+
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": \"ccnr-bvipc87w\",\n \"DestinationCidrBlock\": \"10.33.0.0/24\",\n \"UpdateTime\": \"2024-01-01 10:18:12\",\n \"Description\": \"描述内容\",\n \"ASPath\": [\n \"1000\",\n \"2000\",\n \"3000\"\n ]\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
1474
1474
|
"title": "查询专线网关云联网路由"
|
1475
1475
|
}
|
1476
1476
|
],
|
@@ -1850,7 +1850,7 @@
|
|
1850
1850
|
{
|
1851
1851
|
"document": "查询路由列表",
|
1852
1852
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeRoutes\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
1853
|
-
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": 14915,\n \"RouteType\": \"USER\",\n \"DestinationCidrBlock\": \"172.16.0.0/28\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.25\",\n \"Enabled\": true,\n \"RouteDescription\": \"\",\n \"CreatedTime\": \"2020-01-01 10:00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1853
|
+
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": 14915,\n \"RouteType\": \"USER\",\n \"DestinationCidrBlock\": \"172.16.0.0/28\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.25\",\n \"Enabled\": true,\n \"PublishedToVbc\": true,\n \"RouteTableId\": \"rtb-123456\",\n \"RouteItemId\": \"abc\",\n \"RouteDescription\": \"\",\n \"CreatedTime\": \"2020-01-01 10:00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1854
1854
|
"title": "查询路由列表"
|
1855
1855
|
}
|
1856
1856
|
],
|
@@ -2540,6 +2540,14 @@
|
|
2540
2540
|
"title": "调整后付费带宽"
|
2541
2541
|
}
|
2542
2542
|
],
|
2543
|
+
"ModifyAddressesRenewFlag": [
|
2544
|
+
{
|
2545
|
+
"document": "",
|
2546
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyAddressesRenewFlag\n&AddressIds.0=eip-cpfph9t4\n&RenewFlag=NOTIFY_AND_MANUAL_RENEW\n&<公共请求参数>",
|
2547
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c89a8c84-6943-45ad-9342-36f599d77754\"\n }\n}",
|
2548
|
+
"title": "调整EIP续费标识"
|
2549
|
+
}
|
2550
|
+
],
|
2543
2551
|
"ModifyAssistantCidr": [
|
2544
2552
|
{
|
2545
2553
|
"document": "添加辅助CIDR:172.16.1.0/24。",
|
@@ -3147,7 +3155,7 @@
|
|
3147
3155
|
"ReplaceDirectConnectGatewayCcnRoutes": [
|
3148
3156
|
{
|
3149
3157
|
"document": "",
|
3150
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=ReplaceDirectConnectGatewayCcnRoutes\
|
3158
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ReplaceDirectConnectGatewayCcnRoutes\n&DirectConnectGatewayId=dcg-prpqlmg1\n&Routes.0.RouteId=dcr-bvipc87w\n&Routes.0.DestinationCidrBlock=10.2.2.0/24\n&<公共请求参数>",
|
3151
3159
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
3152
3160
|
"title": "替换专线网关云联网路由"
|
3153
3161
|
}
|