tccli 3.0.1208.1__py2.py3-none-any.whl → 3.0.1210.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/batch/v20170312/api.json +20 -2
- tccli/services/bma/v20221115/api.json +26 -1
- tccli/services/bma/v20221115/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +38 -30
- tccli/services/cam/v20190116/examples.json +2 -2
- tccli/services/ccc/v20200210/api.json +28 -1
- tccli/services/cdwdoris/v20211228/api.json +20 -1
- tccli/services/cfg/v20210820/api.json +21 -1
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +497 -11
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/cynosdb/v20190107/api.json +30 -9
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dasb/v20191018/api.json +19 -10
- tccli/services/dasb/v20191018/examples.json +1 -1
- tccli/services/dc/dc_client.py +126 -73
- tccli/services/dc/v20180410/api.json +300 -0
- tccli/services/dc/v20180410/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +3 -1
- tccli/services/emr/emr_client.py +238 -26
- tccli/services/emr/v20190103/api.json +1012 -116
- tccli/services/emr/v20190103/examples.json +32 -0
- tccli/services/es/v20180416/api.json +144 -2
- tccli/services/ess/v20201111/api.json +4 -4
- tccli/services/ess/v20201111/examples.json +10 -10
- tccli/services/essbasic/v20210526/api.json +15 -6
- tccli/services/faceid/v20180301/api.json +10 -0
- tccli/services/gwlb/__init__.py +4 -0
- tccli/services/gwlb/gwlb_client.py +1096 -0
- tccli/services/gwlb/v20240906/api.json +1807 -0
- tccli/services/gwlb/v20240906/examples.json +155 -0
- tccli/services/hunyuan/v20230901/api.json +85 -9
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iss/v20230517/api.json +62 -14
- tccli/services/iss/v20230517/examples.json +19 -13
- tccli/services/oceanus/v20190422/api.json +4 -4
- tccli/services/privatedns/privatedns_client.py +57 -4
- tccli/services/privatedns/v20201028/api.json +101 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/sms/v20210111/api.json +3 -3
- tccli/services/sms/v20210111/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +32 -11
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +11 -10
- tccli/services/sts/v20180813/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +136 -19
- tccli/services/teo/v20220901/api.json +23 -23
- tccli/services/teo/v20220901/examples.json +4 -58
- tccli/services/tke/tke_client.py +118 -12
- tccli/services/tke/v20180525/api.json +154 -2
- tccli/services/tke/v20180525/examples.json +16 -0
- tccli/services/vclm/v20240523/api.json +9 -0
- tccli/services/vpc/v20170312/api.json +59 -43
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +9 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/RECORD +63 -59
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/license_files/LICENSE +0 -0
@@ -511,6 +511,13 @@
|
|
511
511
|
"output": "DescribeBackupStorageLocationsResponse",
|
512
512
|
"status": "online"
|
513
513
|
},
|
514
|
+
"DescribeBatchModifyTagsStatus": {
|
515
|
+
"document": "查询批量修改标签状态",
|
516
|
+
"input": "DescribeBatchModifyTagsStatusRequest",
|
517
|
+
"name": "查询批量修改标签状态",
|
518
|
+
"output": "DescribeBatchModifyTagsStatusResponse",
|
519
|
+
"status": "online"
|
520
|
+
},
|
514
521
|
"DescribeClusterAsGroupOption": {
|
515
522
|
"document": "集群弹性伸缩配置",
|
516
523
|
"input": "DescribeClusterAsGroupOptionRequest",
|
@@ -1323,6 +1330,13 @@
|
|
1323
1330
|
"output": "ModifyClusterRuntimeConfigResponse",
|
1324
1331
|
"status": "online"
|
1325
1332
|
},
|
1333
|
+
"ModifyClusterTags": {
|
1334
|
+
"document": "修改集群标签",
|
1335
|
+
"input": "ModifyClusterTagsRequest",
|
1336
|
+
"name": "修改集群标签",
|
1337
|
+
"output": "ModifyClusterTagsResponse",
|
1338
|
+
"status": "online"
|
1339
|
+
},
|
1326
1340
|
"ModifyClusterVirtualNodePool": {
|
1327
1341
|
"document": "修改超级节点池",
|
1328
1342
|
"input": "ModifyClusterVirtualNodePoolRequest",
|
@@ -8489,6 +8503,63 @@
|
|
8489
8503
|
],
|
8490
8504
|
"type": "object"
|
8491
8505
|
},
|
8506
|
+
"DescribeBatchModifyTagsStatusRequest": {
|
8507
|
+
"document": "DescribeBatchModifyTagsStatus请求参数结构体",
|
8508
|
+
"members": [],
|
8509
|
+
"type": "object"
|
8510
|
+
},
|
8511
|
+
"DescribeBatchModifyTagsStatusResponse": {
|
8512
|
+
"document": "DescribeBatchModifyTagsStatus返回参数结构体",
|
8513
|
+
"members": [
|
8514
|
+
{
|
8515
|
+
"disabled": false,
|
8516
|
+
"document": "失败资源列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
8517
|
+
"example": "[]",
|
8518
|
+
"member": "FailedResource",
|
8519
|
+
"name": "FailedResources",
|
8520
|
+
"output_required": true,
|
8521
|
+
"type": "list",
|
8522
|
+
"value_allowed_null": true
|
8523
|
+
},
|
8524
|
+
{
|
8525
|
+
"disabled": false,
|
8526
|
+
"document": "任务状态:\n- running 运行中\n- failed 失败\n- done 成功\n注意:此字段可能返回 null,表示取不到有效值。",
|
8527
|
+
"example": "running",
|
8528
|
+
"member": "string",
|
8529
|
+
"name": "Status",
|
8530
|
+
"output_required": true,
|
8531
|
+
"type": "string",
|
8532
|
+
"value_allowed_null": true
|
8533
|
+
},
|
8534
|
+
{
|
8535
|
+
"disabled": false,
|
8536
|
+
"document": "是否同步集群内子资源标签",
|
8537
|
+
"example": "false",
|
8538
|
+
"member": "bool",
|
8539
|
+
"name": "SyncSubresource",
|
8540
|
+
"output_required": false,
|
8541
|
+
"type": "bool",
|
8542
|
+
"value_allowed_null": false
|
8543
|
+
},
|
8544
|
+
{
|
8545
|
+
"disabled": false,
|
8546
|
+
"document": "集群标签",
|
8547
|
+
"example": "[]",
|
8548
|
+
"member": "Tag",
|
8549
|
+
"name": "Tags",
|
8550
|
+
"output_required": false,
|
8551
|
+
"type": "list",
|
8552
|
+
"value_allowed_null": false
|
8553
|
+
},
|
8554
|
+
{
|
8555
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8556
|
+
"member": "string",
|
8557
|
+
"name": "RequestId",
|
8558
|
+
"type": "string"
|
8559
|
+
}
|
8560
|
+
],
|
8561
|
+
"type": "object"
|
8562
|
+
},
|
8492
8563
|
"DescribeClusterAsGroupOptionRequest": {
|
8493
8564
|
"document": "DescribeClusterAsGroupOption请求参数结构体",
|
8494
8565
|
"members": [
|
@@ -16191,6 +16262,32 @@
|
|
16191
16262
|
],
|
16192
16263
|
"usage": "in"
|
16193
16264
|
},
|
16265
|
+
"FailedResource": {
|
16266
|
+
"document": "修改标签失败的资源",
|
16267
|
+
"members": [
|
16268
|
+
{
|
16269
|
+
"disabled": false,
|
16270
|
+
"document": "资源六段式\n注意:此字段可能返回 null,表示取不到有效值。",
|
16271
|
+
"example": "qcs::tke:${region}:uin/${uin}:cluster/${ClusterId}",
|
16272
|
+
"member": "string",
|
16273
|
+
"name": "Resource",
|
16274
|
+
"output_required": true,
|
16275
|
+
"type": "string",
|
16276
|
+
"value_allowed_null": true
|
16277
|
+
},
|
16278
|
+
{
|
16279
|
+
"disabled": false,
|
16280
|
+
"document": "执行失败的原因\n注意:此字段可能返回 null,表示取不到有效值。",
|
16281
|
+
"example": "无",
|
16282
|
+
"member": "string",
|
16283
|
+
"name": "Error",
|
16284
|
+
"output_required": true,
|
16285
|
+
"type": "string",
|
16286
|
+
"value_allowed_null": true
|
16287
|
+
}
|
16288
|
+
],
|
16289
|
+
"usage": "out"
|
16290
|
+
},
|
16194
16291
|
"Filter": {
|
16195
16292
|
"document": "过滤器",
|
16196
16293
|
"members": [
|
@@ -18938,6 +19035,61 @@
|
|
18938
19035
|
],
|
18939
19036
|
"type": "object"
|
18940
19037
|
},
|
19038
|
+
"ModifyClusterTagsRequest": {
|
19039
|
+
"document": "ModifyClusterTags请求参数结构体",
|
19040
|
+
"members": [
|
19041
|
+
{
|
19042
|
+
"disabled": false,
|
19043
|
+
"document": "集群ID",
|
19044
|
+
"example": "cls-0gudq56e",
|
19045
|
+
"member": "string",
|
19046
|
+
"name": "ClusterId",
|
19047
|
+
"required": true,
|
19048
|
+
"type": "string"
|
19049
|
+
},
|
19050
|
+
{
|
19051
|
+
"disabled": false,
|
19052
|
+
"document": "集群标签",
|
19053
|
+
"example": "[]",
|
19054
|
+
"member": "Tag",
|
19055
|
+
"name": "Tags",
|
19056
|
+
"required": false,
|
19057
|
+
"type": "list"
|
19058
|
+
},
|
19059
|
+
{
|
19060
|
+
"disabled": false,
|
19061
|
+
"document": "是否同步集群内子资源标签",
|
19062
|
+
"example": "false",
|
19063
|
+
"member": "bool",
|
19064
|
+
"name": "SyncSubresource",
|
19065
|
+
"required": false,
|
19066
|
+
"type": "bool"
|
19067
|
+
}
|
19068
|
+
],
|
19069
|
+
"type": "object"
|
19070
|
+
},
|
19071
|
+
"ModifyClusterTagsResponse": {
|
19072
|
+
"document": "ModifyClusterTags返回参数结构体",
|
19073
|
+
"members": [
|
19074
|
+
{
|
19075
|
+
"disabled": false,
|
19076
|
+
"document": "集群标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
19077
|
+
"example": "[]",
|
19078
|
+
"member": "Tag",
|
19079
|
+
"name": "Tags",
|
19080
|
+
"output_required": true,
|
19081
|
+
"type": "list",
|
19082
|
+
"value_allowed_null": true
|
19083
|
+
},
|
19084
|
+
{
|
19085
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
19086
|
+
"member": "string",
|
19087
|
+
"name": "RequestId",
|
19088
|
+
"type": "string"
|
19089
|
+
}
|
19090
|
+
],
|
19091
|
+
"type": "object"
|
19092
|
+
},
|
18941
19093
|
"ModifyClusterVirtualNodePoolRequest": {
|
18942
19094
|
"document": "ModifyClusterVirtualNodePool请求参数结构体",
|
18943
19095
|
"members": [
|
@@ -20121,7 +20273,7 @@
|
|
20121
20273
|
},
|
20122
20274
|
{
|
20123
20275
|
"disabled": false,
|
20124
|
-
"document": "
|
20276
|
+
"document": "策略模板类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
20125
20277
|
"example": "BlockCrdDeletion",
|
20126
20278
|
"member": "string",
|
20127
20279
|
"name": "Kind",
|
@@ -20185,7 +20337,7 @@
|
|
20185
20337
|
},
|
20186
20338
|
{
|
20187
20339
|
"disabled": false,
|
20188
|
-
"document": "
|
20340
|
+
"document": "策略模板类型",
|
20189
20341
|
"example": "BlockCrdDeletion",
|
20190
20342
|
"member": "string",
|
20191
20343
|
"name": "Kind",
|
@@ -620,6 +620,14 @@
|
|
620
620
|
"title": "查询备份仓库"
|
621
621
|
}
|
622
622
|
],
|
623
|
+
"DescribeBatchModifyTagsStatus": [
|
624
|
+
{
|
625
|
+
"document": "查询批量修改标签状态",
|
626
|
+
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatchModifyTagsStatus\n<公共请求参数>\n\n{}",
|
627
|
+
"output": "{\n \"Response\": {\n \"FailedResources\": [\n {\n \"Resource\": \"qcs::ccs:ap-guangzhou:uin/3356535506:cluster/cls-q505raey\",\n \"Error\": \"err\"\n }\n ],\n \"Status\": \"failed\",\n \"SyncSubresource\": true,\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"RequestId\": \"33483fde-efec-4d3c-8ff6-340d9dbc2d01\"\n }\n}",
|
628
|
+
"title": "查询批量修改标签状态"
|
629
|
+
}
|
630
|
+
],
|
623
631
|
"DescribeClusterAsGroupOption": [
|
624
632
|
{
|
625
633
|
"document": "集群弹性伸缩配置",
|
@@ -1638,6 +1646,14 @@
|
|
1638
1646
|
"title": "修改集群运行时配置"
|
1639
1647
|
}
|
1640
1648
|
],
|
1649
|
+
"ModifyClusterTags": [
|
1650
|
+
{
|
1651
|
+
"document": "修改集群标签",
|
1652
|
+
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyClusterTags\n<公共请求参数>\n\n{\n \"ClusterId\": \"cls-0gudq56e\",\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"SyncSubresource\": true\n}",
|
1653
|
+
"output": "{\n \"Response\": {\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"RequestId\": \"33483fde-efec-4d3c-8ff6-340d9dbc2d01\"\n }\n}",
|
1654
|
+
"title": "修改集群标签"
|
1655
|
+
}
|
1656
|
+
],
|
1641
1657
|
"ModifyClusterVirtualNodePool": [
|
1642
1658
|
{
|
1643
1659
|
"document": "修改超级节点池",
|
@@ -795,6 +795,15 @@
|
|
795
795
|
"required": false,
|
796
796
|
"type": "string"
|
797
797
|
},
|
798
|
+
{
|
799
|
+
"disabled": false,
|
800
|
+
"document": "是否需要去除VideoUrl或AudioUrl中背景音,取值范围:0-不需要,1-需要,默认0 。",
|
801
|
+
"example": "0",
|
802
|
+
"member": "int64",
|
803
|
+
"name": "RemoveVocal",
|
804
|
+
"required": false,
|
805
|
+
"type": "int"
|
806
|
+
},
|
798
807
|
{
|
799
808
|
"disabled": false,
|
800
809
|
"document": "是否需要确认翻译结果0:不需要,1:需要",
|
@@ -78,7 +78,7 @@
|
|
78
78
|
"status": "online"
|
79
79
|
},
|
80
80
|
"AssignPrivateIpAddresses": {
|
81
|
-
"document": "本接口(AssignPrivateIpAddresses)用于弹性网卡申请内网 IP。\n* 一个弹性网卡支持绑定的IP地址是有限制的,更多资源限制信息详见<a href=\"/document/product/576/18527\">弹性网卡使用限制</a>。\n* 可以指定内网IP地址申请,内网IP地址类型不能为主IP,主IP已存在,不能修改,内网IP
|
81
|
+
"document": "本接口(AssignPrivateIpAddresses)用于弹性网卡申请内网 IP。\n* 一个弹性网卡支持绑定的IP地址是有限制的,更多资源限制信息详见<a href=\"/document/product/576/18527\">弹性网卡使用限制</a>。\n* 可以指定内网IP地址申请,内网IP地址类型不能为主IP,主IP已存在,不能修改,内网IP必须要在弹性网卡所在子网内,而且不能被占用。\n* 在弹性网卡上申请一个到多个辅助内网IP,接口会在弹性网卡所在子网网段内返回指定数量的辅助内网IP。\n>?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。\n>",
|
82
82
|
"input": "AssignPrivateIpAddressesRequest",
|
83
83
|
"name": "弹性网卡申请内网 IP",
|
84
84
|
"output": "AssignPrivateIpAddressesResponse",
|
@@ -2563,7 +2563,7 @@
|
|
2563
2563
|
"status": "online"
|
2564
2564
|
},
|
2565
2565
|
"UnassignPrivateIpAddresses": {
|
2566
|
-
"document": "本接口(UnassignPrivateIpAddresses)用于弹性网卡退还内网 IP。\n* 退还弹性网卡上的辅助内网IP
|
2566
|
+
"document": "本接口(UnassignPrivateIpAddresses)用于弹性网卡退还内网 IP。\n* 退还弹性网卡上的辅助内网IP,接口自动解除关联弹性公网 IP。不能退还弹性网卡的主内网IP。\n\n本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询`DescribeVpcTaskResult`接口。",
|
2567
2567
|
"input": "UnassignPrivateIpAddressesRequest",
|
2568
2568
|
"name": "弹性网卡退还内网 IP",
|
2569
2569
|
"output": "UnassignPrivateIpAddressesResponse",
|
@@ -8049,7 +8049,7 @@
|
|
8049
8049
|
},
|
8050
8050
|
{
|
8051
8051
|
"disabled": false,
|
8052
|
-
"document": "NAT网关最大外网出带宽(
|
8052
|
+
"document": "NAT网关最大外网出带宽(单位:Mbps),支持的参数值:20, 50, 100, 200, 500, 1000, 2000, 5000,默认: 100Mbps。 当以下NatProductVersion参数值为2即标准型时,此参数无需填写,默认为5000Mbps。",
|
8053
8053
|
"example": "10",
|
8054
8054
|
"member": "uint64",
|
8055
8055
|
"name": "InternetMaxBandwidthOut",
|
@@ -8058,7 +8058,7 @@
|
|
8058
8058
|
},
|
8059
8059
|
{
|
8060
8060
|
"disabled": false,
|
8061
|
-
"document": "NAT
|
8061
|
+
"document": "NAT网关并发连接数上限,支持参数值:1000000、3000000、10000000,默认值为100000。 当以下NatProductVersion参数值为2即标准型时,此参数无需填写,默认为2000000。",
|
8062
8062
|
"example": "1000000",
|
8063
8063
|
"member": "uint64",
|
8064
8064
|
"name": "MaxConcurrentConnection",
|
@@ -8067,7 +8067,7 @@
|
|
8067
8067
|
},
|
8068
8068
|
{
|
8069
8069
|
"disabled": false,
|
8070
|
-
"document": "
|
8070
|
+
"document": "新建弹性公网IP个数,系统会按您的要求创建对应数量的弹性公网IP,其中AddressCount和PublicAddresses两个参数至少填写一个。",
|
8071
8071
|
"example": "1",
|
8072
8072
|
"member": "uint64",
|
8073
8073
|
"name": "AddressCount",
|
@@ -8076,8 +8076,8 @@
|
|
8076
8076
|
},
|
8077
8077
|
{
|
8078
8078
|
"disabled": false,
|
8079
|
-
"document": "绑定NAT
|
8080
|
-
"example": "[\"139.199.232.119
|
8079
|
+
"document": "绑定NAT网关的已有弹性公网IP数组,其中AddressCount和PublicAddresses两个参数至少填写一个。 示例值:[\"139.199.232.119\"]",
|
8080
|
+
"example": "[\"139.199.232.119\"]",
|
8081
8081
|
"member": "string",
|
8082
8082
|
"name": "PublicIpAddresses",
|
8083
8083
|
"required": false,
|
@@ -8102,9 +8102,9 @@
|
|
8102
8102
|
"type": "list"
|
8103
8103
|
},
|
8104
8104
|
{
|
8105
|
-
"disabled":
|
8106
|
-
"document": "NAT
|
8107
|
-
"example": "
|
8105
|
+
"disabled": true,
|
8106
|
+
"document": "NAT网关所属子网,已废弃",
|
8107
|
+
"example": "subnet-xxxxxxxx",
|
8108
8108
|
"member": "string",
|
8109
8109
|
"name": "SubnetId",
|
8110
8110
|
"required": false,
|
@@ -8112,7 +8112,7 @@
|
|
8112
8112
|
},
|
8113
8113
|
{
|
8114
8114
|
"disabled": false,
|
8115
|
-
"document": "绑定NAT
|
8115
|
+
"document": "绑定NAT网关的弹性公网IP带宽值(单位:Mbps)。不填写此参数时:则该参数默认为弹性公网IP的带宽值,部分用户默认为该用户类型的弹性公网IP的带宽上限。",
|
8116
8116
|
"example": "77",
|
8117
8117
|
"member": "uint64",
|
8118
8118
|
"name": "StockPublicIpAddressesBandwidthOut",
|
@@ -8139,7 +8139,7 @@
|
|
8139
8139
|
},
|
8140
8140
|
{
|
8141
8141
|
"disabled": false,
|
8142
|
-
"document": "NAT
|
8142
|
+
"document": "NAT网关类型,1表示传统型NAT网关,2表示标准型NAT网关,默认值是1。",
|
8143
8143
|
"example": "1",
|
8144
8144
|
"member": "uint64",
|
8145
8145
|
"name": "NatProductVersion",
|
@@ -16102,7 +16102,7 @@
|
|
16102
16102
|
{
|
16103
16103
|
"disabled": false,
|
16104
16104
|
"document": "要查询的CVM实例ID或弹性网卡ID。",
|
16105
|
-
"example": "-",
|
16105
|
+
"example": "ins-4lsnc7dz",
|
16106
16106
|
"member": "string",
|
16107
16107
|
"name": "InstanceId",
|
16108
16108
|
"required": true,
|
@@ -16120,6 +16120,7 @@
|
|
16120
16120
|
"example": "32",
|
16121
16121
|
"member": "int64",
|
16122
16122
|
"name": "EniQuantity",
|
16123
|
+
"output_required": true,
|
16123
16124
|
"type": "int",
|
16124
16125
|
"value_allowed_null": false
|
16125
16126
|
},
|
@@ -16129,6 +16130,7 @@
|
|
16129
16130
|
"example": "20",
|
16130
16131
|
"member": "int64",
|
16131
16132
|
"name": "EniPrivateIpAddressQuantity",
|
16133
|
+
"output_required": true,
|
16132
16134
|
"type": "int",
|
16133
16135
|
"value_allowed_null": false
|
16134
16136
|
},
|
@@ -16138,6 +16140,7 @@
|
|
16138
16140
|
"example": "400",
|
16139
16141
|
"member": "int64",
|
16140
16142
|
"name": "ExtendEniQuantity",
|
16143
|
+
"output_required": true,
|
16141
16144
|
"type": "int",
|
16142
16145
|
"value_allowed_null": true
|
16143
16146
|
},
|
@@ -16147,6 +16150,7 @@
|
|
16147
16150
|
"example": "20",
|
16148
16151
|
"member": "int64",
|
16149
16152
|
"name": "ExtendEniPrivateIpAddressQuantity",
|
16153
|
+
"output_required": true,
|
16150
16154
|
"type": "int",
|
16151
16155
|
"value_allowed_null": true
|
16152
16156
|
},
|
@@ -16156,6 +16160,7 @@
|
|
16156
16160
|
"example": "20",
|
16157
16161
|
"member": "int64",
|
16158
16162
|
"name": "SubEniQuantity",
|
16163
|
+
"output_required": true,
|
16159
16164
|
"type": "int",
|
16160
16165
|
"value_allowed_null": true
|
16161
16166
|
},
|
@@ -16165,6 +16170,7 @@
|
|
16165
16170
|
"example": "10",
|
16166
16171
|
"member": "int64",
|
16167
16172
|
"name": "SubEniPrivateIpAddressQuantity",
|
16173
|
+
"output_required": true,
|
16168
16174
|
"type": "int",
|
16169
16175
|
"value_allowed_null": true
|
16170
16176
|
},
|
@@ -19474,9 +19480,10 @@
|
|
19474
19480
|
{
|
19475
19481
|
"disabled": false,
|
19476
19482
|
"document": "网络协议,可选值:`TCP`、`UDP`。",
|
19477
|
-
"example": "",
|
19483
|
+
"example": "无",
|
19478
19484
|
"member": "string",
|
19479
19485
|
"name": "IpProtocol",
|
19486
|
+
"output_required": true,
|
19480
19487
|
"required": true,
|
19481
19488
|
"type": "string",
|
19482
19489
|
"value_allowed_null": false
|
@@ -19484,9 +19491,10 @@
|
|
19484
19491
|
{
|
19485
19492
|
"disabled": false,
|
19486
19493
|
"document": "弹性IP。",
|
19487
|
-
"example": "",
|
19494
|
+
"example": "无",
|
19488
19495
|
"member": "string",
|
19489
19496
|
"name": "PublicIpAddress",
|
19497
|
+
"output_required": true,
|
19490
19498
|
"required": true,
|
19491
19499
|
"type": "string",
|
19492
19500
|
"value_allowed_null": false
|
@@ -19494,9 +19502,10 @@
|
|
19494
19502
|
{
|
19495
19503
|
"disabled": false,
|
19496
19504
|
"document": "公网端口。",
|
19497
|
-
"example": "",
|
19505
|
+
"example": "无",
|
19498
19506
|
"member": "uint64",
|
19499
19507
|
"name": "PublicPort",
|
19508
|
+
"output_required": true,
|
19500
19509
|
"required": true,
|
19501
19510
|
"type": "int",
|
19502
19511
|
"value_allowed_null": false
|
@@ -19504,9 +19513,10 @@
|
|
19504
19513
|
{
|
19505
19514
|
"disabled": false,
|
19506
19515
|
"document": "内网地址。",
|
19507
|
-
"example": "",
|
19516
|
+
"example": "无",
|
19508
19517
|
"member": "string",
|
19509
19518
|
"name": "PrivateIpAddress",
|
19519
|
+
"output_required": true,
|
19510
19520
|
"required": true,
|
19511
19521
|
"type": "string",
|
19512
19522
|
"value_allowed_null": false
|
@@ -19514,9 +19524,10 @@
|
|
19514
19524
|
{
|
19515
19525
|
"disabled": false,
|
19516
19526
|
"document": "内网端口。",
|
19517
|
-
"example": "",
|
19527
|
+
"example": "无",
|
19518
19528
|
"member": "uint64",
|
19519
19529
|
"name": "PrivatePort",
|
19530
|
+
"output_required": true,
|
19520
19531
|
"required": true,
|
19521
19532
|
"type": "int",
|
19522
19533
|
"value_allowed_null": false
|
@@ -19524,15 +19535,16 @@
|
|
19524
19535
|
{
|
19525
19536
|
"disabled": false,
|
19526
19537
|
"document": "NAT网关转发规则描述。",
|
19527
|
-
"example": "",
|
19538
|
+
"example": "无",
|
19528
19539
|
"member": "string",
|
19529
19540
|
"name": "Description",
|
19530
|
-
"
|
19541
|
+
"output_required": true,
|
19542
|
+
"required": false,
|
19531
19543
|
"type": "string",
|
19532
19544
|
"value_allowed_null": false
|
19533
19545
|
}
|
19534
19546
|
],
|
19535
|
-
"usage": "
|
19547
|
+
"usage": "both"
|
19536
19548
|
},
|
19537
19549
|
"DestinationIpPortTranslationNatRuleDiff": {
|
19538
19550
|
"document": "本端目的IP端口转换复杂结构",
|
@@ -19737,7 +19749,7 @@
|
|
19737
19749
|
{
|
19738
19750
|
"disabled": false,
|
19739
19751
|
"document": "CVM实例ID。形如:ins-r8hr2upy。",
|
19740
|
-
"example": "ins-
|
19752
|
+
"example": "ins-r8hr2upy",
|
19741
19753
|
"member": "string",
|
19742
19754
|
"name": "InstanceId",
|
19743
19755
|
"required": true,
|
@@ -23796,7 +23808,7 @@
|
|
23796
23808
|
{
|
23797
23809
|
"disabled": false,
|
23798
23810
|
"document": "弹性网卡实例ID,例如:eni-m6dyj72l。",
|
23799
|
-
"example": "
|
23811
|
+
"example": "eni-m6dyj72l",
|
23800
23812
|
"member": "string",
|
23801
23813
|
"name": "NetworkInterfaceId",
|
23802
23814
|
"required": true,
|
@@ -23805,7 +23817,7 @@
|
|
23805
23817
|
{
|
23806
23818
|
"disabled": false,
|
23807
23819
|
"document": "弹性网卡当前绑定的CVM实例ID。形如:ins-r8hr2upy。",
|
23808
|
-
"example": "
|
23820
|
+
"example": "ins-r8hr2upy",
|
23809
23821
|
"member": "string",
|
23810
23822
|
"name": "SourceInstanceId",
|
23811
23823
|
"required": true,
|
@@ -23814,7 +23826,7 @@
|
|
23814
23826
|
{
|
23815
23827
|
"disabled": false,
|
23816
23828
|
"document": "待迁移的目的CVM实例ID。",
|
23817
|
-
"example": "
|
23829
|
+
"example": "ins-7qs3ou6z",
|
23818
23830
|
"member": "string",
|
23819
23831
|
"name": "DestinationInstanceId",
|
23820
23832
|
"required": true,
|
@@ -27144,7 +27156,7 @@
|
|
27144
27156
|
},
|
27145
27157
|
{
|
27146
27158
|
"disabled": false,
|
27147
|
-
"document": "NAT
|
27159
|
+
"document": "NAT网关类型,1表示传统型NAT网关,2表示标准型NAT网关\n注意:此字段可能返回 null,表示取不到有效值。",
|
27148
27160
|
"example": "1",
|
27149
27161
|
"member": "uint64",
|
27150
27162
|
"name": "NatProductVersion",
|
@@ -28139,48 +28151,52 @@
|
|
28139
28151
|
"NetworkInterfaceAttachment": {
|
28140
28152
|
"document": "弹性网卡绑定关系",
|
28141
28153
|
"members": [
|
28142
|
-
{
|
28143
|
-
"disabled": false,
|
28144
|
-
"document": "云主机实例ID。",
|
28145
|
-
"example": "",
|
28146
|
-
"member": "string",
|
28147
|
-
"name": "InstanceId",
|
28148
|
-
"required": true,
|
28149
|
-
"type": "string",
|
28150
|
-
"value_allowed_null": false
|
28151
|
-
},
|
28152
28154
|
{
|
28153
28155
|
"disabled": false,
|
28154
28156
|
"document": "网卡在云主机实例内的序号。",
|
28155
|
-
"example": "",
|
28157
|
+
"example": "无",
|
28156
28158
|
"member": "uint64",
|
28157
28159
|
"name": "DeviceIndex",
|
28158
|
-
"
|
28160
|
+
"output_required": true,
|
28161
|
+
"required": false,
|
28159
28162
|
"type": "int",
|
28160
28163
|
"value_allowed_null": false
|
28161
28164
|
},
|
28162
28165
|
{
|
28163
28166
|
"disabled": false,
|
28164
28167
|
"document": "云主机所有者账户信息。",
|
28165
|
-
"example": "",
|
28168
|
+
"example": "无",
|
28166
28169
|
"member": "string",
|
28167
28170
|
"name": "InstanceAccountId",
|
28168
|
-
"
|
28171
|
+
"output_required": true,
|
28172
|
+
"required": false,
|
28169
28173
|
"type": "string",
|
28170
28174
|
"value_allowed_null": false
|
28171
28175
|
},
|
28172
28176
|
{
|
28173
28177
|
"disabled": false,
|
28174
28178
|
"document": "绑定时间。",
|
28175
|
-
"example": "",
|
28179
|
+
"example": "无",
|
28176
28180
|
"member": "string",
|
28177
28181
|
"name": "AttachTime",
|
28178
|
-
"
|
28182
|
+
"output_required": true,
|
28183
|
+
"required": false,
|
28184
|
+
"type": "string",
|
28185
|
+
"value_allowed_null": false
|
28186
|
+
},
|
28187
|
+
{
|
28188
|
+
"disabled": false,
|
28189
|
+
"document": "云主机实例ID。",
|
28190
|
+
"example": "无",
|
28191
|
+
"member": "string",
|
28192
|
+
"name": "InstanceId",
|
28193
|
+
"output_required": true,
|
28194
|
+
"required": false,
|
28179
28195
|
"type": "string",
|
28180
28196
|
"value_allowed_null": false
|
28181
28197
|
}
|
28182
28198
|
],
|
28183
|
-
"usage": "
|
28199
|
+
"usage": "both"
|
28184
28200
|
},
|
28185
28201
|
"NotifyRoutesRequest": {
|
28186
28202
|
"document": "NotifyRoutes请求参数结构体",
|
@@ -194,7 +194,7 @@
|
|
194
194
|
],
|
195
195
|
"AssociateNetworkInterfaceSecurityGroups": [
|
196
196
|
{
|
197
|
-
"document": "
|
197
|
+
"document": "将指定网卡和指定安全组进行关联",
|
198
198
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssociateNetworkInterfaceSecurityGroups\n<公共请求参数>\n\n{\n \"NetworkInterfaceIds\": [\n \"eni-1a2b3c4d\"\n ],\n \"SecurityGroupIds\": [\n \"sg-1a2b3c4d\"\n ]\n}",
|
199
199
|
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
200
200
|
"title": "弹性网关关联安全组"
|
@@ -371,6 +371,15 @@
|
|
371
371
|
"required": false,
|
372
372
|
"type": "string"
|
373
373
|
},
|
374
|
+
{
|
375
|
+
"disabled": false,
|
376
|
+
"document": "是否需要去除VideoUrl或AudioUrl中背景音,取值范围:0-不需要,1-需要,默认0 。",
|
377
|
+
"example": "0",
|
378
|
+
"member": "int64",
|
379
|
+
"name": "RemoveVocal",
|
380
|
+
"required": false,
|
381
|
+
"type": "int"
|
382
|
+
},
|
374
383
|
{
|
375
384
|
"disabled": false,
|
376
385
|
"document": "是否需要确认翻译结果0:不需要,1:需要",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1210.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1210
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|