tencentcloud-sdk-python 3.0.1352__py2.py3-none-any.whl → 3.0.1354__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/batch/v20170312/batch_client.py +0 -46
- tencentcloud/batch/v20170312/errorcodes.py +0 -9
- tencentcloud/batch/v20170312/models.py +21 -962
- tencentcloud/bh/v20230418/models.py +15 -0
- tencentcloud/bi/v20220105/models.py +145 -0
- tencentcloud/cam/v20190116/errorcodes.py +3 -0
- tencentcloud/cam/v20190116/models.py +0 -82
- tencentcloud/cbs/v20170312/models.py +6 -14
- tencentcloud/cdn/v20180606/models.py +0 -46
- tencentcloud/chdfs/v20201112/models.py +2 -2
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +19 -0
- tencentcloud/controlcenter/v20230110/models.py +0 -58
- tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20191016/models.py +375 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
- tencentcloud/dbbrain/v20210527/models.py +701 -26
- tencentcloud/dcdb/v20180411/models.py +175 -2
- tencentcloud/dnspod/v20210323/models.py +0 -70
- tencentcloud/dts/v20211206/models.py +92 -0
- tencentcloud/facefusion/v20220927/models.py +4 -2
- tencentcloud/gs/v20191118/models.py +16 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotexplorer/v20190423/models.py +49 -416
- tencentcloud/lkeap/v20240522/models.py +12 -6
- tencentcloud/mariadb/v20170312/models.py +151 -2
- tencentcloud/mps/v20190612/models.py +2 -2
- tencentcloud/mqtt/v20240516/models.py +8 -2
- tencentcloud/ocr/v20181119/errorcodes.py +0 -3
- tencentcloud/ocr/v20181119/models.py +0 -558
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +15 -0
- tencentcloud/sqlserver/v20180328/models.py +15 -0
- tencentcloud/tcb/v20180608/models.py +20 -0
- tencentcloud/teo/v20220106/teo_client.py +6 -2
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +35 -3
- tencentcloud/tse/v20201207/models.py +0 -530
- tencentcloud/vod/v20240718/models.py +0 -2
- tencentcloud/vpc/v20170312/models.py +300 -0
- tencentcloud/vpc/v20170312/vpc_client.py +26 -0
- tencentcloud/wedata/v20210820/models.py +32 -0
- {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/RECORD +48 -48
- {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/top_level.txt +0 -0
@@ -26,34 +26,24 @@ class AccountFactoryItem(AbstractModel):
|
|
26
26
|
def __init__(self):
|
27
27
|
r"""
|
28
28
|
:param _Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
29
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30
29
|
:type Identifier: str
|
31
30
|
:param _Name: 基线项名称,功能项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
32
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33
31
|
:type Name: str
|
34
32
|
:param _NameEn: 基线项英文名称,基线项名字唯一,仅支持英文字母、数字、空格、符号@、&_[]-的组合,1-64个英文字符。
|
35
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36
33
|
:type NameEn: str
|
37
34
|
:param _Weight: 基线项权重,数值小权重越高,取值范围大于等于0。
|
38
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
39
35
|
:type Weight: int
|
40
36
|
:param _Required: 基线项是否必填,1必填,0非必填
|
41
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42
37
|
:type Required: int
|
43
38
|
:param _DependsOn: 基线项依赖项,N的取值范围与该基线项依赖的其它基线项个数有关。
|
44
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
45
39
|
:type DependsOn: list of DependsOnItem
|
46
40
|
:param _Description: 基线描述,长度为2~256个英文或中文字符,默认值为空。
|
47
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48
41
|
:type Description: str
|
49
42
|
:param _DescriptionEn: 基线项英文描述,长度为2~1024个英文字符,默认值为空。
|
50
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51
43
|
:type DescriptionEn: str
|
52
44
|
:param _Classify: 基线分类,长度为2~32个英文或中文字符,不能为空。
|
53
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54
45
|
:type Classify: str
|
55
46
|
:param _ClassifyEn: 基线英文分类,长度为2~64个英文字符,不能为空。
|
56
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
57
47
|
:type ClassifyEn: str
|
58
48
|
"""
|
59
49
|
self._Identifier = None
|
@@ -70,7 +60,6 @@ class AccountFactoryItem(AbstractModel):
|
|
70
60
|
@property
|
71
61
|
def Identifier(self):
|
72
62
|
"""账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
73
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
74
63
|
:rtype: str
|
75
64
|
"""
|
76
65
|
return self._Identifier
|
@@ -82,7 +71,6 @@ class AccountFactoryItem(AbstractModel):
|
|
82
71
|
@property
|
83
72
|
def Name(self):
|
84
73
|
"""基线项名称,功能项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
85
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86
74
|
:rtype: str
|
87
75
|
"""
|
88
76
|
return self._Name
|
@@ -94,7 +82,6 @@ class AccountFactoryItem(AbstractModel):
|
|
94
82
|
@property
|
95
83
|
def NameEn(self):
|
96
84
|
"""基线项英文名称,基线项名字唯一,仅支持英文字母、数字、空格、符号@、&_[]-的组合,1-64个英文字符。
|
97
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
98
85
|
:rtype: str
|
99
86
|
"""
|
100
87
|
return self._NameEn
|
@@ -106,7 +93,6 @@ class AccountFactoryItem(AbstractModel):
|
|
106
93
|
@property
|
107
94
|
def Weight(self):
|
108
95
|
"""基线项权重,数值小权重越高,取值范围大于等于0。
|
109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
110
96
|
:rtype: int
|
111
97
|
"""
|
112
98
|
return self._Weight
|
@@ -118,7 +104,6 @@ class AccountFactoryItem(AbstractModel):
|
|
118
104
|
@property
|
119
105
|
def Required(self):
|
120
106
|
"""基线项是否必填,1必填,0非必填
|
121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
122
107
|
:rtype: int
|
123
108
|
"""
|
124
109
|
return self._Required
|
@@ -130,7 +115,6 @@ class AccountFactoryItem(AbstractModel):
|
|
130
115
|
@property
|
131
116
|
def DependsOn(self):
|
132
117
|
"""基线项依赖项,N的取值范围与该基线项依赖的其它基线项个数有关。
|
133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
134
118
|
:rtype: list of DependsOnItem
|
135
119
|
"""
|
136
120
|
return self._DependsOn
|
@@ -142,7 +126,6 @@ class AccountFactoryItem(AbstractModel):
|
|
142
126
|
@property
|
143
127
|
def Description(self):
|
144
128
|
"""基线描述,长度为2~256个英文或中文字符,默认值为空。
|
145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
146
129
|
:rtype: str
|
147
130
|
"""
|
148
131
|
return self._Description
|
@@ -154,7 +137,6 @@ class AccountFactoryItem(AbstractModel):
|
|
154
137
|
@property
|
155
138
|
def DescriptionEn(self):
|
156
139
|
"""基线项英文描述,长度为2~1024个英文字符,默认值为空。
|
157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
158
140
|
:rtype: str
|
159
141
|
"""
|
160
142
|
return self._DescriptionEn
|
@@ -166,7 +148,6 @@ class AccountFactoryItem(AbstractModel):
|
|
166
148
|
@property
|
167
149
|
def Classify(self):
|
168
150
|
"""基线分类,长度为2~32个英文或中文字符,不能为空。
|
169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
170
151
|
:rtype: str
|
171
152
|
"""
|
172
153
|
return self._Classify
|
@@ -178,7 +159,6 @@ class AccountFactoryItem(AbstractModel):
|
|
178
159
|
@property
|
179
160
|
def ClassifyEn(self):
|
180
161
|
"""基线英文分类,长度为2~64个英文字符,不能为空。
|
181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
182
162
|
:rtype: str
|
183
163
|
"""
|
184
164
|
return self._ClassifyEn
|
@@ -273,13 +253,10 @@ class BaselineInfoItem(AbstractModel):
|
|
273
253
|
def __init__(self):
|
274
254
|
r"""
|
275
255
|
:param _Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
277
256
|
:type Identifier: str
|
278
257
|
:param _Configuration: 账号工厂基线项配置,不同的基线项配置参数不同。
|
279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
280
258
|
:type Configuration: str
|
281
259
|
:param _ApplyCount: 基线应用的账号数量。
|
282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
283
260
|
:type ApplyCount: int
|
284
261
|
"""
|
285
262
|
self._Identifier = None
|
@@ -289,7 +266,6 @@ class BaselineInfoItem(AbstractModel):
|
|
289
266
|
@property
|
290
267
|
def Identifier(self):
|
291
268
|
"""账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
293
269
|
:rtype: str
|
294
270
|
"""
|
295
271
|
return self._Identifier
|
@@ -301,7 +277,6 @@ class BaselineInfoItem(AbstractModel):
|
|
301
277
|
@property
|
302
278
|
def Configuration(self):
|
303
279
|
"""账号工厂基线项配置,不同的基线项配置参数不同。
|
304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
305
280
|
:rtype: str
|
306
281
|
"""
|
307
282
|
return self._Configuration
|
@@ -313,7 +288,6 @@ class BaselineInfoItem(AbstractModel):
|
|
313
288
|
@property
|
314
289
|
def ApplyCount(self):
|
315
290
|
"""基线应用的账号数量。
|
316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
317
291
|
:rtype: int
|
318
292
|
"""
|
319
293
|
return self._ApplyCount
|
@@ -345,31 +319,22 @@ class BaselineStepTaskInfo(AbstractModel):
|
|
345
319
|
def __init__(self):
|
346
320
|
r"""
|
347
321
|
:param _TaskId: 任务唯一Id,只能包含英文字母、数字,是16个字符的随机字符串。
|
348
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
349
322
|
:type TaskId: str
|
350
323
|
:param _Identifier: 基线功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
352
324
|
:type Identifier: str
|
353
325
|
:param _MemberUin: 被应用基线项的成员账号uin
|
354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
355
326
|
:type MemberUin: int
|
356
327
|
:param _Status: 基线项应用的状态,Running表示基线项应用中,Success表示基线项应用成功,Failed表示基线项应用失败,Pending表示基线项待应用,Skipped表示基线项被跳过
|
357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
358
328
|
:type Status: str
|
359
329
|
:param _ErrCode: 错误码
|
360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
361
330
|
:type ErrCode: str
|
362
331
|
:param _ErrMessage: 错误信息
|
363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
364
332
|
:type ErrMessage: str
|
365
333
|
:param _Output: 基线项部署输出
|
366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
367
334
|
:type Output: str
|
368
335
|
:param _CreateTime: 创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
370
336
|
:type CreateTime: str
|
371
337
|
:param _UpdateTime: 更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
373
338
|
:type UpdateTime: str
|
374
339
|
"""
|
375
340
|
self._TaskId = None
|
@@ -385,7 +350,6 @@ class BaselineStepTaskInfo(AbstractModel):
|
|
385
350
|
@property
|
386
351
|
def TaskId(self):
|
387
352
|
"""任务唯一Id,只能包含英文字母、数字,是16个字符的随机字符串。
|
388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
389
353
|
:rtype: str
|
390
354
|
"""
|
391
355
|
return self._TaskId
|
@@ -397,7 +361,6 @@ class BaselineStepTaskInfo(AbstractModel):
|
|
397
361
|
@property
|
398
362
|
def Identifier(self):
|
399
363
|
"""基线功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
401
364
|
:rtype: str
|
402
365
|
"""
|
403
366
|
return self._Identifier
|
@@ -409,7 +372,6 @@ class BaselineStepTaskInfo(AbstractModel):
|
|
409
372
|
@property
|
410
373
|
def MemberUin(self):
|
411
374
|
"""被应用基线项的成员账号uin
|
412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
413
375
|
:rtype: int
|
414
376
|
"""
|
415
377
|
return self._MemberUin
|
@@ -421,7 +383,6 @@ class BaselineStepTaskInfo(AbstractModel):
|
|
421
383
|
@property
|
422
384
|
def Status(self):
|
423
385
|
"""基线项应用的状态,Running表示基线项应用中,Success表示基线项应用成功,Failed表示基线项应用失败,Pending表示基线项待应用,Skipped表示基线项被跳过
|
424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
425
386
|
:rtype: str
|
426
387
|
"""
|
427
388
|
return self._Status
|
@@ -433,7 +394,6 @@ class BaselineStepTaskInfo(AbstractModel):
|
|
433
394
|
@property
|
434
395
|
def ErrCode(self):
|
435
396
|
"""错误码
|
436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
437
397
|
:rtype: str
|
438
398
|
"""
|
439
399
|
return self._ErrCode
|
@@ -445,7 +405,6 @@ class BaselineStepTaskInfo(AbstractModel):
|
|
445
405
|
@property
|
446
406
|
def ErrMessage(self):
|
447
407
|
"""错误信息
|
448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
449
408
|
:rtype: str
|
450
409
|
"""
|
451
410
|
return self._ErrMessage
|
@@ -457,7 +416,6 @@ class BaselineStepTaskInfo(AbstractModel):
|
|
457
416
|
@property
|
458
417
|
def Output(self):
|
459
418
|
"""基线项部署输出
|
460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
461
419
|
:rtype: str
|
462
420
|
"""
|
463
421
|
return self._Output
|
@@ -469,7 +427,6 @@ class BaselineStepTaskInfo(AbstractModel):
|
|
469
427
|
@property
|
470
428
|
def CreateTime(self):
|
471
429
|
"""创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
473
430
|
:rtype: str
|
474
431
|
"""
|
475
432
|
return self._CreateTime
|
@@ -481,7 +438,6 @@ class BaselineStepTaskInfo(AbstractModel):
|
|
481
438
|
@property
|
482
439
|
def UpdateTime(self):
|
483
440
|
"""更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
485
441
|
:rtype: str
|
486
442
|
"""
|
487
443
|
return self._UpdateTime
|
@@ -603,10 +559,8 @@ class DependsOnItem(AbstractModel):
|
|
603
559
|
def __init__(self):
|
604
560
|
r"""
|
605
561
|
:param _Type: 依赖项类型,只有LandingZoneSetUp或AccountFactorySetUp。LandingZoneSetUp表示landingZone的依赖项;AccountFactorySetUp表示账号工厂的依赖项
|
606
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
607
562
|
:type Type: str
|
608
563
|
:param _Identifier: 功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
610
564
|
:type Identifier: str
|
611
565
|
"""
|
612
566
|
self._Type = None
|
@@ -615,7 +569,6 @@ class DependsOnItem(AbstractModel):
|
|
615
569
|
@property
|
616
570
|
def Type(self):
|
617
571
|
"""依赖项类型,只有LandingZoneSetUp或AccountFactorySetUp。LandingZoneSetUp表示landingZone的依赖项;AccountFactorySetUp表示账号工厂的依赖项
|
618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
619
572
|
:rtype: str
|
620
573
|
"""
|
621
574
|
return self._Type
|
@@ -627,7 +580,6 @@ class DependsOnItem(AbstractModel):
|
|
627
580
|
@property
|
628
581
|
def Identifier(self):
|
629
582
|
"""功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
631
583
|
:rtype: str
|
632
584
|
"""
|
633
585
|
return self._Identifier
|
@@ -664,19 +616,14 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
|
|
664
616
|
def __init__(self):
|
665
617
|
r"""
|
666
618
|
:param _OwnerUin: 资源所属主账号uin。
|
667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
668
619
|
:type OwnerUin: int
|
669
620
|
:param _Name: 基线项名称,基线项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
671
621
|
:type Name: str
|
672
622
|
:param _BaselineConfigItems: 基线项配置列表。
|
673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
674
623
|
:type BaselineConfigItems: list of BaselineInfoItem
|
675
624
|
:param _CreateTime: 创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
677
625
|
:type CreateTime: str
|
678
626
|
:param _UpdateTime: 更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
680
627
|
:type UpdateTime: str
|
681
628
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
682
629
|
:type RequestId: str
|
@@ -691,7 +638,6 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
|
|
691
638
|
@property
|
692
639
|
def OwnerUin(self):
|
693
640
|
"""资源所属主账号uin。
|
694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
695
641
|
:rtype: int
|
696
642
|
"""
|
697
643
|
return self._OwnerUin
|
@@ -703,7 +649,6 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
|
|
703
649
|
@property
|
704
650
|
def Name(self):
|
705
651
|
"""基线项名称,基线项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
706
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
707
652
|
:rtype: str
|
708
653
|
"""
|
709
654
|
return self._Name
|
@@ -715,7 +660,6 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
|
|
715
660
|
@property
|
716
661
|
def BaselineConfigItems(self):
|
717
662
|
"""基线项配置列表。
|
718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
719
663
|
:rtype: list of BaselineInfoItem
|
720
664
|
"""
|
721
665
|
return self._BaselineConfigItems
|
@@ -727,7 +671,6 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
|
|
727
671
|
@property
|
728
672
|
def CreateTime(self):
|
729
673
|
"""创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
731
674
|
:rtype: str
|
732
675
|
"""
|
733
676
|
return self._CreateTime
|
@@ -739,7 +682,6 @@ class GetAccountFactoryBaselineResponse(AbstractModel):
|
|
739
682
|
@property
|
740
683
|
def UpdateTime(self):
|
741
684
|
"""更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
743
685
|
:rtype: str
|
744
686
|
"""
|
745
687
|
return self._UpdateTime
|
@@ -394,6 +394,29 @@ class DbbrainClient(AbstractClient):
|
|
394
394
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
395
395
|
|
396
396
|
|
397
|
+
def DescribeMySqlProcessList(self, request):
|
398
|
+
"""查询关系型数据库的实时线程列表。
|
399
|
+
|
400
|
+
:param request: Request instance for DescribeMySqlProcessList.
|
401
|
+
:type request: :class:`tencentcloud.dbbrain.v20191016.models.DescribeMySqlProcessListRequest`
|
402
|
+
:rtype: :class:`tencentcloud.dbbrain.v20191016.models.DescribeMySqlProcessListResponse`
|
403
|
+
|
404
|
+
"""
|
405
|
+
try:
|
406
|
+
params = request._serialize()
|
407
|
+
headers = request.headers
|
408
|
+
body = self.call("DescribeMySqlProcessList", params, headers=headers)
|
409
|
+
response = json.loads(body)
|
410
|
+
model = models.DescribeMySqlProcessListResponse()
|
411
|
+
model._deserialize(response["Response"])
|
412
|
+
return model
|
413
|
+
except Exception as e:
|
414
|
+
if isinstance(e, TencentCloudSDKException):
|
415
|
+
raise
|
416
|
+
else:
|
417
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
418
|
+
|
419
|
+
|
397
420
|
def DescribeSecurityAuditLogDownloadUrls(self, request):
|
398
421
|
"""查询安全审计日志导出文件下载链接。目前日志文件下载仅提供腾讯云内网地址,请通过广州地域的腾讯云服务器进行下载。
|
399
422
|
|