tencentcloud-sdk-python 3.0.972__py2.py3-none-any.whl → 3.0.974__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/asr/v20190614/asr_client.py +11 -10
- tencentcloud/asr/v20190614/models.py +49 -18
- tencentcloud/ccc/v20200210/models.py +2 -2
- tencentcloud/cdwch/v20200915/cdwch_client.py +1 -1
- tencentcloud/cfs/v20190719/models.py +36 -0
- tencentcloud/cfw/v20190904/cfw_client.py +47 -0
- tencentcloud/cfw/v20190904/models.py +322 -11
- tencentcloud/clb/v20180317/models.py +23 -5
- tencentcloud/csip/v20221121/csip_client.py +92 -0
- tencentcloud/csip/v20221121/models.py +2712 -904
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
- tencentcloud/dbbrain/v20210527/models.py +1049 -18
- tencentcloud/dnspod/v20210323/models.py +12 -0
- tencentcloud/dts/v20211206/models.py +145 -2
- tencentcloud/ecm/v20190719/models.py +15 -2
- tencentcloud/ess/v20201111/ess_client.py +10 -7
- tencentcloud/ess/v20201111/models.py +48 -30
- tencentcloud/iotexplorer/v20190423/errorcodes.py +1 -1
- tencentcloud/live/v20180801/errorcodes.py +3 -0
- tencentcloud/live/v20180801/live_client.py +23 -0
- tencentcloud/live/v20180801/models.py +131 -0
- tencentcloud/mps/v20190612/models.py +429 -0
- tencentcloud/tiia/v20190529/models.py +2 -1
- tencentcloud/tiia/v20190529/tiia_client.py +9 -4
- tencentcloud/tione/v20211111/models.py +454 -34
- tencentcloud/tione/v20211111/tione_client.py +5 -3
- tencentcloud/tiw/v20190919/tiw_client.py +12 -4
- tencentcloud/tse/v20201207/models.py +223 -0
- tencentcloud/tsf/v20180326/models.py +1 -1
- tencentcloud/tsf/v20180326/tsf_client.py +1 -1
- tencentcloud/vod/v20180717/models.py +1 -1
- tencentcloud/vpc/v20170312/errorcodes.py +6 -0
- tencentcloud/vpc/v20170312/models.py +71 -11
- tencentcloud/vpc/v20170312/vpc_client.py +3 -3
- {tencentcloud_sdk_python-3.0.972.dist-info → tencentcloud_sdk_python-3.0.974.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.972.dist-info → tencentcloud_sdk_python-3.0.974.dist-info}/RECORD +40 -40
- {tencentcloud_sdk_python-3.0.972.dist-info → tencentcloud_sdk_python-3.0.974.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.972.dist-info → tencentcloud_sdk_python-3.0.974.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.972.dist-info → tencentcloud_sdk_python-3.0.974.dist-info}/top_level.txt +0 -0
|
@@ -27,7 +27,9 @@ class TioneClient(AbstractClient):
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
def ChatCompletion(self, request):
|
|
30
|
-
"""
|
|
30
|
+
"""该接口支持与两种类型大模型的聊天。
|
|
31
|
+
1. 与多行业多场景大模型的在线体验聊天
|
|
32
|
+
2. 与自行部署的开源大模型的聊天
|
|
31
33
|
|
|
32
34
|
:param request: Request instance for ChatCompletion.
|
|
33
35
|
:type request: :class:`tencentcloud.tione.v20211111.models.ChatCompletionRequest`
|
|
@@ -763,7 +765,7 @@ class TioneClient(AbstractClient):
|
|
|
763
765
|
|
|
764
766
|
|
|
765
767
|
def DescribeLogs(self, request):
|
|
766
|
-
"""获取训练、推理、Notebook服务的日志
|
|
768
|
+
"""获取训练、推理、Notebook服务的日志 API
|
|
767
769
|
|
|
768
770
|
:param request: Request instance for DescribeLogs.
|
|
769
771
|
:type request: :class:`tencentcloud.tione.v20211111.models.DescribeLogsRequest`
|
|
@@ -1453,7 +1455,7 @@ class TioneClient(AbstractClient):
|
|
|
1453
1455
|
|
|
1454
1456
|
|
|
1455
1457
|
def SendChatMessage(self, request):
|
|
1456
|
-
"""
|
|
1458
|
+
"""这是一个供您体验大模型聊天的接口。
|
|
1457
1459
|
|
|
1458
1460
|
:param request: Request instance for SendChatMessage.
|
|
1459
1461
|
:type request: :class:`tencentcloud.tione.v20211111.models.SendChatMessageRequest`
|
|
@@ -73,7 +73,9 @@ class TiwClient(AbstractClient):
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
def CreateOfflineRecord(self, request):
|
|
76
|
-
"""
|
|
76
|
+
"""课后录制服务已下线
|
|
77
|
+
|
|
78
|
+
创建课后录制任务
|
|
77
79
|
|
|
78
80
|
:param request: Request instance for CreateOfflineRecord.
|
|
79
81
|
:type request: :class:`tencentcloud.tiw.v20190919.models.CreateOfflineRecordRequest`
|
|
@@ -303,7 +305,9 @@ class TiwClient(AbstractClient):
|
|
|
303
305
|
|
|
304
306
|
|
|
305
307
|
def DescribeOfflineRecord(self, request):
|
|
306
|
-
"""
|
|
308
|
+
"""课后录制服务已下线
|
|
309
|
+
|
|
310
|
+
查询课后录制任务的进度与录制结果等相关信息
|
|
307
311
|
|
|
308
312
|
:param request: Request instance for DescribeOfflineRecord.
|
|
309
313
|
:type request: :class:`tencentcloud.tiw.v20190919.models.DescribeOfflineRecordRequest`
|
|
@@ -326,7 +330,9 @@ class TiwClient(AbstractClient):
|
|
|
326
330
|
|
|
327
331
|
|
|
328
332
|
def DescribeOfflineRecordCallback(self, request):
|
|
329
|
-
"""
|
|
333
|
+
"""课后录制服务已下线
|
|
334
|
+
|
|
335
|
+
查询课后录制回调地址
|
|
330
336
|
|
|
331
337
|
:param request: Request instance for DescribeOfflineRecordCallback.
|
|
332
338
|
:type request: :class:`tencentcloud.tiw.v20190919.models.DescribeOfflineRecordCallbackRequest`
|
|
@@ -1135,7 +1141,9 @@ class TiwClient(AbstractClient):
|
|
|
1135
1141
|
|
|
1136
1142
|
|
|
1137
1143
|
def SetOfflineRecordCallback(self, request):
|
|
1138
|
-
"""
|
|
1144
|
+
"""课后录制服务已下线
|
|
1145
|
+
|
|
1146
|
+
设置课后录制回调地址
|
|
1139
1147
|
|
|
1140
1148
|
:param request: Request instance for SetOfflineRecordCallback.
|
|
1141
1149
|
:type request: :class:`tencentcloud.tiw.v20190919.models.SetOfflineRecordCallbackRequest`
|
|
@@ -126,6 +126,182 @@ class ApolloEnvParam(AbstractModel):
|
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
|
|
129
|
+
class AutoScalerBehavior(AbstractModel):
|
|
130
|
+
"""指标伸缩行为
|
|
131
|
+
|
|
132
|
+
"""
|
|
133
|
+
|
|
134
|
+
def __init__(self):
|
|
135
|
+
r"""
|
|
136
|
+
:param _ScaleUp: 扩容行为配置
|
|
137
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
138
|
+
:type ScaleUp: :class:`tencentcloud.tse.v20201207.models.AutoScalerRules`
|
|
139
|
+
:param _ScaleDown: 缩容行为配置
|
|
140
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
141
|
+
:type ScaleDown: :class:`tencentcloud.tse.v20201207.models.AutoScalerRules`
|
|
142
|
+
"""
|
|
143
|
+
self._ScaleUp = None
|
|
144
|
+
self._ScaleDown = None
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
def ScaleUp(self):
|
|
148
|
+
return self._ScaleUp
|
|
149
|
+
|
|
150
|
+
@ScaleUp.setter
|
|
151
|
+
def ScaleUp(self, ScaleUp):
|
|
152
|
+
self._ScaleUp = ScaleUp
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
def ScaleDown(self):
|
|
156
|
+
return self._ScaleDown
|
|
157
|
+
|
|
158
|
+
@ScaleDown.setter
|
|
159
|
+
def ScaleDown(self, ScaleDown):
|
|
160
|
+
self._ScaleDown = ScaleDown
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
def _deserialize(self, params):
|
|
164
|
+
if params.get("ScaleUp") is not None:
|
|
165
|
+
self._ScaleUp = AutoScalerRules()
|
|
166
|
+
self._ScaleUp._deserialize(params.get("ScaleUp"))
|
|
167
|
+
if params.get("ScaleDown") is not None:
|
|
168
|
+
self._ScaleDown = AutoScalerRules()
|
|
169
|
+
self._ScaleDown._deserialize(params.get("ScaleDown"))
|
|
170
|
+
memeber_set = set(params.keys())
|
|
171
|
+
for name, value in vars(self).items():
|
|
172
|
+
property_name = name[1:]
|
|
173
|
+
if property_name in memeber_set:
|
|
174
|
+
memeber_set.remove(property_name)
|
|
175
|
+
if len(memeber_set) > 0:
|
|
176
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
class AutoScalerPolicy(AbstractModel):
|
|
181
|
+
"""扩容策略
|
|
182
|
+
|
|
183
|
+
"""
|
|
184
|
+
|
|
185
|
+
def __init__(self):
|
|
186
|
+
r"""
|
|
187
|
+
:param _Type: 类型,Pods或Percent
|
|
188
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
189
|
+
:type Type: str
|
|
190
|
+
:param _Value: 数量
|
|
191
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
192
|
+
:type Value: int
|
|
193
|
+
:param _PeriodSeconds: 扩容周期
|
|
194
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
195
|
+
:type PeriodSeconds: int
|
|
196
|
+
"""
|
|
197
|
+
self._Type = None
|
|
198
|
+
self._Value = None
|
|
199
|
+
self._PeriodSeconds = None
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
def Type(self):
|
|
203
|
+
return self._Type
|
|
204
|
+
|
|
205
|
+
@Type.setter
|
|
206
|
+
def Type(self, Type):
|
|
207
|
+
self._Type = Type
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
def Value(self):
|
|
211
|
+
return self._Value
|
|
212
|
+
|
|
213
|
+
@Value.setter
|
|
214
|
+
def Value(self, Value):
|
|
215
|
+
self._Value = Value
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
def PeriodSeconds(self):
|
|
219
|
+
return self._PeriodSeconds
|
|
220
|
+
|
|
221
|
+
@PeriodSeconds.setter
|
|
222
|
+
def PeriodSeconds(self, PeriodSeconds):
|
|
223
|
+
self._PeriodSeconds = PeriodSeconds
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
def _deserialize(self, params):
|
|
227
|
+
self._Type = params.get("Type")
|
|
228
|
+
self._Value = params.get("Value")
|
|
229
|
+
self._PeriodSeconds = params.get("PeriodSeconds")
|
|
230
|
+
memeber_set = set(params.keys())
|
|
231
|
+
for name, value in vars(self).items():
|
|
232
|
+
property_name = name[1:]
|
|
233
|
+
if property_name in memeber_set:
|
|
234
|
+
memeber_set.remove(property_name)
|
|
235
|
+
if len(memeber_set) > 0:
|
|
236
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
class AutoScalerRules(AbstractModel):
|
|
241
|
+
"""指标伸缩的规则
|
|
242
|
+
|
|
243
|
+
"""
|
|
244
|
+
|
|
245
|
+
def __init__(self):
|
|
246
|
+
r"""
|
|
247
|
+
:param _StabilizationWindowSeconds: 稳定窗口时间
|
|
248
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
249
|
+
:type StabilizationWindowSeconds: int
|
|
250
|
+
:param _SelectPolicy: 选择策略依据
|
|
251
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
252
|
+
:type SelectPolicy: str
|
|
253
|
+
:param _Policies: 扩容策略
|
|
254
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
255
|
+
:type Policies: list of AutoScalerPolicy
|
|
256
|
+
"""
|
|
257
|
+
self._StabilizationWindowSeconds = None
|
|
258
|
+
self._SelectPolicy = None
|
|
259
|
+
self._Policies = None
|
|
260
|
+
|
|
261
|
+
@property
|
|
262
|
+
def StabilizationWindowSeconds(self):
|
|
263
|
+
return self._StabilizationWindowSeconds
|
|
264
|
+
|
|
265
|
+
@StabilizationWindowSeconds.setter
|
|
266
|
+
def StabilizationWindowSeconds(self, StabilizationWindowSeconds):
|
|
267
|
+
self._StabilizationWindowSeconds = StabilizationWindowSeconds
|
|
268
|
+
|
|
269
|
+
@property
|
|
270
|
+
def SelectPolicy(self):
|
|
271
|
+
return self._SelectPolicy
|
|
272
|
+
|
|
273
|
+
@SelectPolicy.setter
|
|
274
|
+
def SelectPolicy(self, SelectPolicy):
|
|
275
|
+
self._SelectPolicy = SelectPolicy
|
|
276
|
+
|
|
277
|
+
@property
|
|
278
|
+
def Policies(self):
|
|
279
|
+
return self._Policies
|
|
280
|
+
|
|
281
|
+
@Policies.setter
|
|
282
|
+
def Policies(self, Policies):
|
|
283
|
+
self._Policies = Policies
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
def _deserialize(self, params):
|
|
287
|
+
self._StabilizationWindowSeconds = params.get("StabilizationWindowSeconds")
|
|
288
|
+
self._SelectPolicy = params.get("SelectPolicy")
|
|
289
|
+
if params.get("Policies") is not None:
|
|
290
|
+
self._Policies = []
|
|
291
|
+
for item in params.get("Policies"):
|
|
292
|
+
obj = AutoScalerPolicy()
|
|
293
|
+
obj._deserialize(item)
|
|
294
|
+
self._Policies.append(obj)
|
|
295
|
+
memeber_set = set(params.keys())
|
|
296
|
+
for name, value in vars(self).items():
|
|
297
|
+
property_name = name[1:]
|
|
298
|
+
if property_name in memeber_set:
|
|
299
|
+
memeber_set.remove(property_name)
|
|
300
|
+
if len(memeber_set) > 0:
|
|
301
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
129
305
|
class BoundK8SInfo(AbstractModel):
|
|
130
306
|
"""服务治理引擎绑定的kubernetes信息
|
|
131
307
|
|
|
@@ -1000,10 +1176,14 @@ class CloudNativeAPIGatewayStrategy(AbstractModel):
|
|
|
1000
1176
|
|
|
1001
1177
|
@property
|
|
1002
1178
|
def MaxReplicas(self):
|
|
1179
|
+
warnings.warn("parameter `MaxReplicas` is deprecated", DeprecationWarning)
|
|
1180
|
+
|
|
1003
1181
|
return self._MaxReplicas
|
|
1004
1182
|
|
|
1005
1183
|
@MaxReplicas.setter
|
|
1006
1184
|
def MaxReplicas(self, MaxReplicas):
|
|
1185
|
+
warnings.warn("parameter `MaxReplicas` is deprecated", DeprecationWarning)
|
|
1186
|
+
|
|
1007
1187
|
self._MaxReplicas = MaxReplicas
|
|
1008
1188
|
|
|
1009
1189
|
|
|
@@ -1059,6 +1239,9 @@ class CloudNativeAPIGatewayStrategyAutoScalerConfig(AbstractModel):
|
|
|
1059
1239
|
:param _AutoScalerId: 指标配置ID
|
|
1060
1240
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1061
1241
|
:type AutoScalerId: str
|
|
1242
|
+
:param _Behavior: 指标伸缩行为配置
|
|
1243
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1244
|
+
:type Behavior: :class:`tencentcloud.tse.v20201207.models.AutoScalerBehavior`
|
|
1062
1245
|
"""
|
|
1063
1246
|
self._MaxReplicas = None
|
|
1064
1247
|
self._Metrics = None
|
|
@@ -1067,6 +1250,7 @@ class CloudNativeAPIGatewayStrategyAutoScalerConfig(AbstractModel):
|
|
|
1067
1250
|
self._ModifyTime = None
|
|
1068
1251
|
self._StrategyId = None
|
|
1069
1252
|
self._AutoScalerId = None
|
|
1253
|
+
self._Behavior = None
|
|
1070
1254
|
|
|
1071
1255
|
@property
|
|
1072
1256
|
def MaxReplicas(self):
|
|
@@ -1094,36 +1278,60 @@ class CloudNativeAPIGatewayStrategyAutoScalerConfig(AbstractModel):
|
|
|
1094
1278
|
|
|
1095
1279
|
@property
|
|
1096
1280
|
def CreateTime(self):
|
|
1281
|
+
warnings.warn("parameter `CreateTime` is deprecated", DeprecationWarning)
|
|
1282
|
+
|
|
1097
1283
|
return self._CreateTime
|
|
1098
1284
|
|
|
1099
1285
|
@CreateTime.setter
|
|
1100
1286
|
def CreateTime(self, CreateTime):
|
|
1287
|
+
warnings.warn("parameter `CreateTime` is deprecated", DeprecationWarning)
|
|
1288
|
+
|
|
1101
1289
|
self._CreateTime = CreateTime
|
|
1102
1290
|
|
|
1103
1291
|
@property
|
|
1104
1292
|
def ModifyTime(self):
|
|
1293
|
+
warnings.warn("parameter `ModifyTime` is deprecated", DeprecationWarning)
|
|
1294
|
+
|
|
1105
1295
|
return self._ModifyTime
|
|
1106
1296
|
|
|
1107
1297
|
@ModifyTime.setter
|
|
1108
1298
|
def ModifyTime(self, ModifyTime):
|
|
1299
|
+
warnings.warn("parameter `ModifyTime` is deprecated", DeprecationWarning)
|
|
1300
|
+
|
|
1109
1301
|
self._ModifyTime = ModifyTime
|
|
1110
1302
|
|
|
1111
1303
|
@property
|
|
1112
1304
|
def StrategyId(self):
|
|
1305
|
+
warnings.warn("parameter `StrategyId` is deprecated", DeprecationWarning)
|
|
1306
|
+
|
|
1113
1307
|
return self._StrategyId
|
|
1114
1308
|
|
|
1115
1309
|
@StrategyId.setter
|
|
1116
1310
|
def StrategyId(self, StrategyId):
|
|
1311
|
+
warnings.warn("parameter `StrategyId` is deprecated", DeprecationWarning)
|
|
1312
|
+
|
|
1117
1313
|
self._StrategyId = StrategyId
|
|
1118
1314
|
|
|
1119
1315
|
@property
|
|
1120
1316
|
def AutoScalerId(self):
|
|
1317
|
+
warnings.warn("parameter `AutoScalerId` is deprecated", DeprecationWarning)
|
|
1318
|
+
|
|
1121
1319
|
return self._AutoScalerId
|
|
1122
1320
|
|
|
1123
1321
|
@AutoScalerId.setter
|
|
1124
1322
|
def AutoScalerId(self, AutoScalerId):
|
|
1323
|
+
warnings.warn("parameter `AutoScalerId` is deprecated", DeprecationWarning)
|
|
1324
|
+
|
|
1125
1325
|
self._AutoScalerId = AutoScalerId
|
|
1126
1326
|
|
|
1327
|
+
@property
|
|
1328
|
+
def Behavior(self):
|
|
1329
|
+
return self._Behavior
|
|
1330
|
+
|
|
1331
|
+
@Behavior.setter
|
|
1332
|
+
def Behavior(self, Behavior):
|
|
1333
|
+
self._Behavior = Behavior
|
|
1334
|
+
|
|
1127
1335
|
|
|
1128
1336
|
def _deserialize(self, params):
|
|
1129
1337
|
self._MaxReplicas = params.get("MaxReplicas")
|
|
@@ -1138,6 +1346,9 @@ class CloudNativeAPIGatewayStrategyAutoScalerConfig(AbstractModel):
|
|
|
1138
1346
|
self._ModifyTime = params.get("ModifyTime")
|
|
1139
1347
|
self._StrategyId = params.get("StrategyId")
|
|
1140
1348
|
self._AutoScalerId = params.get("AutoScalerId")
|
|
1349
|
+
if params.get("Behavior") is not None:
|
|
1350
|
+
self._Behavior = AutoScalerBehavior()
|
|
1351
|
+
self._Behavior._deserialize(params.get("Behavior"))
|
|
1141
1352
|
memeber_set = set(params.keys())
|
|
1142
1353
|
for name, value in vars(self).items():
|
|
1143
1354
|
property_name = name[1:]
|
|
@@ -1268,26 +1479,38 @@ class CloudNativeAPIGatewayStrategyCronScalerConfig(AbstractModel):
|
|
|
1268
1479
|
|
|
1269
1480
|
@property
|
|
1270
1481
|
def CreateTime(self):
|
|
1482
|
+
warnings.warn("parameter `CreateTime` is deprecated", DeprecationWarning)
|
|
1483
|
+
|
|
1271
1484
|
return self._CreateTime
|
|
1272
1485
|
|
|
1273
1486
|
@CreateTime.setter
|
|
1274
1487
|
def CreateTime(self, CreateTime):
|
|
1488
|
+
warnings.warn("parameter `CreateTime` is deprecated", DeprecationWarning)
|
|
1489
|
+
|
|
1275
1490
|
self._CreateTime = CreateTime
|
|
1276
1491
|
|
|
1277
1492
|
@property
|
|
1278
1493
|
def ModifyTime(self):
|
|
1494
|
+
warnings.warn("parameter `ModifyTime` is deprecated", DeprecationWarning)
|
|
1495
|
+
|
|
1279
1496
|
return self._ModifyTime
|
|
1280
1497
|
|
|
1281
1498
|
@ModifyTime.setter
|
|
1282
1499
|
def ModifyTime(self, ModifyTime):
|
|
1500
|
+
warnings.warn("parameter `ModifyTime` is deprecated", DeprecationWarning)
|
|
1501
|
+
|
|
1283
1502
|
self._ModifyTime = ModifyTime
|
|
1284
1503
|
|
|
1285
1504
|
@property
|
|
1286
1505
|
def StrategyId(self):
|
|
1506
|
+
warnings.warn("parameter `StrategyId` is deprecated", DeprecationWarning)
|
|
1507
|
+
|
|
1287
1508
|
return self._StrategyId
|
|
1288
1509
|
|
|
1289
1510
|
@StrategyId.setter
|
|
1290
1511
|
def StrategyId(self, StrategyId):
|
|
1512
|
+
warnings.warn("parameter `StrategyId` is deprecated", DeprecationWarning)
|
|
1513
|
+
|
|
1291
1514
|
self._StrategyId = StrategyId
|
|
1292
1515
|
|
|
1293
1516
|
|
|
@@ -25801,7 +25801,7 @@ class ExecuteTaskRequest(AbstractModel):
|
|
|
25801
25801
|
|
|
25802
25802
|
def __init__(self):
|
|
25803
25803
|
r"""
|
|
25804
|
-
:param _TaskId: 任务 ID
|
|
25804
|
+
:param _TaskId: 任务 ID
|
|
25805
25805
|
:type TaskId: str
|
|
25806
25806
|
"""
|
|
25807
25807
|
self._TaskId = None
|
|
@@ -3871,7 +3871,7 @@ class TsfClient(AbstractClient):
|
|
|
3871
3871
|
|
|
3872
3872
|
|
|
3873
3873
|
def ExecuteTask(self, request):
|
|
3874
|
-
"""
|
|
3874
|
+
"""手动执行一次任务
|
|
3875
3875
|
|
|
3876
3876
|
:param request: Request instance for ExecuteTask.
|
|
3877
3877
|
:type request: :class:`tencentcloud.tsf.v20180326.models.ExecuteTaskRequest`
|
|
@@ -36873,7 +36873,7 @@ class ModifyMediaStorageClassRequest(AbstractModel):
|
|
|
36873
36873
|
|
|
36874
36874
|
def __init__(self):
|
|
36875
36875
|
r"""
|
|
36876
|
-
:param _FileIds:
|
|
36876
|
+
:param _FileIds: 媒体文件唯一标识列表,最大长度:100。
|
|
36877
36877
|
:type FileIds: list of str
|
|
36878
36878
|
:param _StorageClass: 目标存储类型。可选值有:
|
|
36879
36879
|
<li> STANDARD:标准存储。</li>
|
|
@@ -773,6 +773,12 @@ UNSUPPORTEDOPERATION_FLOWLOGSNOTSUPPORTKOINSTANCEENI = 'UnsupportedOperation.Flo
|
|
|
773
773
|
# 不支持创建流日志:当前弹性网卡未绑定实例。
|
|
774
774
|
UNSUPPORTEDOPERATION_FLOWLOGSNOTSUPPORTNULLINSTANCEENI = 'UnsupportedOperation.FlowLogsNotSupportNullInstanceEni'
|
|
775
775
|
|
|
776
|
+
# 指定的客户令牌已经被使用。
|
|
777
|
+
UNSUPPORTEDOPERATION_IDEMPOTENTPARAMETERMISMATCH = 'UnsupportedOperation.IdempotentParameterMismatch'
|
|
778
|
+
|
|
779
|
+
# 先前的幂等请求仍在处理中,请稍后重试。
|
|
780
|
+
UNSUPPORTEDOPERATION_IDEMPOTENTPROCESSING = 'UnsupportedOperation.IdempotentProcessing'
|
|
781
|
+
|
|
776
782
|
# 该种类型地址不支持此操作。
|
|
777
783
|
UNSUPPORTEDOPERATION_INCORRECTADDRESSRESOURCETYPE = 'UnsupportedOperation.IncorrectAddressResourceType'
|
|
778
784
|
|