tccli 3.0.1151.1__py2.py3-none-any.whl → 3.0.1152.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/cdc/v20201214/api.json +101 -20
- tccli/services/cdc/v20201214/examples.json +1 -1
- tccli/services/cvm/v20170312/api.json +10 -10
- tccli/services/dlc/v20210125/api.json +19 -1
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/es/v20180416/api.json +19 -1
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/gaap/v20180529/api.json +22 -2
- tccli/services/gaap/v20180529/examples.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +10 -0
- tccli/services/lcic/v20220817/api.json +19 -1
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +109 -94
- tccli/services/monitor/v20180724/examples.json +7 -7
- tccli/services/tdmq/tdmq_client.py +163 -4
- tccli/services/tdmq/v20200217/api.json +279 -0
- tccli/services/tdmq/v20200217/examples.json +24 -0
- tccli/services/tsi/v20210325/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +170 -54
- {tccli-3.0.1151.1.dist-info → tccli-3.0.1152.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1151.1.dist-info → tccli-3.0.1152.1.dist-info}/RECORD +25 -25
- {tccli-3.0.1151.1.dist-info → tccli-3.0.1152.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1151.1.dist-info → tccli-3.0.1152.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1151.1.dist-info → tccli-3.0.1152.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,7 +8,7 @@
|
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
10
|
"TongChuanRecognize": {
|
11
|
-
"document": "
|
11
|
+
"document": "本接口提供上传音频,将音频进行语音识别并翻译成文本的服务。\n该接口需要配合[同传查询结果](https://cloud.tencent.com/document/product/1399/107636)接口使用,建议一个线程进行音频数据上传同时另外一个线程拉取同传结果。\n如果需要同步接口,既上传音频的同时拉取同传结果,可以使用[同传上传音频并查询结果](https://cloud.tencent.com/document/product/1399/107634)接口。\n\n-----------\n### 接口要求\n集成该API时,需按照以下要求:\n\n| 内容| 格式 |\n| -------- | ------- |\n| 音频格式 | pcm |\n| 音频属性 | <ul><li>采样率:16000Hz</li><li>采样精度:16bits</li><li>声道:单声道(mono)</li></ul> |\n| 响应格式 | 统一采用 JSON 格式 |\n| 数据发送 | 建议每200ms 发送200ms 时长的数据包,即1:1实时率,对应大小为6400字节。<br/><ol><li>音频发送速率过快超过1:1实时率或者音频数据包之间发送间隔超过6秒,可能导致引擎出错,后台将返回错误;</li><li>每次发送数据的大小不得小于 200ms时长 的数据包,且不得大于 500ms时长 的数据包;小于 200ms时长 的数据包会被丢弃,大于 500ms时长 的数据包会影响引擎的数据处理;</li><li>若最后一个音频数据包不足 200ms,需要使用空数据进行补齐;</li></ol> |",
|
12
12
|
"input": "TongChuanRecognizeRequest",
|
13
13
|
"name": "同传上传音频",
|
14
14
|
"output": "TongChuanRecognizeResponse",
|
@@ -5265,6 +5265,7 @@
|
|
5265
5265
|
"example": "vpc-lt6ork07",
|
5266
5266
|
"member": "string",
|
5267
5267
|
"name": "InstanceId",
|
5268
|
+
"output_required": true,
|
5268
5269
|
"required": true,
|
5269
5270
|
"type": "string",
|
5270
5271
|
"value_allowed_null": false
|
@@ -5275,6 +5276,7 @@
|
|
5275
5276
|
"example": "ap-guangzhou",
|
5276
5277
|
"member": "string",
|
5277
5278
|
"name": "InstanceRegion",
|
5279
|
+
"output_required": true,
|
5278
5280
|
"required": true,
|
5279
5281
|
"type": "string",
|
5280
5282
|
"value_allowed_null": false
|
@@ -5285,6 +5287,7 @@
|
|
5285
5287
|
"example": "VPC",
|
5286
5288
|
"member": "string",
|
5287
5289
|
"name": "InstanceType",
|
5290
|
+
"output_required": true,
|
5288
5291
|
"required": false,
|
5289
5292
|
"type": "string",
|
5290
5293
|
"value_allowed_null": false
|
@@ -5295,6 +5298,7 @@
|
|
5295
5298
|
"example": "remark",
|
5296
5299
|
"member": "string",
|
5297
5300
|
"name": "Description",
|
5301
|
+
"output_required": true,
|
5298
5302
|
"required": false,
|
5299
5303
|
"type": "string",
|
5300
5304
|
"value_allowed_null": false
|
@@ -5305,6 +5309,18 @@
|
|
5305
5309
|
"example": "ccnrtb-1234edfr",
|
5306
5310
|
"member": "string",
|
5307
5311
|
"name": "RouteTableId",
|
5312
|
+
"output_required": true,
|
5313
|
+
"required": false,
|
5314
|
+
"type": "string",
|
5315
|
+
"value_allowed_null": true
|
5316
|
+
},
|
5317
|
+
{
|
5318
|
+
"disabled": false,
|
5319
|
+
"document": "实例付费方式\n注意:此字段可能返回 null,表示取不到有效值。",
|
5320
|
+
"example": "PayByCcnOwner",
|
5321
|
+
"member": "string",
|
5322
|
+
"name": "OrderType",
|
5323
|
+
"output_required": false,
|
5308
5324
|
"required": false,
|
5309
5325
|
"type": "string",
|
5310
5326
|
"value_allowed_null": true
|
@@ -7264,20 +7280,20 @@
|
|
7264
7280
|
},
|
7265
7281
|
{
|
7266
7282
|
"disabled": false,
|
7267
|
-
"document": "`HAVIP
|
7268
|
-
"example": "
|
7283
|
+
"document": "`HAVIP`名称。",
|
7284
|
+
"example": "test+name",
|
7269
7285
|
"member": "string",
|
7270
|
-
"name": "
|
7286
|
+
"name": "HaVipName",
|
7271
7287
|
"required": true,
|
7272
7288
|
"type": "string"
|
7273
7289
|
},
|
7274
7290
|
{
|
7275
7291
|
"disabled": false,
|
7276
|
-
"document": "`HAVIP
|
7277
|
-
"example": "
|
7292
|
+
"document": "`HAVIP`所在子网`ID`。",
|
7293
|
+
"example": "subnet-qq51iwr4",
|
7278
7294
|
"member": "string",
|
7279
|
-
"name": "
|
7280
|
-
"required":
|
7295
|
+
"name": "SubnetId",
|
7296
|
+
"required": false,
|
7281
7297
|
"type": "string"
|
7282
7298
|
},
|
7283
7299
|
{
|
@@ -7297,6 +7313,15 @@
|
|
7297
7313
|
"name": "NetworkInterfaceId",
|
7298
7314
|
"required": false,
|
7299
7315
|
"type": "string"
|
7316
|
+
},
|
7317
|
+
{
|
7318
|
+
"disabled": false,
|
7319
|
+
"document": "是否开启`HAVIP`漂移时子机或网卡范围的校验。默认不开启。",
|
7320
|
+
"example": "True",
|
7321
|
+
"member": "bool",
|
7322
|
+
"name": "CheckAssociate",
|
7323
|
+
"required": false,
|
7324
|
+
"type": "bool"
|
7300
7325
|
}
|
7301
7326
|
],
|
7302
7327
|
"type": "object"
|
@@ -7310,7 +7335,7 @@
|
|
7310
7335
|
"example": "无",
|
7311
7336
|
"member": "HaVip",
|
7312
7337
|
"name": "HaVip",
|
7313
|
-
"
|
7338
|
+
"output_required": true,
|
7314
7339
|
"type": "object",
|
7315
7340
|
"value_allowed_null": false
|
7316
7341
|
},
|
@@ -9881,7 +9906,7 @@
|
|
9881
9906
|
"example": "无",
|
9882
9907
|
"member": "string",
|
9883
9908
|
"name": "ServiceProvider",
|
9884
|
-
"
|
9909
|
+
"output_required": true,
|
9885
9910
|
"type": "string",
|
9886
9911
|
"value_allowed_null": false
|
9887
9912
|
},
|
@@ -9891,7 +9916,7 @@
|
|
9891
9916
|
"example": "无",
|
9892
9917
|
"member": "uint64",
|
9893
9918
|
"name": "ComplianceId",
|
9894
|
-
"
|
9919
|
+
"output_required": true,
|
9895
9920
|
"type": "int",
|
9896
9921
|
"value_allowed_null": false
|
9897
9922
|
},
|
@@ -9901,7 +9926,7 @@
|
|
9901
9926
|
"example": "无",
|
9902
9927
|
"member": "string",
|
9903
9928
|
"name": "Company",
|
9904
|
-
"
|
9929
|
+
"output_required": true,
|
9905
9930
|
"type": "string",
|
9906
9931
|
"value_allowed_null": false
|
9907
9932
|
},
|
@@ -9911,7 +9936,7 @@
|
|
9911
9936
|
"example": "无",
|
9912
9937
|
"member": "string",
|
9913
9938
|
"name": "UniformSocialCreditCode",
|
9914
|
-
"
|
9939
|
+
"output_required": true,
|
9915
9940
|
"type": "string",
|
9916
9941
|
"value_allowed_null": false
|
9917
9942
|
},
|
@@ -9921,7 +9946,7 @@
|
|
9921
9946
|
"example": "无",
|
9922
9947
|
"member": "string",
|
9923
9948
|
"name": "LegalPerson",
|
9924
|
-
"
|
9949
|
+
"output_required": true,
|
9925
9950
|
"type": "string",
|
9926
9951
|
"value_allowed_null": false
|
9927
9952
|
},
|
@@ -9931,7 +9956,7 @@
|
|
9931
9956
|
"example": "无",
|
9932
9957
|
"member": "string",
|
9933
9958
|
"name": "IssuingAuthority",
|
9934
|
-
"
|
9959
|
+
"output_required": true,
|
9935
9960
|
"type": "string",
|
9936
9961
|
"value_allowed_null": false
|
9937
9962
|
},
|
@@ -9941,7 +9966,7 @@
|
|
9941
9966
|
"example": "无",
|
9942
9967
|
"member": "string",
|
9943
9968
|
"name": "BusinessLicense",
|
9944
|
-
"
|
9969
|
+
"output_required": true,
|
9945
9970
|
"type": "string",
|
9946
9971
|
"value_allowed_null": false
|
9947
9972
|
},
|
@@ -9951,7 +9976,7 @@
|
|
9951
9976
|
"example": "无",
|
9952
9977
|
"member": "string",
|
9953
9978
|
"name": "BusinessAddress",
|
9954
|
-
"
|
9979
|
+
"output_required": true,
|
9955
9980
|
"type": "string",
|
9956
9981
|
"value_allowed_null": false
|
9957
9982
|
},
|
@@ -9961,7 +9986,7 @@
|
|
9961
9986
|
"example": "无",
|
9962
9987
|
"member": "uint64",
|
9963
9988
|
"name": "PostCode",
|
9964
|
-
"
|
9989
|
+
"output_required": true,
|
9965
9990
|
"type": "int",
|
9966
9991
|
"value_allowed_null": false
|
9967
9992
|
},
|
@@ -9971,7 +9996,7 @@
|
|
9971
9996
|
"example": "无",
|
9972
9997
|
"member": "string",
|
9973
9998
|
"name": "Manager",
|
9974
|
-
"
|
9999
|
+
"output_required": true,
|
9975
10000
|
"type": "string",
|
9976
10001
|
"value_allowed_null": false
|
9977
10002
|
},
|
@@ -9981,7 +10006,7 @@
|
|
9981
10006
|
"example": "无",
|
9982
10007
|
"member": "string",
|
9983
10008
|
"name": "ManagerId",
|
9984
|
-
"
|
10009
|
+
"output_required": true,
|
9985
10010
|
"type": "string",
|
9986
10011
|
"value_allowed_null": false
|
9987
10012
|
},
|
@@ -9991,7 +10016,7 @@
|
|
9991
10016
|
"example": "无",
|
9992
10017
|
"member": "string",
|
9993
10018
|
"name": "ManagerIdCard",
|
9994
|
-
"
|
10019
|
+
"output_required": true,
|
9995
10020
|
"type": "string",
|
9996
10021
|
"value_allowed_null": false
|
9997
10022
|
},
|
@@ -10001,7 +10026,7 @@
|
|
10001
10026
|
"example": "无",
|
10002
10027
|
"member": "string",
|
10003
10028
|
"name": "ManagerAddress",
|
10004
|
-
"
|
10029
|
+
"output_required": true,
|
10005
10030
|
"type": "string",
|
10006
10031
|
"value_allowed_null": false
|
10007
10032
|
},
|
@@ -10011,7 +10036,7 @@
|
|
10011
10036
|
"example": "无",
|
10012
10037
|
"member": "string",
|
10013
10038
|
"name": "ManagerTelephone",
|
10014
|
-
"
|
10039
|
+
"output_required": true,
|
10015
10040
|
"type": "string",
|
10016
10041
|
"value_allowed_null": false
|
10017
10042
|
},
|
@@ -10021,7 +10046,7 @@
|
|
10021
10046
|
"example": "无",
|
10022
10047
|
"member": "string",
|
10023
10048
|
"name": "Email",
|
10024
|
-
"
|
10049
|
+
"output_required": true,
|
10025
10050
|
"type": "string",
|
10026
10051
|
"value_allowed_null": false
|
10027
10052
|
},
|
@@ -10031,7 +10056,7 @@
|
|
10031
10056
|
"example": "无",
|
10032
10057
|
"member": "string",
|
10033
10058
|
"name": "ServiceHandlingForm",
|
10034
|
-
"
|
10059
|
+
"output_required": true,
|
10035
10060
|
"type": "string",
|
10036
10061
|
"value_allowed_null": false
|
10037
10062
|
},
|
@@ -10041,7 +10066,7 @@
|
|
10041
10066
|
"example": "无",
|
10042
10067
|
"member": "string",
|
10043
10068
|
"name": "AuthorizationLetter",
|
10044
|
-
"
|
10069
|
+
"output_required": true,
|
10045
10070
|
"type": "string",
|
10046
10071
|
"value_allowed_null": false
|
10047
10072
|
},
|
@@ -10051,7 +10076,7 @@
|
|
10051
10076
|
"example": "无",
|
10052
10077
|
"member": "string",
|
10053
10078
|
"name": "SafetyCommitment",
|
10054
|
-
"
|
10079
|
+
"output_required": true,
|
10055
10080
|
"type": "string",
|
10056
10081
|
"value_allowed_null": false
|
10057
10082
|
},
|
@@ -10061,7 +10086,7 @@
|
|
10061
10086
|
"example": "无",
|
10062
10087
|
"member": "date",
|
10063
10088
|
"name": "ServiceStartDate",
|
10064
|
-
"
|
10089
|
+
"output_required": true,
|
10065
10090
|
"type": "string",
|
10066
10091
|
"value_allowed_null": false
|
10067
10092
|
},
|
@@ -10071,7 +10096,7 @@
|
|
10071
10096
|
"example": "无",
|
10072
10097
|
"member": "date",
|
10073
10098
|
"name": "ServiceEndDate",
|
10074
|
-
"
|
10099
|
+
"output_required": true,
|
10075
10100
|
"type": "string",
|
10076
10101
|
"value_allowed_null": false
|
10077
10102
|
},
|
@@ -10081,7 +10106,7 @@
|
|
10081
10106
|
"example": "无",
|
10082
10107
|
"member": "string",
|
10083
10108
|
"name": "State",
|
10084
|
-
"
|
10109
|
+
"output_required": true,
|
10085
10110
|
"type": "string",
|
10086
10111
|
"value_allowed_null": false
|
10087
10112
|
},
|
@@ -10091,9 +10116,29 @@
|
|
10091
10116
|
"example": "无",
|
10092
10117
|
"member": "datetime",
|
10093
10118
|
"name": "CreatedTime",
|
10094
|
-
"
|
10119
|
+
"output_required": true,
|
10095
10120
|
"type": "string",
|
10096
10121
|
"value_allowed_null": false
|
10122
|
+
},
|
10123
|
+
{
|
10124
|
+
"disabled": false,
|
10125
|
+
"document": "法定代表人身份证号。\n注意:此字段可能返回 null,表示取不到有效值。",
|
10126
|
+
"example": "无",
|
10127
|
+
"member": "string",
|
10128
|
+
"name": "LegalPersonId",
|
10129
|
+
"output_required": false,
|
10130
|
+
"type": "string",
|
10131
|
+
"value_allowed_null": true
|
10132
|
+
},
|
10133
|
+
{
|
10134
|
+
"disabled": false,
|
10135
|
+
"document": "法定代表人身份证。\n注意:此字段可能返回 null,表示取不到有效值。",
|
10136
|
+
"example": "无",
|
10137
|
+
"member": "string",
|
10138
|
+
"name": "LegalPersonIdCard",
|
10139
|
+
"output_required": false,
|
10140
|
+
"type": "string",
|
10141
|
+
"value_allowed_null": true
|
10097
10142
|
}
|
10098
10143
|
],
|
10099
10144
|
"usage": "out"
|
@@ -14116,7 +14161,7 @@
|
|
14116
14161
|
},
|
14117
14162
|
{
|
14118
14163
|
"disabled": false,
|
14119
|
-
"document": "过滤条件,参数不支持同时指定`HaVipIds`和`Filters
|
14164
|
+
"document": "过滤条件,参数不支持同时指定`HaVipIds`和`Filters`。<li>havip-id - String - `HAVIP`唯一`ID`,形如:`havip-9o233uri`。</li><li>havip-name - String - `HAVIP`名称。</li><li>vpc-id - String - `HAVIP`所在私有网络`ID`。</li><li>subnet-id - String - `HAVIP`所在子网`ID`。</li><li>vip - String - `HAVIP`的地址`VIP`。</li><li>address-ip - String - `HAVIP`绑定的弹性公网`IP`。</li><li>havip-association.instance-id - String - `HAVIP`绑定的子机或网卡。</li><li>havip-association.instance-type - String - `HAVIP`绑定的类型,取值:CVM, ENI。</li><li>check-associate - Bool - 是否开启HaVip飘移时校验绑定的子机或网卡。</li><li>cdc-id - String - CDC实例ID。</li>",
|
14120
14165
|
"example": "无",
|
14121
14166
|
"member": "Filter",
|
14122
14167
|
"name": "Filters",
|
@@ -14153,6 +14198,7 @@
|
|
14153
14198
|
"example": "2",
|
14154
14199
|
"member": "uint64",
|
14155
14200
|
"name": "TotalCount",
|
14201
|
+
"output_required": true,
|
14156
14202
|
"type": "int",
|
14157
14203
|
"value_allowed_null": false
|
14158
14204
|
},
|
@@ -14162,6 +14208,7 @@
|
|
14162
14208
|
"example": "无",
|
14163
14209
|
"member": "HaVip",
|
14164
14210
|
"name": "HaVipSet",
|
14211
|
+
"output_required": true,
|
14165
14212
|
"type": "list",
|
14166
14213
|
"value_allowed_null": false
|
14167
14214
|
},
|
@@ -20840,112 +20887,142 @@
|
|
20840
20887
|
{
|
20841
20888
|
"disabled": false,
|
20842
20889
|
"document": "`HAVIP`的`ID`,是`HAVIP`的唯一标识。",
|
20843
|
-
"example": "",
|
20890
|
+
"example": "无",
|
20844
20891
|
"member": "string",
|
20845
20892
|
"name": "HaVipId",
|
20846
|
-
"
|
20893
|
+
"output_required": true,
|
20847
20894
|
"type": "string",
|
20848
20895
|
"value_allowed_null": false
|
20849
20896
|
},
|
20850
20897
|
{
|
20851
20898
|
"disabled": false,
|
20852
20899
|
"document": "`HAVIP`名称。",
|
20853
|
-
"example": "",
|
20900
|
+
"example": "无",
|
20854
20901
|
"member": "string",
|
20855
20902
|
"name": "HaVipName",
|
20856
|
-
"
|
20903
|
+
"output_required": true,
|
20857
20904
|
"type": "string",
|
20858
20905
|
"value_allowed_null": false
|
20859
20906
|
},
|
20860
20907
|
{
|
20861
20908
|
"disabled": false,
|
20862
20909
|
"document": "虚拟IP地址。",
|
20863
|
-
"example": "",
|
20910
|
+
"example": "无",
|
20864
20911
|
"member": "string",
|
20865
20912
|
"name": "Vip",
|
20866
|
-
"
|
20913
|
+
"output_required": true,
|
20867
20914
|
"type": "string",
|
20868
20915
|
"value_allowed_null": false
|
20869
20916
|
},
|
20870
20917
|
{
|
20871
20918
|
"disabled": false,
|
20872
20919
|
"document": "`HAVIP`所在私有网络`ID`。",
|
20873
|
-
"example": "",
|
20920
|
+
"example": "无",
|
20874
20921
|
"member": "string",
|
20875
20922
|
"name": "VpcId",
|
20876
|
-
"
|
20923
|
+
"output_required": true,
|
20877
20924
|
"type": "string",
|
20878
20925
|
"value_allowed_null": false
|
20879
20926
|
},
|
20880
20927
|
{
|
20881
20928
|
"disabled": false,
|
20882
20929
|
"document": "`HAVIP`所在子网`ID`。",
|
20883
|
-
"example": "",
|
20930
|
+
"example": "无",
|
20884
20931
|
"member": "string",
|
20885
20932
|
"name": "SubnetId",
|
20886
|
-
"
|
20933
|
+
"output_required": true,
|
20887
20934
|
"type": "string",
|
20888
20935
|
"value_allowed_null": false
|
20889
20936
|
},
|
20890
20937
|
{
|
20891
20938
|
"disabled": false,
|
20892
20939
|
"document": "`HAVIP`关联弹性网卡`ID`。",
|
20893
|
-
"example": "",
|
20940
|
+
"example": "无",
|
20894
20941
|
"member": "string",
|
20895
20942
|
"name": "NetworkInterfaceId",
|
20896
|
-
"
|
20943
|
+
"output_required": true,
|
20897
20944
|
"type": "string",
|
20898
20945
|
"value_allowed_null": false
|
20899
20946
|
},
|
20900
20947
|
{
|
20901
20948
|
"disabled": false,
|
20902
20949
|
"document": "被绑定的实例`ID`。",
|
20903
|
-
"example": "",
|
20950
|
+
"example": "无",
|
20904
20951
|
"member": "string",
|
20905
20952
|
"name": "InstanceId",
|
20906
|
-
"
|
20953
|
+
"output_required": true,
|
20907
20954
|
"type": "string",
|
20908
20955
|
"value_allowed_null": false
|
20909
20956
|
},
|
20910
20957
|
{
|
20911
20958
|
"disabled": false,
|
20912
20959
|
"document": "绑定`EIP`。",
|
20913
|
-
"example": "",
|
20960
|
+
"example": "无",
|
20914
20961
|
"member": "string",
|
20915
20962
|
"name": "AddressIp",
|
20916
|
-
"
|
20963
|
+
"output_required": true,
|
20917
20964
|
"type": "string",
|
20918
20965
|
"value_allowed_null": false
|
20919
20966
|
},
|
20920
20967
|
{
|
20921
20968
|
"disabled": false,
|
20922
20969
|
"document": "状态:\n<li>`AVAILABLE`:运行中</li>\n<li>`UNBIND`:未绑定</li>",
|
20923
|
-
"example": "",
|
20970
|
+
"example": "无",
|
20924
20971
|
"member": "string",
|
20925
20972
|
"name": "State",
|
20926
|
-
"
|
20973
|
+
"output_required": true,
|
20927
20974
|
"type": "string",
|
20928
20975
|
"value_allowed_null": false
|
20929
20976
|
},
|
20930
20977
|
{
|
20931
20978
|
"disabled": false,
|
20932
20979
|
"document": "创建时间。",
|
20933
|
-
"example": "",
|
20980
|
+
"example": "无",
|
20934
20981
|
"member": "datetime",
|
20935
20982
|
"name": "CreatedTime",
|
20936
|
-
"
|
20983
|
+
"output_required": true,
|
20937
20984
|
"type": "string",
|
20938
20985
|
"value_allowed_null": false
|
20939
20986
|
},
|
20940
20987
|
{
|
20941
20988
|
"disabled": false,
|
20942
20989
|
"document": "使用havip的业务标识。",
|
20943
|
-
"example": "",
|
20990
|
+
"example": "无",
|
20944
20991
|
"member": "string",
|
20945
20992
|
"name": "Business",
|
20946
|
-
"
|
20993
|
+
"output_required": true,
|
20947
20994
|
"type": "string",
|
20948
20995
|
"value_allowed_null": false
|
20996
|
+
},
|
20997
|
+
{
|
20998
|
+
"disabled": false,
|
20999
|
+
"document": "`HAVIP`的飘移范围。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21000
|
+
"example": "[ { 'HaVipId': 'havip-7tqt5jn6', 'InstanceId': 'ins-3qx9elib', 'InstanceType': 'CVM' }]",
|
21001
|
+
"member": "HaVipAssociation",
|
21002
|
+
"name": "HaVipAssociationSet",
|
21003
|
+
"output_required": false,
|
21004
|
+
"type": "list",
|
21005
|
+
"value_allowed_null": true
|
21006
|
+
},
|
21007
|
+
{
|
21008
|
+
"disabled": false,
|
21009
|
+
"document": "是否开启`HAVIP`的飘移范围校验。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21010
|
+
"example": "True",
|
21011
|
+
"member": "bool",
|
21012
|
+
"name": "CheckAssociate",
|
21013
|
+
"output_required": false,
|
21014
|
+
"type": "bool",
|
21015
|
+
"value_allowed_null": true
|
21016
|
+
},
|
21017
|
+
{
|
21018
|
+
"disabled": false,
|
21019
|
+
"document": "HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00\n注意:此字段可能返回 null,表示取不到有效值。",
|
21020
|
+
"example": "2024-06-06 22:24:45",
|
21021
|
+
"member": "string",
|
21022
|
+
"name": "FlushedTime",
|
21023
|
+
"output_required": false,
|
21024
|
+
"type": "string",
|
21025
|
+
"value_allowed_null": true
|
20949
21026
|
}
|
20950
21027
|
],
|
20951
21028
|
"usage": "out"
|
@@ -20986,6 +21063,45 @@
|
|
20986
21063
|
],
|
20987
21064
|
"type": "object"
|
20988
21065
|
},
|
21066
|
+
"HaVipAssociation": {
|
21067
|
+
"document": "HaVip绑定的子机/网卡(用于限制HaVip飘移的范围,并不是真正的飘移动作)。",
|
21068
|
+
"members": [
|
21069
|
+
{
|
21070
|
+
"disabled": false,
|
21071
|
+
"document": "HaVip实例唯一ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21072
|
+
"example": "havip-7tqt5jn6",
|
21073
|
+
"member": "string",
|
21074
|
+
"name": "HaVipId",
|
21075
|
+
"output_required": false,
|
21076
|
+
"required": true,
|
21077
|
+
"type": "string",
|
21078
|
+
"value_allowed_null": true
|
21079
|
+
},
|
21080
|
+
{
|
21081
|
+
"disabled": false,
|
21082
|
+
"document": "HaVip绑定的子机或网卡唯一ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21083
|
+
"example": "ins-3qx9elib",
|
21084
|
+
"member": "string",
|
21085
|
+
"name": "InstanceId",
|
21086
|
+
"output_required": false,
|
21087
|
+
"required": true,
|
21088
|
+
"type": "string",
|
21089
|
+
"value_allowed_null": true
|
21090
|
+
},
|
21091
|
+
{
|
21092
|
+
"disabled": false,
|
21093
|
+
"document": "HaVip绑定的类型。取值:CVM, ENI。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21094
|
+
"example": "CVM",
|
21095
|
+
"member": "string",
|
21096
|
+
"name": "InstanceType",
|
21097
|
+
"output_required": false,
|
21098
|
+
"required": true,
|
21099
|
+
"type": "string",
|
21100
|
+
"value_allowed_null": true
|
21101
|
+
}
|
21102
|
+
],
|
21103
|
+
"usage": "both"
|
21104
|
+
},
|
20989
21105
|
"HaVipDisassociateAddressIpRequest": {
|
20990
21106
|
"document": "HaVipDisassociateAddressIp请求参数结构体",
|
20991
21107
|
"members": [
|
@@ -23291,7 +23407,7 @@
|
|
23291
23407
|
{
|
23292
23408
|
"disabled": false,
|
23293
23409
|
"document": "`HAVIP`名称,可任意命名,但不得超过60个字符。",
|
23294
|
-
"example": "
|
23410
|
+
"example": "TEST",
|
23295
23411
|
"member": "string",
|
23296
23412
|
"name": "HaVipName",
|
23297
23413
|
"required": true,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1152.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.1152
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|