tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -204,6 +204,137 @@ class Agent(AbstractModel):
|
|
|
204
204
|
|
|
205
205
|
|
|
206
206
|
|
|
207
|
+
class AgentDutyTask(AbstractModel):
|
|
208
|
+
r"""智能体值守任务信息
|
|
209
|
+
|
|
210
|
+
"""
|
|
211
|
+
|
|
212
|
+
def __init__(self):
|
|
213
|
+
r"""
|
|
214
|
+
:param _TaskId: 任务ID
|
|
215
|
+
:type TaskId: str
|
|
216
|
+
:param _CreateTime: 任务创建时间
|
|
217
|
+
:type CreateTime: str
|
|
218
|
+
:param _StartTime: 任务开始运行时间
|
|
219
|
+
:type StartTime: str
|
|
220
|
+
:param _FinishTime: 任务结束时间
|
|
221
|
+
:type FinishTime: str
|
|
222
|
+
:param _Status: 任务状态
|
|
223
|
+
:type Status: str
|
|
224
|
+
:param _ResultExtraKey: 对外展示的Extra信息
|
|
225
|
+
:type ResultExtraKey: list of str
|
|
226
|
+
:param _Extra: 业务的额外敏感信息
|
|
227
|
+
:type Extra: list of ExtraInfo
|
|
228
|
+
"""
|
|
229
|
+
self._TaskId = None
|
|
230
|
+
self._CreateTime = None
|
|
231
|
+
self._StartTime = None
|
|
232
|
+
self._FinishTime = None
|
|
233
|
+
self._Status = None
|
|
234
|
+
self._ResultExtraKey = None
|
|
235
|
+
self._Extra = None
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
def TaskId(self):
|
|
239
|
+
r"""任务ID
|
|
240
|
+
:rtype: str
|
|
241
|
+
"""
|
|
242
|
+
return self._TaskId
|
|
243
|
+
|
|
244
|
+
@TaskId.setter
|
|
245
|
+
def TaskId(self, TaskId):
|
|
246
|
+
self._TaskId = TaskId
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
def CreateTime(self):
|
|
250
|
+
r"""任务创建时间
|
|
251
|
+
:rtype: str
|
|
252
|
+
"""
|
|
253
|
+
return self._CreateTime
|
|
254
|
+
|
|
255
|
+
@CreateTime.setter
|
|
256
|
+
def CreateTime(self, CreateTime):
|
|
257
|
+
self._CreateTime = CreateTime
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
def StartTime(self):
|
|
261
|
+
r"""任务开始运行时间
|
|
262
|
+
:rtype: str
|
|
263
|
+
"""
|
|
264
|
+
return self._StartTime
|
|
265
|
+
|
|
266
|
+
@StartTime.setter
|
|
267
|
+
def StartTime(self, StartTime):
|
|
268
|
+
self._StartTime = StartTime
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
def FinishTime(self):
|
|
272
|
+
r"""任务结束时间
|
|
273
|
+
:rtype: str
|
|
274
|
+
"""
|
|
275
|
+
return self._FinishTime
|
|
276
|
+
|
|
277
|
+
@FinishTime.setter
|
|
278
|
+
def FinishTime(self, FinishTime):
|
|
279
|
+
self._FinishTime = FinishTime
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
def Status(self):
|
|
283
|
+
r"""任务状态
|
|
284
|
+
:rtype: str
|
|
285
|
+
"""
|
|
286
|
+
return self._Status
|
|
287
|
+
|
|
288
|
+
@Status.setter
|
|
289
|
+
def Status(self, Status):
|
|
290
|
+
self._Status = Status
|
|
291
|
+
|
|
292
|
+
@property
|
|
293
|
+
def ResultExtraKey(self):
|
|
294
|
+
r"""对外展示的Extra信息
|
|
295
|
+
:rtype: list of str
|
|
296
|
+
"""
|
|
297
|
+
return self._ResultExtraKey
|
|
298
|
+
|
|
299
|
+
@ResultExtraKey.setter
|
|
300
|
+
def ResultExtraKey(self, ResultExtraKey):
|
|
301
|
+
self._ResultExtraKey = ResultExtraKey
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
def Extra(self):
|
|
305
|
+
r"""业务的额外敏感信息
|
|
306
|
+
:rtype: list of ExtraInfo
|
|
307
|
+
"""
|
|
308
|
+
return self._Extra
|
|
309
|
+
|
|
310
|
+
@Extra.setter
|
|
311
|
+
def Extra(self, Extra):
|
|
312
|
+
self._Extra = Extra
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
def _deserialize(self, params):
|
|
316
|
+
self._TaskId = params.get("TaskId")
|
|
317
|
+
self._CreateTime = params.get("CreateTime")
|
|
318
|
+
self._StartTime = params.get("StartTime")
|
|
319
|
+
self._FinishTime = params.get("FinishTime")
|
|
320
|
+
self._Status = params.get("Status")
|
|
321
|
+
self._ResultExtraKey = params.get("ResultExtraKey")
|
|
322
|
+
if params.get("Extra") is not None:
|
|
323
|
+
self._Extra = []
|
|
324
|
+
for item in params.get("Extra"):
|
|
325
|
+
obj = ExtraInfo()
|
|
326
|
+
obj._deserialize(item)
|
|
327
|
+
self._Extra.append(obj)
|
|
328
|
+
memeber_set = set(params.keys())
|
|
329
|
+
for name, value in vars(self).items():
|
|
330
|
+
property_name = name[1:]
|
|
331
|
+
if property_name in memeber_set:
|
|
332
|
+
memeber_set.remove(property_name)
|
|
333
|
+
if len(memeber_set) > 0:
|
|
334
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
207
338
|
class AgentInstance(AbstractModel):
|
|
208
339
|
r"""智能体实例
|
|
209
340
|
|
|
@@ -1318,11 +1449,25 @@ class DescribeAgentDutyTaskDetailResponse(AbstractModel):
|
|
|
1318
1449
|
|
|
1319
1450
|
def __init__(self):
|
|
1320
1451
|
r"""
|
|
1452
|
+
:param _AgentDutyTask: 任务详细信息
|
|
1453
|
+
:type AgentDutyTask: :class:`tencentcloud.tdai.v20250717.models.AgentDutyTask`
|
|
1321
1454
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1322
1455
|
:type RequestId: str
|
|
1323
1456
|
"""
|
|
1457
|
+
self._AgentDutyTask = None
|
|
1324
1458
|
self._RequestId = None
|
|
1325
1459
|
|
|
1460
|
+
@property
|
|
1461
|
+
def AgentDutyTask(self):
|
|
1462
|
+
r"""任务详细信息
|
|
1463
|
+
:rtype: :class:`tencentcloud.tdai.v20250717.models.AgentDutyTask`
|
|
1464
|
+
"""
|
|
1465
|
+
return self._AgentDutyTask
|
|
1466
|
+
|
|
1467
|
+
@AgentDutyTask.setter
|
|
1468
|
+
def AgentDutyTask(self, AgentDutyTask):
|
|
1469
|
+
self._AgentDutyTask = AgentDutyTask
|
|
1470
|
+
|
|
1326
1471
|
@property
|
|
1327
1472
|
def RequestId(self):
|
|
1328
1473
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1336,6 +1481,9 @@ class DescribeAgentDutyTaskDetailResponse(AbstractModel):
|
|
|
1336
1481
|
|
|
1337
1482
|
|
|
1338
1483
|
def _deserialize(self, params):
|
|
1484
|
+
if params.get("AgentDutyTask") is not None:
|
|
1485
|
+
self._AgentDutyTask = AgentDutyTask()
|
|
1486
|
+
self._AgentDutyTask._deserialize(params.get("AgentDutyTask"))
|
|
1339
1487
|
self._RequestId = params.get("RequestId")
|
|
1340
1488
|
|
|
1341
1489
|
|
|
@@ -1346,13 +1494,53 @@ class DescribeAgentDutyTasksRequest(AbstractModel):
|
|
|
1346
1494
|
|
|
1347
1495
|
def __init__(self):
|
|
1348
1496
|
r"""
|
|
1497
|
+
:param _InstanceId: agent实例ID
|
|
1498
|
+
:type InstanceId: str
|
|
1499
|
+
:param _ChatId: 会话ID
|
|
1500
|
+
:type ChatId: str
|
|
1349
1501
|
:param _Offset: 查询开始位置
|
|
1350
1502
|
:type Offset: int
|
|
1351
1503
|
:param _Limit: 列表查询数量
|
|
1352
1504
|
:type Limit: int
|
|
1505
|
+
:param _StartTime: 任务启动时间
|
|
1506
|
+
:type StartTime: str
|
|
1507
|
+
:param _EndTime: 任务结束时间
|
|
1508
|
+
:type EndTime: str
|
|
1509
|
+
:param _AgentTaskType: 任务类型
|
|
1510
|
+
:type AgentTaskType: str
|
|
1511
|
+
:param _Parameters: 业务参数
|
|
1512
|
+
:type Parameters: list of Parameter
|
|
1353
1513
|
"""
|
|
1514
|
+
self._InstanceId = None
|
|
1515
|
+
self._ChatId = None
|
|
1354
1516
|
self._Offset = None
|
|
1355
1517
|
self._Limit = None
|
|
1518
|
+
self._StartTime = None
|
|
1519
|
+
self._EndTime = None
|
|
1520
|
+
self._AgentTaskType = None
|
|
1521
|
+
self._Parameters = None
|
|
1522
|
+
|
|
1523
|
+
@property
|
|
1524
|
+
def InstanceId(self):
|
|
1525
|
+
r"""agent实例ID
|
|
1526
|
+
:rtype: str
|
|
1527
|
+
"""
|
|
1528
|
+
return self._InstanceId
|
|
1529
|
+
|
|
1530
|
+
@InstanceId.setter
|
|
1531
|
+
def InstanceId(self, InstanceId):
|
|
1532
|
+
self._InstanceId = InstanceId
|
|
1533
|
+
|
|
1534
|
+
@property
|
|
1535
|
+
def ChatId(self):
|
|
1536
|
+
r"""会话ID
|
|
1537
|
+
:rtype: str
|
|
1538
|
+
"""
|
|
1539
|
+
return self._ChatId
|
|
1540
|
+
|
|
1541
|
+
@ChatId.setter
|
|
1542
|
+
def ChatId(self, ChatId):
|
|
1543
|
+
self._ChatId = ChatId
|
|
1356
1544
|
|
|
1357
1545
|
@property
|
|
1358
1546
|
def Offset(self):
|
|
@@ -1376,10 +1564,65 @@ class DescribeAgentDutyTasksRequest(AbstractModel):
|
|
|
1376
1564
|
def Limit(self, Limit):
|
|
1377
1565
|
self._Limit = Limit
|
|
1378
1566
|
|
|
1567
|
+
@property
|
|
1568
|
+
def StartTime(self):
|
|
1569
|
+
r"""任务启动时间
|
|
1570
|
+
:rtype: str
|
|
1571
|
+
"""
|
|
1572
|
+
return self._StartTime
|
|
1573
|
+
|
|
1574
|
+
@StartTime.setter
|
|
1575
|
+
def StartTime(self, StartTime):
|
|
1576
|
+
self._StartTime = StartTime
|
|
1577
|
+
|
|
1578
|
+
@property
|
|
1579
|
+
def EndTime(self):
|
|
1580
|
+
r"""任务结束时间
|
|
1581
|
+
:rtype: str
|
|
1582
|
+
"""
|
|
1583
|
+
return self._EndTime
|
|
1584
|
+
|
|
1585
|
+
@EndTime.setter
|
|
1586
|
+
def EndTime(self, EndTime):
|
|
1587
|
+
self._EndTime = EndTime
|
|
1588
|
+
|
|
1589
|
+
@property
|
|
1590
|
+
def AgentTaskType(self):
|
|
1591
|
+
r"""任务类型
|
|
1592
|
+
:rtype: str
|
|
1593
|
+
"""
|
|
1594
|
+
return self._AgentTaskType
|
|
1595
|
+
|
|
1596
|
+
@AgentTaskType.setter
|
|
1597
|
+
def AgentTaskType(self, AgentTaskType):
|
|
1598
|
+
self._AgentTaskType = AgentTaskType
|
|
1599
|
+
|
|
1600
|
+
@property
|
|
1601
|
+
def Parameters(self):
|
|
1602
|
+
r"""业务参数
|
|
1603
|
+
:rtype: list of Parameter
|
|
1604
|
+
"""
|
|
1605
|
+
return self._Parameters
|
|
1606
|
+
|
|
1607
|
+
@Parameters.setter
|
|
1608
|
+
def Parameters(self, Parameters):
|
|
1609
|
+
self._Parameters = Parameters
|
|
1610
|
+
|
|
1379
1611
|
|
|
1380
1612
|
def _deserialize(self, params):
|
|
1613
|
+
self._InstanceId = params.get("InstanceId")
|
|
1614
|
+
self._ChatId = params.get("ChatId")
|
|
1381
1615
|
self._Offset = params.get("Offset")
|
|
1382
1616
|
self._Limit = params.get("Limit")
|
|
1617
|
+
self._StartTime = params.get("StartTime")
|
|
1618
|
+
self._EndTime = params.get("EndTime")
|
|
1619
|
+
self._AgentTaskType = params.get("AgentTaskType")
|
|
1620
|
+
if params.get("Parameters") is not None:
|
|
1621
|
+
self._Parameters = []
|
|
1622
|
+
for item in params.get("Parameters"):
|
|
1623
|
+
obj = Parameter()
|
|
1624
|
+
obj._deserialize(item)
|
|
1625
|
+
self._Parameters.append(obj)
|
|
1383
1626
|
memeber_set = set(params.keys())
|
|
1384
1627
|
for name, value in vars(self).items():
|
|
1385
1628
|
property_name = name[1:]
|
|
@@ -1399,10 +1642,13 @@ class DescribeAgentDutyTasksResponse(AbstractModel):
|
|
|
1399
1642
|
r"""
|
|
1400
1643
|
:param _TotalCount: 查询结果总数量
|
|
1401
1644
|
:type TotalCount: int
|
|
1645
|
+
:param _DutyTasks: 任务详细信息
|
|
1646
|
+
:type DutyTasks: list of AgentDutyTask
|
|
1402
1647
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1403
1648
|
:type RequestId: str
|
|
1404
1649
|
"""
|
|
1405
1650
|
self._TotalCount = None
|
|
1651
|
+
self._DutyTasks = None
|
|
1406
1652
|
self._RequestId = None
|
|
1407
1653
|
|
|
1408
1654
|
@property
|
|
@@ -1416,6 +1662,17 @@ class DescribeAgentDutyTasksResponse(AbstractModel):
|
|
|
1416
1662
|
def TotalCount(self, TotalCount):
|
|
1417
1663
|
self._TotalCount = TotalCount
|
|
1418
1664
|
|
|
1665
|
+
@property
|
|
1666
|
+
def DutyTasks(self):
|
|
1667
|
+
r"""任务详细信息
|
|
1668
|
+
:rtype: list of AgentDutyTask
|
|
1669
|
+
"""
|
|
1670
|
+
return self._DutyTasks
|
|
1671
|
+
|
|
1672
|
+
@DutyTasks.setter
|
|
1673
|
+
def DutyTasks(self, DutyTasks):
|
|
1674
|
+
self._DutyTasks = DutyTasks
|
|
1675
|
+
|
|
1419
1676
|
@property
|
|
1420
1677
|
def RequestId(self):
|
|
1421
1678
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1430,6 +1687,12 @@ class DescribeAgentDutyTasksResponse(AbstractModel):
|
|
|
1430
1687
|
|
|
1431
1688
|
def _deserialize(self, params):
|
|
1432
1689
|
self._TotalCount = params.get("TotalCount")
|
|
1690
|
+
if params.get("DutyTasks") is not None:
|
|
1691
|
+
self._DutyTasks = []
|
|
1692
|
+
for item in params.get("DutyTasks"):
|
|
1693
|
+
obj = AgentDutyTask()
|
|
1694
|
+
obj._deserialize(item)
|
|
1695
|
+
self._DutyTasks.append(obj)
|
|
1433
1696
|
self._RequestId = params.get("RequestId")
|
|
1434
1697
|
|
|
1435
1698
|
|
|
@@ -1926,7 +2189,7 @@ class DescribeChatDetailRequest(AbstractModel):
|
|
|
1926
2189
|
:param _StreamingId: 流ID
|
|
1927
2190
|
:type StreamingId: str
|
|
1928
2191
|
:param _BeginStreamingTokenId: 开始拉取的流式TokenID。0表示从该流最早的TokenID开始获取
|
|
1929
|
-
:type BeginStreamingTokenId:
|
|
2192
|
+
:type BeginStreamingTokenId: int
|
|
1930
2193
|
:param _TokenLimit: 单次获取的token数量,默认2000
|
|
1931
2194
|
:type TokenLimit: int
|
|
1932
2195
|
"""
|
|
@@ -1972,7 +2235,7 @@ class DescribeChatDetailRequest(AbstractModel):
|
|
|
1972
2235
|
@property
|
|
1973
2236
|
def BeginStreamingTokenId(self):
|
|
1974
2237
|
r"""开始拉取的流式TokenID。0表示从该流最早的TokenID开始获取
|
|
1975
|
-
:rtype:
|
|
2238
|
+
:rtype: int
|
|
1976
2239
|
"""
|
|
1977
2240
|
return self._BeginStreamingTokenId
|
|
1978
2241
|
|
|
@@ -2339,6 +2602,87 @@ class DescribeReportUrlResponse(AbstractModel):
|
|
|
2339
2602
|
self._RequestId = params.get("RequestId")
|
|
2340
2603
|
|
|
2341
2604
|
|
|
2605
|
+
class ExtraInfo(AbstractModel):
|
|
2606
|
+
r"""智能体值守任务额外信息
|
|
2607
|
+
|
|
2608
|
+
"""
|
|
2609
|
+
|
|
2610
|
+
def __init__(self):
|
|
2611
|
+
r"""
|
|
2612
|
+
:param _Key: 出参额外信息的Key
|
|
2613
|
+
:type Key: str
|
|
2614
|
+
:param _Description: 额外信息描述
|
|
2615
|
+
:type Description: str
|
|
2616
|
+
:param _Value: ExtraInfo的值
|
|
2617
|
+
:type Value: str
|
|
2618
|
+
:param _ValueType: 值的数据结构类型
|
|
2619
|
+
:type ValueType: str
|
|
2620
|
+
"""
|
|
2621
|
+
self._Key = None
|
|
2622
|
+
self._Description = None
|
|
2623
|
+
self._Value = None
|
|
2624
|
+
self._ValueType = None
|
|
2625
|
+
|
|
2626
|
+
@property
|
|
2627
|
+
def Key(self):
|
|
2628
|
+
r"""出参额外信息的Key
|
|
2629
|
+
:rtype: str
|
|
2630
|
+
"""
|
|
2631
|
+
return self._Key
|
|
2632
|
+
|
|
2633
|
+
@Key.setter
|
|
2634
|
+
def Key(self, Key):
|
|
2635
|
+
self._Key = Key
|
|
2636
|
+
|
|
2637
|
+
@property
|
|
2638
|
+
def Description(self):
|
|
2639
|
+
r"""额外信息描述
|
|
2640
|
+
:rtype: str
|
|
2641
|
+
"""
|
|
2642
|
+
return self._Description
|
|
2643
|
+
|
|
2644
|
+
@Description.setter
|
|
2645
|
+
def Description(self, Description):
|
|
2646
|
+
self._Description = Description
|
|
2647
|
+
|
|
2648
|
+
@property
|
|
2649
|
+
def Value(self):
|
|
2650
|
+
r"""ExtraInfo的值
|
|
2651
|
+
:rtype: str
|
|
2652
|
+
"""
|
|
2653
|
+
return self._Value
|
|
2654
|
+
|
|
2655
|
+
@Value.setter
|
|
2656
|
+
def Value(self, Value):
|
|
2657
|
+
self._Value = Value
|
|
2658
|
+
|
|
2659
|
+
@property
|
|
2660
|
+
def ValueType(self):
|
|
2661
|
+
r"""值的数据结构类型
|
|
2662
|
+
:rtype: str
|
|
2663
|
+
"""
|
|
2664
|
+
return self._ValueType
|
|
2665
|
+
|
|
2666
|
+
@ValueType.setter
|
|
2667
|
+
def ValueType(self, ValueType):
|
|
2668
|
+
self._ValueType = ValueType
|
|
2669
|
+
|
|
2670
|
+
|
|
2671
|
+
def _deserialize(self, params):
|
|
2672
|
+
self._Key = params.get("Key")
|
|
2673
|
+
self._Description = params.get("Description")
|
|
2674
|
+
self._Value = params.get("Value")
|
|
2675
|
+
self._ValueType = params.get("ValueType")
|
|
2676
|
+
memeber_set = set(params.keys())
|
|
2677
|
+
for name, value in vars(self).items():
|
|
2678
|
+
property_name = name[1:]
|
|
2679
|
+
if property_name in memeber_set:
|
|
2680
|
+
memeber_set.remove(property_name)
|
|
2681
|
+
if len(memeber_set) > 0:
|
|
2682
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2683
|
+
|
|
2684
|
+
|
|
2685
|
+
|
|
2342
2686
|
class InstanceInfos(AbstractModel):
|
|
2343
2687
|
r"""实例信息
|
|
2344
2688
|
|
|
@@ -3043,6 +3387,100 @@ class SqlAgentParameter(AbstractModel):
|
|
|
3043
3387
|
|
|
3044
3388
|
|
|
3045
3389
|
|
|
3390
|
+
class StartAgentTaskRequest(AbstractModel):
|
|
3391
|
+
r"""StartAgentTask请求参数结构体
|
|
3392
|
+
|
|
3393
|
+
"""
|
|
3394
|
+
|
|
3395
|
+
def __init__(self):
|
|
3396
|
+
r"""
|
|
3397
|
+
:param _InstanceId: 实例ID
|
|
3398
|
+
:type InstanceId: str
|
|
3399
|
+
:param _InstanceToken: 配置Token
|
|
3400
|
+
:type InstanceToken: str
|
|
3401
|
+
"""
|
|
3402
|
+
self._InstanceId = None
|
|
3403
|
+
self._InstanceToken = None
|
|
3404
|
+
|
|
3405
|
+
@property
|
|
3406
|
+
def InstanceId(self):
|
|
3407
|
+
r"""实例ID
|
|
3408
|
+
:rtype: str
|
|
3409
|
+
"""
|
|
3410
|
+
return self._InstanceId
|
|
3411
|
+
|
|
3412
|
+
@InstanceId.setter
|
|
3413
|
+
def InstanceId(self, InstanceId):
|
|
3414
|
+
self._InstanceId = InstanceId
|
|
3415
|
+
|
|
3416
|
+
@property
|
|
3417
|
+
def InstanceToken(self):
|
|
3418
|
+
r"""配置Token
|
|
3419
|
+
:rtype: str
|
|
3420
|
+
"""
|
|
3421
|
+
return self._InstanceToken
|
|
3422
|
+
|
|
3423
|
+
@InstanceToken.setter
|
|
3424
|
+
def InstanceToken(self, InstanceToken):
|
|
3425
|
+
self._InstanceToken = InstanceToken
|
|
3426
|
+
|
|
3427
|
+
|
|
3428
|
+
def _deserialize(self, params):
|
|
3429
|
+
self._InstanceId = params.get("InstanceId")
|
|
3430
|
+
self._InstanceToken = params.get("InstanceToken")
|
|
3431
|
+
memeber_set = set(params.keys())
|
|
3432
|
+
for name, value in vars(self).items():
|
|
3433
|
+
property_name = name[1:]
|
|
3434
|
+
if property_name in memeber_set:
|
|
3435
|
+
memeber_set.remove(property_name)
|
|
3436
|
+
if len(memeber_set) > 0:
|
|
3437
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3438
|
+
|
|
3439
|
+
|
|
3440
|
+
|
|
3441
|
+
class StartAgentTaskResponse(AbstractModel):
|
|
3442
|
+
r"""StartAgentTask返回参数结构体
|
|
3443
|
+
|
|
3444
|
+
"""
|
|
3445
|
+
|
|
3446
|
+
def __init__(self):
|
|
3447
|
+
r"""
|
|
3448
|
+
:param _TaskId: 任务ID
|
|
3449
|
+
:type TaskId: str
|
|
3450
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3451
|
+
:type RequestId: str
|
|
3452
|
+
"""
|
|
3453
|
+
self._TaskId = None
|
|
3454
|
+
self._RequestId = None
|
|
3455
|
+
|
|
3456
|
+
@property
|
|
3457
|
+
def TaskId(self):
|
|
3458
|
+
r"""任务ID
|
|
3459
|
+
:rtype: str
|
|
3460
|
+
"""
|
|
3461
|
+
return self._TaskId
|
|
3462
|
+
|
|
3463
|
+
@TaskId.setter
|
|
3464
|
+
def TaskId(self, TaskId):
|
|
3465
|
+
self._TaskId = TaskId
|
|
3466
|
+
|
|
3467
|
+
@property
|
|
3468
|
+
def RequestId(self):
|
|
3469
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3470
|
+
:rtype: str
|
|
3471
|
+
"""
|
|
3472
|
+
return self._RequestId
|
|
3473
|
+
|
|
3474
|
+
@RequestId.setter
|
|
3475
|
+
def RequestId(self, RequestId):
|
|
3476
|
+
self._RequestId = RequestId
|
|
3477
|
+
|
|
3478
|
+
|
|
3479
|
+
def _deserialize(self, params):
|
|
3480
|
+
self._TaskId = params.get("TaskId")
|
|
3481
|
+
self._RequestId = params.get("RequestId")
|
|
3482
|
+
|
|
3483
|
+
|
|
3046
3484
|
class TagFilter(AbstractModel):
|
|
3047
3485
|
r"""通过标签对资源进行过滤
|
|
3048
3486
|
|
|
@@ -412,6 +412,29 @@ class TdaiClient(AbstractClient):
|
|
|
412
412
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
413
413
|
|
|
414
414
|
|
|
415
|
+
def StartAgentTask(self, request):
|
|
416
|
+
r"""该接口用于启动一个智能体的任务
|
|
417
|
+
|
|
418
|
+
:param request: Request instance for StartAgentTask.
|
|
419
|
+
:type request: :class:`tencentcloud.tdai.v20250717.models.StartAgentTaskRequest`
|
|
420
|
+
:rtype: :class:`tencentcloud.tdai.v20250717.models.StartAgentTaskResponse`
|
|
421
|
+
|
|
422
|
+
"""
|
|
423
|
+
try:
|
|
424
|
+
params = request._serialize()
|
|
425
|
+
headers = request.headers
|
|
426
|
+
body = self.call("StartAgentTask", params, headers=headers)
|
|
427
|
+
response = json.loads(body)
|
|
428
|
+
model = models.StartAgentTaskResponse()
|
|
429
|
+
model._deserialize(response["Response"])
|
|
430
|
+
return model
|
|
431
|
+
except Exception as e:
|
|
432
|
+
if isinstance(e, TencentCloudSDKException):
|
|
433
|
+
raise
|
|
434
|
+
else:
|
|
435
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
436
|
+
|
|
437
|
+
|
|
415
438
|
def TerminateAgentInstance(self, request):
|
|
416
439
|
r"""本接口(TerminateAgentInstance)用于下线智能体实例,通常在用户需要下线智能体实例时使用。
|
|
417
440
|
|
|
@@ -331,6 +331,24 @@ class TdaiClient(AbstractClient):
|
|
|
331
331
|
|
|
332
332
|
return await self.call_and_deserialize(**kwargs)
|
|
333
333
|
|
|
334
|
+
async def StartAgentTask(
|
|
335
|
+
self,
|
|
336
|
+
request: models.StartAgentTaskRequest,
|
|
337
|
+
opts: Dict = None,
|
|
338
|
+
) -> models.StartAgentTaskResponse:
|
|
339
|
+
"""
|
|
340
|
+
该接口用于启动一个智能体的任务
|
|
341
|
+
"""
|
|
342
|
+
|
|
343
|
+
kwargs = {}
|
|
344
|
+
kwargs["action"] = "StartAgentTask"
|
|
345
|
+
kwargs["params"] = request._serialize()
|
|
346
|
+
kwargs["resp_cls"] = models.StartAgentTaskResponse
|
|
347
|
+
kwargs["headers"] = request.headers
|
|
348
|
+
kwargs["opts"] = opts or {}
|
|
349
|
+
|
|
350
|
+
return await self.call_and_deserialize(**kwargs)
|
|
351
|
+
|
|
334
352
|
async def TerminateAgentInstance(
|
|
335
353
|
self,
|
|
336
354
|
request: models.TerminateAgentInstanceRequest,
|
|
@@ -107,7 +107,7 @@ FAILEDOPERATION_INSTANCENOTREADY = 'FailedOperation.InstanceNotReady'
|
|
|
107
107
|
# 存量公网禁止修改
|
|
108
108
|
FAILEDOPERATION_INVALIDEXISTPUBLICACCESSPOINTERROR = 'FailedOperation.InvalidExistPublicAccessPointError'
|
|
109
109
|
|
|
110
|
-
#
|
|
110
|
+
# 白名单列表不合法,格式错误或者数量超限
|
|
111
111
|
FAILEDOPERATION_INVALIDWHITELISTERROR = 'FailedOperation.InvalidWhiteListError'
|
|
112
112
|
|
|
113
113
|
# 当前集群不支持设置该参数
|