tencentcloud-sdk-python-dbbrain 3.0.1343__py2.py3-none-any.whl → 3.0.1345__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/dbbrain/v20191016/models.py +0 -36
- tencentcloud/dbbrain/v20210527/models.py +0 -106
- {tencentcloud_sdk_python_dbbrain-3.0.1343.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1345.dist-info}/METADATA +2 -2
- {tencentcloud_sdk_python_dbbrain-3.0.1343.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1345.dist-info}/RECORD +7 -7
- {tencentcloud_sdk_python_dbbrain-3.0.1343.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1345.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_dbbrain-3.0.1343.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1345.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -4112,13 +4112,10 @@ class DiagHistoryEventItem(AbstractModel):
|
|
|
4112
4112
|
:param _DiagItem: 诊断项。
|
|
4113
4113
|
:type DiagItem: str
|
|
4114
4114
|
:param _InstanceId: 实例 ID 。
|
|
4115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4116
4115
|
:type InstanceId: str
|
|
4117
4116
|
:param _Metric: 保留字段
|
|
4118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4119
4117
|
:type Metric: str
|
|
4120
4118
|
:param _Region: 地域
|
|
4121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4122
4119
|
:type Region: str
|
|
4123
4120
|
"""
|
|
4124
4121
|
self._DiagType = None
|
|
@@ -4212,7 +4209,6 @@ class DiagHistoryEventItem(AbstractModel):
|
|
|
4212
4209
|
@property
|
|
4213
4210
|
def InstanceId(self):
|
|
4214
4211
|
"""实例 ID 。
|
|
4215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4216
4212
|
:rtype: str
|
|
4217
4213
|
"""
|
|
4218
4214
|
return self._InstanceId
|
|
@@ -4224,7 +4220,6 @@ class DiagHistoryEventItem(AbstractModel):
|
|
|
4224
4220
|
@property
|
|
4225
4221
|
def Metric(self):
|
|
4226
4222
|
"""保留字段
|
|
4227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4228
4223
|
:rtype: str
|
|
4229
4224
|
"""
|
|
4230
4225
|
return self._Metric
|
|
@@ -4236,7 +4231,6 @@ class DiagHistoryEventItem(AbstractModel):
|
|
|
4236
4231
|
@property
|
|
4237
4232
|
def Region(self):
|
|
4238
4233
|
"""地域
|
|
4239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4240
4234
|
:rtype: str
|
|
4241
4235
|
"""
|
|
4242
4236
|
return self._Region
|
|
@@ -4929,7 +4923,6 @@ class InstanceConfs(AbstractModel):
|
|
|
4929
4923
|
:param _OverviewDisplay: 实例概览开关,Yes/No。
|
|
4930
4924
|
:type OverviewDisplay: str
|
|
4931
4925
|
:param _KeyDelimiters: redis大key分析的自定义分割符,仅redis使用
|
|
4932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4933
4926
|
:type KeyDelimiters: list of str
|
|
4934
4927
|
"""
|
|
4935
4928
|
self._DailyInspection = None
|
|
@@ -4961,7 +4954,6 @@ class InstanceConfs(AbstractModel):
|
|
|
4961
4954
|
@property
|
|
4962
4955
|
def KeyDelimiters(self):
|
|
4963
4956
|
"""redis大key分析的自定义分割符,仅redis使用
|
|
4964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4965
4957
|
:rtype: list of str
|
|
4966
4958
|
"""
|
|
4967
4959
|
return self._KeyDelimiters
|
|
@@ -5793,7 +5785,6 @@ class MonitorFloatMetric(AbstractModel):
|
|
|
5793
5785
|
:param _Unit: 指标单位。
|
|
5794
5786
|
:type Unit: str
|
|
5795
5787
|
:param _Values: 指标值。
|
|
5796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5797
5788
|
:type Values: list of float
|
|
5798
5789
|
"""
|
|
5799
5790
|
self._Metric = None
|
|
@@ -5825,7 +5816,6 @@ class MonitorFloatMetric(AbstractModel):
|
|
|
5825
5816
|
@property
|
|
5826
5817
|
def Values(self):
|
|
5827
5818
|
"""指标值。
|
|
5828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5829
5819
|
:rtype: list of float
|
|
5830
5820
|
"""
|
|
5831
5821
|
return self._Values
|
|
@@ -5917,7 +5907,6 @@ class MonitorMetric(AbstractModel):
|
|
|
5917
5907
|
:param _Unit: 指标单位。
|
|
5918
5908
|
:type Unit: str
|
|
5919
5909
|
:param _Values: 指标值。
|
|
5920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5921
5910
|
:type Values: list of int
|
|
5922
5911
|
"""
|
|
5923
5912
|
self._Metric = None
|
|
@@ -5949,7 +5938,6 @@ class MonitorMetric(AbstractModel):
|
|
|
5949
5938
|
@property
|
|
5950
5939
|
def Values(self):
|
|
5951
5940
|
"""指标值。
|
|
5952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5953
5941
|
:rtype: list of int
|
|
5954
5942
|
"""
|
|
5955
5943
|
return self._Values
|
|
@@ -6140,7 +6128,6 @@ class SchemaSpaceData(AbstractModel):
|
|
|
6140
6128
|
:param _TableRows: 行数。
|
|
6141
6129
|
:type TableRows: int
|
|
6142
6130
|
:param _PhysicalFileSize: 库中所有表对应的独立物理文件大小加和(MB)。
|
|
6143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6144
6131
|
:type PhysicalFileSize: float
|
|
6145
6132
|
"""
|
|
6146
6133
|
self._TableSchema = None
|
|
@@ -6232,7 +6219,6 @@ class SchemaSpaceData(AbstractModel):
|
|
|
6232
6219
|
@property
|
|
6233
6220
|
def PhysicalFileSize(self):
|
|
6234
6221
|
"""库中所有表对应的独立物理文件大小加和(MB)。
|
|
6235
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6236
6222
|
:rtype: float
|
|
6237
6223
|
"""
|
|
6238
6224
|
return self._PhysicalFileSize
|
|
@@ -6328,7 +6314,6 @@ class ScoreDetail(AbstractModel):
|
|
|
6328
6314
|
:param _ScoreLostMax: 扣分总分上限。
|
|
6329
6315
|
:type ScoreLostMax: int
|
|
6330
6316
|
:param _Items: 扣分项列表。
|
|
6331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6332
6317
|
:type Items: list of ScoreItem
|
|
6333
6318
|
"""
|
|
6334
6319
|
self._IssueType = None
|
|
@@ -6372,7 +6357,6 @@ class ScoreDetail(AbstractModel):
|
|
|
6372
6357
|
@property
|
|
6373
6358
|
def Items(self):
|
|
6374
6359
|
"""扣分项列表。
|
|
6375
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6376
6360
|
:rtype: list of ScoreItem
|
|
6377
6361
|
"""
|
|
6378
6362
|
return self._Items
|
|
@@ -6508,10 +6492,8 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
6508
6492
|
:param _AsyncRequestId: 异步任务Id。
|
|
6509
6493
|
:type AsyncRequestId: int
|
|
6510
6494
|
:param _StartTime: 任务开始时间。
|
|
6511
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6512
6495
|
:type StartTime: str
|
|
6513
6496
|
:param _EndTime: 任务结束时间。
|
|
6514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6515
6497
|
:type EndTime: str
|
|
6516
6498
|
:param _CreateTime: 任务创建时间。
|
|
6517
6499
|
:type CreateTime: str
|
|
@@ -6520,16 +6502,12 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
6520
6502
|
:param _Progress: 任务执行进度。
|
|
6521
6503
|
:type Progress: int
|
|
6522
6504
|
:param _LogStartTime: 导出日志开始时间。
|
|
6523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6524
6505
|
:type LogStartTime: str
|
|
6525
6506
|
:param _LogEndTime: 导出日志结束时间。
|
|
6526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6527
6507
|
:type LogEndTime: str
|
|
6528
6508
|
:param _TotalSize: 日志文件总大小,单位KB。
|
|
6529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6530
6509
|
:type TotalSize: int
|
|
6531
6510
|
:param _DangerLevels: 风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
|
6532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6533
6511
|
:type DangerLevels: list of int non-negative
|
|
6534
6512
|
"""
|
|
6535
6513
|
self._AsyncRequestId = None
|
|
@@ -6557,7 +6535,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
6557
6535
|
@property
|
|
6558
6536
|
def StartTime(self):
|
|
6559
6537
|
"""任务开始时间。
|
|
6560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6561
6538
|
:rtype: str
|
|
6562
6539
|
"""
|
|
6563
6540
|
return self._StartTime
|
|
@@ -6569,7 +6546,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
6569
6546
|
@property
|
|
6570
6547
|
def EndTime(self):
|
|
6571
6548
|
"""任务结束时间。
|
|
6572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6573
6549
|
:rtype: str
|
|
6574
6550
|
"""
|
|
6575
6551
|
return self._EndTime
|
|
@@ -6614,7 +6590,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
6614
6590
|
@property
|
|
6615
6591
|
def LogStartTime(self):
|
|
6616
6592
|
"""导出日志开始时间。
|
|
6617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6618
6593
|
:rtype: str
|
|
6619
6594
|
"""
|
|
6620
6595
|
return self._LogStartTime
|
|
@@ -6626,7 +6601,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
6626
6601
|
@property
|
|
6627
6602
|
def LogEndTime(self):
|
|
6628
6603
|
"""导出日志结束时间。
|
|
6629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6630
6604
|
:rtype: str
|
|
6631
6605
|
"""
|
|
6632
6606
|
return self._LogEndTime
|
|
@@ -6638,7 +6612,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
6638
6612
|
@property
|
|
6639
6613
|
def TotalSize(self):
|
|
6640
6614
|
"""日志文件总大小,单位KB。
|
|
6641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6642
6615
|
:rtype: int
|
|
6643
6616
|
"""
|
|
6644
6617
|
return self._TotalSize
|
|
@@ -6650,7 +6623,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
6650
6623
|
@property
|
|
6651
6624
|
def DangerLevels(self):
|
|
6652
6625
|
"""风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
|
6653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6654
6626
|
:rtype: list of int non-negative
|
|
6655
6627
|
"""
|
|
6656
6628
|
return self._DangerLevels
|
|
@@ -7522,16 +7494,12 @@ class UserProfile(AbstractModel):
|
|
|
7522
7494
|
def __init__(self):
|
|
7523
7495
|
r"""
|
|
7524
7496
|
:param _ProfileId: 配置的id。
|
|
7525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7526
7497
|
:type ProfileId: str
|
|
7527
7498
|
:param _ProfileType: 配置类型。
|
|
7528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7529
7499
|
:type ProfileType: str
|
|
7530
7500
|
:param _ProfileLevel: 配置级别,"User"或"Instance"。
|
|
7531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7532
7501
|
:type ProfileLevel: str
|
|
7533
7502
|
:param _ProfileName: 配置名称。
|
|
7534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7535
7503
|
:type ProfileName: str
|
|
7536
7504
|
:param _ProfileInfo: 配置详情。
|
|
7537
7505
|
:type ProfileInfo: :class:`tencentcloud.dbbrain.v20191016.models.ProfileInfo`
|
|
@@ -7545,7 +7513,6 @@ class UserProfile(AbstractModel):
|
|
|
7545
7513
|
@property
|
|
7546
7514
|
def ProfileId(self):
|
|
7547
7515
|
"""配置的id。
|
|
7548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7549
7516
|
:rtype: str
|
|
7550
7517
|
"""
|
|
7551
7518
|
return self._ProfileId
|
|
@@ -7557,7 +7524,6 @@ class UserProfile(AbstractModel):
|
|
|
7557
7524
|
@property
|
|
7558
7525
|
def ProfileType(self):
|
|
7559
7526
|
"""配置类型。
|
|
7560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7561
7527
|
:rtype: str
|
|
7562
7528
|
"""
|
|
7563
7529
|
return self._ProfileType
|
|
@@ -7569,7 +7535,6 @@ class UserProfile(AbstractModel):
|
|
|
7569
7535
|
@property
|
|
7570
7536
|
def ProfileLevel(self):
|
|
7571
7537
|
"""配置级别,"User"或"Instance"。
|
|
7572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7573
7538
|
:rtype: str
|
|
7574
7539
|
"""
|
|
7575
7540
|
return self._ProfileLevel
|
|
@@ -7581,7 +7546,6 @@ class UserProfile(AbstractModel):
|
|
|
7581
7546
|
@property
|
|
7582
7547
|
def ProfileName(self):
|
|
7583
7548
|
"""配置名称。
|
|
7584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7585
7549
|
:rtype: str
|
|
7586
7550
|
"""
|
|
7587
7551
|
return self._ProfileName
|
|
@@ -143,7 +143,6 @@ class Aggregation(AbstractModel):
|
|
|
143
143
|
:param _SortCount: 内存排序次数。
|
|
144
144
|
:type SortCount: int
|
|
145
145
|
:param _SlowLogs: 慢查模板概览。
|
|
146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
147
146
|
:type SlowLogs: list of str
|
|
148
147
|
"""
|
|
149
148
|
self._AvgExecTime = None
|
|
@@ -199,7 +198,6 @@ class Aggregation(AbstractModel):
|
|
|
199
198
|
@property
|
|
200
199
|
def SlowLogs(self):
|
|
201
200
|
"""慢查模板概览。
|
|
202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
203
201
|
:rtype: list of str
|
|
204
202
|
"""
|
|
205
203
|
return self._SlowLogs
|
|
@@ -233,46 +231,32 @@ class AlarmProfileList(AbstractModel):
|
|
|
233
231
|
def __init__(self):
|
|
234
232
|
r"""
|
|
235
233
|
:param _IsWebHook: 0-不是 1-是
|
|
236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
237
234
|
:type IsWebHook: int
|
|
238
235
|
:param _ReceiveUinCount: 接收告警用户数量
|
|
239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
240
236
|
:type ReceiveUinCount: int
|
|
241
237
|
:param _Lang: 语言
|
|
242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
243
238
|
:type Lang: str
|
|
244
239
|
:param _TemplateType: 模板类型
|
|
245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
246
240
|
:type TemplateType: str
|
|
247
241
|
:param _Remark: 备注
|
|
248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
249
242
|
:type Remark: str
|
|
250
243
|
:param _ReceiveGroupCount: 接收组数量
|
|
251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
252
244
|
:type ReceiveGroupCount: int
|
|
253
245
|
:param _UpdateUin: 更新用户的uin
|
|
254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
255
246
|
:type UpdateUin: int
|
|
256
247
|
:param _ReceiveType: 接收类型
|
|
257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
258
248
|
:type ReceiveType: list of int
|
|
259
249
|
:param _ReceiveInfo: 接收用户信息
|
|
260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
261
250
|
:type ReceiveInfo: list of ReceiveInfo
|
|
262
251
|
:param _UpdateTime: 更新时间
|
|
263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
264
252
|
:type UpdateTime: str
|
|
265
253
|
:param _TemplateName: 模板名
|
|
266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
267
254
|
:type TemplateName: str
|
|
268
255
|
:param _SendChannel: 发送渠道
|
|
269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
270
256
|
:type SendChannel: list of int
|
|
271
257
|
:param _TemplateId: 模板id
|
|
272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
273
258
|
:type TemplateId: int
|
|
274
259
|
:param _WebHookCount: webhook数量
|
|
275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
276
260
|
:type WebHookCount: int
|
|
277
261
|
"""
|
|
278
262
|
self._IsWebHook = None
|
|
@@ -293,7 +277,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
293
277
|
@property
|
|
294
278
|
def IsWebHook(self):
|
|
295
279
|
"""0-不是 1-是
|
|
296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
297
280
|
:rtype: int
|
|
298
281
|
"""
|
|
299
282
|
return self._IsWebHook
|
|
@@ -305,7 +288,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
305
288
|
@property
|
|
306
289
|
def ReceiveUinCount(self):
|
|
307
290
|
"""接收告警用户数量
|
|
308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
309
291
|
:rtype: int
|
|
310
292
|
"""
|
|
311
293
|
return self._ReceiveUinCount
|
|
@@ -317,7 +299,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
317
299
|
@property
|
|
318
300
|
def Lang(self):
|
|
319
301
|
"""语言
|
|
320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
321
302
|
:rtype: str
|
|
322
303
|
"""
|
|
323
304
|
return self._Lang
|
|
@@ -329,7 +310,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
329
310
|
@property
|
|
330
311
|
def TemplateType(self):
|
|
331
312
|
"""模板类型
|
|
332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
333
313
|
:rtype: str
|
|
334
314
|
"""
|
|
335
315
|
return self._TemplateType
|
|
@@ -341,7 +321,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
341
321
|
@property
|
|
342
322
|
def Remark(self):
|
|
343
323
|
"""备注
|
|
344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
345
324
|
:rtype: str
|
|
346
325
|
"""
|
|
347
326
|
return self._Remark
|
|
@@ -353,7 +332,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
353
332
|
@property
|
|
354
333
|
def ReceiveGroupCount(self):
|
|
355
334
|
"""接收组数量
|
|
356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
357
335
|
:rtype: int
|
|
358
336
|
"""
|
|
359
337
|
return self._ReceiveGroupCount
|
|
@@ -365,7 +343,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
365
343
|
@property
|
|
366
344
|
def UpdateUin(self):
|
|
367
345
|
"""更新用户的uin
|
|
368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
369
346
|
:rtype: int
|
|
370
347
|
"""
|
|
371
348
|
return self._UpdateUin
|
|
@@ -377,7 +354,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
377
354
|
@property
|
|
378
355
|
def ReceiveType(self):
|
|
379
356
|
"""接收类型
|
|
380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
381
357
|
:rtype: list of int
|
|
382
358
|
"""
|
|
383
359
|
return self._ReceiveType
|
|
@@ -389,7 +365,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
389
365
|
@property
|
|
390
366
|
def ReceiveInfo(self):
|
|
391
367
|
"""接收用户信息
|
|
392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
393
368
|
:rtype: list of ReceiveInfo
|
|
394
369
|
"""
|
|
395
370
|
return self._ReceiveInfo
|
|
@@ -401,7 +376,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
401
376
|
@property
|
|
402
377
|
def UpdateTime(self):
|
|
403
378
|
"""更新时间
|
|
404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
405
379
|
:rtype: str
|
|
406
380
|
"""
|
|
407
381
|
return self._UpdateTime
|
|
@@ -413,7 +387,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
413
387
|
@property
|
|
414
388
|
def TemplateName(self):
|
|
415
389
|
"""模板名
|
|
416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
417
390
|
:rtype: str
|
|
418
391
|
"""
|
|
419
392
|
return self._TemplateName
|
|
@@ -425,7 +398,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
425
398
|
@property
|
|
426
399
|
def SendChannel(self):
|
|
427
400
|
"""发送渠道
|
|
428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
429
401
|
:rtype: list of int
|
|
430
402
|
"""
|
|
431
403
|
return self._SendChannel
|
|
@@ -437,7 +409,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
437
409
|
@property
|
|
438
410
|
def TemplateId(self):
|
|
439
411
|
"""模板id
|
|
440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
441
412
|
:rtype: int
|
|
442
413
|
"""
|
|
443
414
|
return self._TemplateId
|
|
@@ -449,7 +420,6 @@ class AlarmProfileList(AbstractModel):
|
|
|
449
420
|
@property
|
|
450
421
|
def WebHookCount(self):
|
|
451
422
|
"""webhook数量
|
|
452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
453
423
|
:rtype: int
|
|
454
424
|
"""
|
|
455
425
|
return self._WebHookCount
|
|
@@ -869,7 +839,6 @@ class AuditInstanceInfo(AbstractModel):
|
|
|
869
839
|
:param _Region: 实例所在地域。
|
|
870
840
|
:type Region: str
|
|
871
841
|
:param _ResourceTags: 资源Tags。
|
|
872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
873
842
|
:type ResourceTags: list of str
|
|
874
843
|
"""
|
|
875
844
|
self._AppId = None
|
|
@@ -949,7 +918,6 @@ class AuditInstanceInfo(AbstractModel):
|
|
|
949
918
|
@property
|
|
950
919
|
def ResourceTags(self):
|
|
951
920
|
"""资源Tags。
|
|
952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
953
921
|
:rtype: list of str
|
|
954
922
|
"""
|
|
955
923
|
return self._ResourceTags
|
|
@@ -985,18 +953,15 @@ class AuditLogFile(AbstractModel):
|
|
|
985
953
|
def __init__(self):
|
|
986
954
|
r"""
|
|
987
955
|
:param _AsyncRequestId: 审计日志文件生成异步任务ID。
|
|
988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
989
956
|
:type AsyncRequestId: int
|
|
990
957
|
:param _FileName: 审计日志文件名称。
|
|
991
958
|
:type FileName: str
|
|
992
959
|
:param _CreateTime: 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
|
|
993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
994
960
|
:type CreateTime: str
|
|
995
961
|
:param _Status: 文件状态值。可能返回的值为:
|
|
996
962
|
"creating" - 生成中;
|
|
997
963
|
"failed" - 创建失败;
|
|
998
964
|
"success" - 已生成;
|
|
999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1000
965
|
:type Status: str
|
|
1001
966
|
:param _FileSize: 文件大小,单位为 KB。
|
|
1002
967
|
:type FileSize: float
|
|
@@ -1022,7 +987,6 @@ class AuditLogFile(AbstractModel):
|
|
|
1022
987
|
@property
|
|
1023
988
|
def AsyncRequestId(self):
|
|
1024
989
|
"""审计日志文件生成异步任务ID。
|
|
1025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1026
990
|
:rtype: int
|
|
1027
991
|
"""
|
|
1028
992
|
return self._AsyncRequestId
|
|
@@ -1045,7 +1009,6 @@ class AuditLogFile(AbstractModel):
|
|
|
1045
1009
|
@property
|
|
1046
1010
|
def CreateTime(self):
|
|
1047
1011
|
"""审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
|
|
1048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1049
1012
|
:rtype: str
|
|
1050
1013
|
"""
|
|
1051
1014
|
return self._CreateTime
|
|
@@ -1060,7 +1023,6 @@ class AuditLogFile(AbstractModel):
|
|
|
1060
1023
|
"creating" - 生成中;
|
|
1061
1024
|
"failed" - 创建失败;
|
|
1062
1025
|
"success" - 已生成;
|
|
1063
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1064
1026
|
:rtype: str
|
|
1065
1027
|
"""
|
|
1066
1028
|
return self._Status
|
|
@@ -11069,7 +11031,6 @@ class DiagHistoryEventItem(AbstractModel):
|
|
|
11069
11031
|
:param _InstanceId: 实例 ID 。
|
|
11070
11032
|
:type InstanceId: str
|
|
11071
11033
|
:param _Metric: 保留字段。
|
|
11072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11073
11034
|
:type Metric: str
|
|
11074
11035
|
:param _Region: 地域。
|
|
11075
11036
|
:type Region: str
|
|
@@ -11176,7 +11137,6 @@ class DiagHistoryEventItem(AbstractModel):
|
|
|
11176
11137
|
@property
|
|
11177
11138
|
def Metric(self):
|
|
11178
11139
|
"""保留字段。
|
|
11179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11180
11140
|
:rtype: str
|
|
11181
11141
|
"""
|
|
11182
11142
|
return self._Metric
|
|
@@ -12102,13 +12062,10 @@ class InstanceConfs(AbstractModel):
|
|
|
12102
12062
|
:param _OverviewDisplay: 实例概览开关,Yes/No。
|
|
12103
12063
|
:type OverviewDisplay: str
|
|
12104
12064
|
:param _KeyDelimiters: redis大key分析的自定义分割符,仅redis使用
|
|
12105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12106
12065
|
:type KeyDelimiters: list of str
|
|
12107
12066
|
:param _ShardNum: 分片节点数量。
|
|
12108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12109
12067
|
:type ShardNum: str
|
|
12110
12068
|
:param _AnalysisTopKey: 是否开启大key周期性分析,仅redis产品有效。
|
|
12111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12112
12069
|
:type AnalysisTopKey: str
|
|
12113
12070
|
"""
|
|
12114
12071
|
self._DailyInspection = None
|
|
@@ -12142,7 +12099,6 @@ class InstanceConfs(AbstractModel):
|
|
|
12142
12099
|
@property
|
|
12143
12100
|
def KeyDelimiters(self):
|
|
12144
12101
|
"""redis大key分析的自定义分割符,仅redis使用
|
|
12145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12146
12102
|
:rtype: list of str
|
|
12147
12103
|
"""
|
|
12148
12104
|
return self._KeyDelimiters
|
|
@@ -12154,7 +12110,6 @@ class InstanceConfs(AbstractModel):
|
|
|
12154
12110
|
@property
|
|
12155
12111
|
def ShardNum(self):
|
|
12156
12112
|
"""分片节点数量。
|
|
12157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12158
12113
|
:rtype: str
|
|
12159
12114
|
"""
|
|
12160
12115
|
return self._ShardNum
|
|
@@ -12166,7 +12121,6 @@ class InstanceConfs(AbstractModel):
|
|
|
12166
12121
|
@property
|
|
12167
12122
|
def AnalysisTopKey(self):
|
|
12168
12123
|
"""是否开启大key周期性分析,仅redis产品有效。
|
|
12169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12170
12124
|
:rtype: str
|
|
12171
12125
|
"""
|
|
12172
12126
|
return self._AnalysisTopKey
|
|
@@ -14063,7 +14017,6 @@ class MonitorFloatMetric(AbstractModel):
|
|
|
14063
14017
|
:param _Unit: 指标单位。
|
|
14064
14018
|
:type Unit: str
|
|
14065
14019
|
:param _Values: 指标值。
|
|
14066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14067
14020
|
:type Values: list of float
|
|
14068
14021
|
"""
|
|
14069
14022
|
self._Metric = None
|
|
@@ -14095,7 +14048,6 @@ class MonitorFloatMetric(AbstractModel):
|
|
|
14095
14048
|
@property
|
|
14096
14049
|
def Values(self):
|
|
14097
14050
|
"""指标值。
|
|
14098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14099
14051
|
:rtype: list of float
|
|
14100
14052
|
"""
|
|
14101
14053
|
return self._Values
|
|
@@ -14852,22 +14804,16 @@ class ReceiveInfo(AbstractModel):
|
|
|
14852
14804
|
def __init__(self):
|
|
14853
14805
|
r"""
|
|
14854
14806
|
:param _ReceiveGroup: 接收组
|
|
14855
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14856
14807
|
:type ReceiveGroup: list of int
|
|
14857
14808
|
:param _EndReceiveTime: 最后接收时间
|
|
14858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14859
14809
|
:type EndReceiveTime: str
|
|
14860
14810
|
:param _ReceiveName: 接收名
|
|
14861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14862
14811
|
:type ReceiveName: str
|
|
14863
14812
|
:param _SendChannel: 推送渠道
|
|
14864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14865
14813
|
:type SendChannel: list of int
|
|
14866
14814
|
:param _StartReceiveTime: 开始时间
|
|
14867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14868
14815
|
:type StartReceiveTime: str
|
|
14869
14816
|
:param _ReceiveUin: 接收用户列表
|
|
14870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14871
14817
|
:type ReceiveUin: list of ReceiveUin
|
|
14872
14818
|
"""
|
|
14873
14819
|
self._ReceiveGroup = None
|
|
@@ -14880,7 +14826,6 @@ class ReceiveInfo(AbstractModel):
|
|
|
14880
14826
|
@property
|
|
14881
14827
|
def ReceiveGroup(self):
|
|
14882
14828
|
"""接收组
|
|
14883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14884
14829
|
:rtype: list of int
|
|
14885
14830
|
"""
|
|
14886
14831
|
return self._ReceiveGroup
|
|
@@ -14892,7 +14837,6 @@ class ReceiveInfo(AbstractModel):
|
|
|
14892
14837
|
@property
|
|
14893
14838
|
def EndReceiveTime(self):
|
|
14894
14839
|
"""最后接收时间
|
|
14895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14896
14840
|
:rtype: str
|
|
14897
14841
|
"""
|
|
14898
14842
|
return self._EndReceiveTime
|
|
@@ -14904,7 +14848,6 @@ class ReceiveInfo(AbstractModel):
|
|
|
14904
14848
|
@property
|
|
14905
14849
|
def ReceiveName(self):
|
|
14906
14850
|
"""接收名
|
|
14907
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14908
14851
|
:rtype: str
|
|
14909
14852
|
"""
|
|
14910
14853
|
return self._ReceiveName
|
|
@@ -14916,7 +14859,6 @@ class ReceiveInfo(AbstractModel):
|
|
|
14916
14859
|
@property
|
|
14917
14860
|
def SendChannel(self):
|
|
14918
14861
|
"""推送渠道
|
|
14919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14920
14862
|
:rtype: list of int
|
|
14921
14863
|
"""
|
|
14922
14864
|
return self._SendChannel
|
|
@@ -14928,7 +14870,6 @@ class ReceiveInfo(AbstractModel):
|
|
|
14928
14870
|
@property
|
|
14929
14871
|
def StartReceiveTime(self):
|
|
14930
14872
|
"""开始时间
|
|
14931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14932
14873
|
:rtype: str
|
|
14933
14874
|
"""
|
|
14934
14875
|
return self._StartReceiveTime
|
|
@@ -14940,7 +14881,6 @@ class ReceiveInfo(AbstractModel):
|
|
|
14940
14881
|
@property
|
|
14941
14882
|
def ReceiveUin(self):
|
|
14942
14883
|
"""接收用户列表
|
|
14943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14944
14884
|
:rtype: list of ReceiveUin
|
|
14945
14885
|
"""
|
|
14946
14886
|
return self._ReceiveUin
|
|
@@ -15664,7 +15604,6 @@ class SchemaSpaceData(AbstractModel):
|
|
|
15664
15604
|
:param _TableRows: 行数。
|
|
15665
15605
|
:type TableRows: int
|
|
15666
15606
|
:param _PhysicalFileSize: 库中所有表对应的独立物理文件大小加和(MB)。
|
|
15667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
15668
15607
|
:type PhysicalFileSize: float
|
|
15669
15608
|
"""
|
|
15670
15609
|
self._TableSchema = None
|
|
@@ -15756,7 +15695,6 @@ class SchemaSpaceData(AbstractModel):
|
|
|
15756
15695
|
@property
|
|
15757
15696
|
def PhysicalFileSize(self):
|
|
15758
15697
|
"""库中所有表对应的独立物理文件大小加和(MB)。
|
|
15759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
15760
15698
|
:rtype: float
|
|
15761
15699
|
"""
|
|
15762
15700
|
return self._PhysicalFileSize
|
|
@@ -15852,7 +15790,6 @@ class ScoreDetail(AbstractModel):
|
|
|
15852
15790
|
:param _ScoreLostMax: 扣分总分上限。
|
|
15853
15791
|
:type ScoreLostMax: int
|
|
15854
15792
|
:param _Items: 扣分项列表。
|
|
15855
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
15856
15793
|
:type Items: list of ScoreItem
|
|
15857
15794
|
"""
|
|
15858
15795
|
self._IssueType = None
|
|
@@ -15896,7 +15833,6 @@ class ScoreDetail(AbstractModel):
|
|
|
15896
15833
|
@property
|
|
15897
15834
|
def Items(self):
|
|
15898
15835
|
"""扣分项列表。
|
|
15899
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
15900
15836
|
:rtype: list of ScoreItem
|
|
15901
15837
|
"""
|
|
15902
15838
|
return self._Items
|
|
@@ -16032,10 +15968,8 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
16032
15968
|
:param _AsyncRequestId: 异步任务Id。
|
|
16033
15969
|
:type AsyncRequestId: int
|
|
16034
15970
|
:param _StartTime: 任务开始时间。
|
|
16035
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16036
15971
|
:type StartTime: str
|
|
16037
15972
|
:param _EndTime: 任务结束时间。
|
|
16038
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16039
15973
|
:type EndTime: str
|
|
16040
15974
|
:param _CreateTime: 任务创建时间。
|
|
16041
15975
|
:type CreateTime: str
|
|
@@ -16044,16 +15978,12 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
16044
15978
|
:param _Progress: 任务执行进度。
|
|
16045
15979
|
:type Progress: int
|
|
16046
15980
|
:param _LogStartTime: 导出日志开始时间。
|
|
16047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16048
15981
|
:type LogStartTime: str
|
|
16049
15982
|
:param _LogEndTime: 导出日志结束时间。
|
|
16050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16051
15983
|
:type LogEndTime: str
|
|
16052
15984
|
:param _TotalSize: 日志文件总大小,单位KB。
|
|
16053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16054
15985
|
:type TotalSize: int
|
|
16055
15986
|
:param _DangerLevels: 风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
|
16056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16057
15987
|
:type DangerLevels: list of int non-negative
|
|
16058
15988
|
"""
|
|
16059
15989
|
self._AsyncRequestId = None
|
|
@@ -16081,7 +16011,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
16081
16011
|
@property
|
|
16082
16012
|
def StartTime(self):
|
|
16083
16013
|
"""任务开始时间。
|
|
16084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16085
16014
|
:rtype: str
|
|
16086
16015
|
"""
|
|
16087
16016
|
return self._StartTime
|
|
@@ -16093,7 +16022,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
16093
16022
|
@property
|
|
16094
16023
|
def EndTime(self):
|
|
16095
16024
|
"""任务结束时间。
|
|
16096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16097
16025
|
:rtype: str
|
|
16098
16026
|
"""
|
|
16099
16027
|
return self._EndTime
|
|
@@ -16138,7 +16066,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
16138
16066
|
@property
|
|
16139
16067
|
def LogStartTime(self):
|
|
16140
16068
|
"""导出日志开始时间。
|
|
16141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16142
16069
|
:rtype: str
|
|
16143
16070
|
"""
|
|
16144
16071
|
return self._LogStartTime
|
|
@@ -16150,7 +16077,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
16150
16077
|
@property
|
|
16151
16078
|
def LogEndTime(self):
|
|
16152
16079
|
"""导出日志结束时间。
|
|
16153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16154
16080
|
:rtype: str
|
|
16155
16081
|
"""
|
|
16156
16082
|
return self._LogEndTime
|
|
@@ -16162,7 +16088,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
16162
16088
|
@property
|
|
16163
16089
|
def TotalSize(self):
|
|
16164
16090
|
"""日志文件总大小,单位KB。
|
|
16165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16166
16091
|
:rtype: int
|
|
16167
16092
|
"""
|
|
16168
16093
|
return self._TotalSize
|
|
@@ -16174,7 +16099,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
|
16174
16099
|
@property
|
|
16175
16100
|
def DangerLevels(self):
|
|
16176
16101
|
"""风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
|
16177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16178
16102
|
:rtype: list of int non-negative
|
|
16179
16103
|
"""
|
|
16180
16104
|
return self._DangerLevels
|
|
@@ -16351,21 +16275,16 @@ class SlowLogInfoItem(AbstractModel):
|
|
|
16351
16275
|
:param _Database: 数据库
|
|
16352
16276
|
:type Database: str
|
|
16353
16277
|
:param _UserName: User来源
|
|
16354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16355
16278
|
:type UserName: str
|
|
16356
16279
|
:param _UserHost: IP来源
|
|
16357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16358
16280
|
:type UserHost: str
|
|
16359
16281
|
:param _QueryTime: 执行时间,单位秒
|
|
16360
16282
|
:type QueryTime: float
|
|
16361
16283
|
:param _LockTime: 锁时间,单位秒
|
|
16362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16363
16284
|
:type LockTime: float
|
|
16364
16285
|
:param _RowsExamined: 扫描行数
|
|
16365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16366
16286
|
:type RowsExamined: int
|
|
16367
16287
|
:param _RowsSent: 返回行数
|
|
16368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16369
16288
|
:type RowsSent: int
|
|
16370
16289
|
"""
|
|
16371
16290
|
self._Timestamp = None
|
|
@@ -16414,7 +16333,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
|
16414
16333
|
@property
|
|
16415
16334
|
def UserName(self):
|
|
16416
16335
|
"""User来源
|
|
16417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16418
16336
|
:rtype: str
|
|
16419
16337
|
"""
|
|
16420
16338
|
return self._UserName
|
|
@@ -16426,7 +16344,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
|
16426
16344
|
@property
|
|
16427
16345
|
def UserHost(self):
|
|
16428
16346
|
"""IP来源
|
|
16429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16430
16347
|
:rtype: str
|
|
16431
16348
|
"""
|
|
16432
16349
|
return self._UserHost
|
|
@@ -16449,7 +16366,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
|
16449
16366
|
@property
|
|
16450
16367
|
def LockTime(self):
|
|
16451
16368
|
"""锁时间,单位秒
|
|
16452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16453
16369
|
:rtype: float
|
|
16454
16370
|
"""
|
|
16455
16371
|
return self._LockTime
|
|
@@ -16461,7 +16377,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
|
16461
16377
|
@property
|
|
16462
16378
|
def RowsExamined(self):
|
|
16463
16379
|
"""扫描行数
|
|
16464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16465
16380
|
:rtype: int
|
|
16466
16381
|
"""
|
|
16467
16382
|
return self._RowsExamined
|
|
@@ -16473,7 +16388,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
|
16473
16388
|
@property
|
|
16474
16389
|
def RowsSent(self):
|
|
16475
16390
|
"""返回行数
|
|
16476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
16477
16391
|
:rtype: int
|
|
16478
16392
|
"""
|
|
16479
16393
|
return self._RowsSent
|
|
@@ -17034,16 +16948,12 @@ class StatisticDataInfo(AbstractModel):
|
|
|
17034
16948
|
def __init__(self):
|
|
17035
16949
|
r"""
|
|
17036
16950
|
:param _Name: 统计维度的值。
|
|
17037
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17038
16951
|
:type Name: str
|
|
17039
16952
|
:param _TimeAvg: 平均时间。
|
|
17040
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17041
16953
|
:type TimeAvg: float
|
|
17042
16954
|
:param _TimeSum: 总时间。
|
|
17043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17044
16955
|
:type TimeSum: float
|
|
17045
16956
|
:param _Count: 数量。
|
|
17046
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17047
16957
|
:type Count: int
|
|
17048
16958
|
"""
|
|
17049
16959
|
self._Name = None
|
|
@@ -17054,7 +16964,6 @@ class StatisticDataInfo(AbstractModel):
|
|
|
17054
16964
|
@property
|
|
17055
16965
|
def Name(self):
|
|
17056
16966
|
"""统计维度的值。
|
|
17057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17058
16967
|
:rtype: str
|
|
17059
16968
|
"""
|
|
17060
16969
|
return self._Name
|
|
@@ -17066,7 +16975,6 @@ class StatisticDataInfo(AbstractModel):
|
|
|
17066
16975
|
@property
|
|
17067
16976
|
def TimeAvg(self):
|
|
17068
16977
|
"""平均时间。
|
|
17069
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17070
16978
|
:rtype: float
|
|
17071
16979
|
"""
|
|
17072
16980
|
return self._TimeAvg
|
|
@@ -17078,7 +16986,6 @@ class StatisticDataInfo(AbstractModel):
|
|
|
17078
16986
|
@property
|
|
17079
16987
|
def TimeSum(self):
|
|
17080
16988
|
"""总时间。
|
|
17081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17082
16989
|
:rtype: float
|
|
17083
16990
|
"""
|
|
17084
16991
|
return self._TimeSum
|
|
@@ -17090,7 +16997,6 @@ class StatisticDataInfo(AbstractModel):
|
|
|
17090
16997
|
@property
|
|
17091
16998
|
def Count(self):
|
|
17092
16999
|
"""数量。
|
|
17093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17094
17000
|
:rtype: int
|
|
17095
17001
|
"""
|
|
17096
17002
|
return self._Count
|
|
@@ -17123,10 +17029,8 @@ class StatisticInfo(AbstractModel):
|
|
|
17123
17029
|
def __init__(self):
|
|
17124
17030
|
r"""
|
|
17125
17031
|
:param _Dimension: 统计分析的维度。
|
|
17126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17127
17032
|
:type Dimension: str
|
|
17128
17033
|
:param _Data: 统计分析的维度下的统计数据详情。
|
|
17129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17130
17034
|
:type Data: list of StatisticDataInfo
|
|
17131
17035
|
"""
|
|
17132
17036
|
self._Dimension = None
|
|
@@ -17135,7 +17039,6 @@ class StatisticInfo(AbstractModel):
|
|
|
17135
17039
|
@property
|
|
17136
17040
|
def Dimension(self):
|
|
17137
17041
|
"""统计分析的维度。
|
|
17138
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17139
17042
|
:rtype: str
|
|
17140
17043
|
"""
|
|
17141
17044
|
return self._Dimension
|
|
@@ -17147,7 +17050,6 @@ class StatisticInfo(AbstractModel):
|
|
|
17147
17050
|
@property
|
|
17148
17051
|
def Data(self):
|
|
17149
17052
|
"""统计分析的维度下的统计数据详情。
|
|
17150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17151
17053
|
:rtype: list of StatisticDataInfo
|
|
17152
17054
|
"""
|
|
17153
17055
|
return self._Data
|
|
@@ -18105,16 +18007,12 @@ class UserProfile(AbstractModel):
|
|
|
18105
18007
|
def __init__(self):
|
|
18106
18008
|
r"""
|
|
18107
18009
|
:param _ProfileId: 配置的id。
|
|
18108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18109
18010
|
:type ProfileId: str
|
|
18110
18011
|
:param _ProfileType: 配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
|
|
18111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18112
18012
|
:type ProfileType: str
|
|
18113
18013
|
:param _ProfileLevel: 配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
|
|
18114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18115
18014
|
:type ProfileLevel: str
|
|
18116
18015
|
:param _ProfileName: 配置名称。
|
|
18117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18118
18016
|
:type ProfileName: str
|
|
18119
18017
|
:param _ProfileInfo: 配置详情。
|
|
18120
18018
|
:type ProfileInfo: :class:`tencentcloud.dbbrain.v20210527.models.ProfileInfo`
|
|
@@ -18128,7 +18026,6 @@ class UserProfile(AbstractModel):
|
|
|
18128
18026
|
@property
|
|
18129
18027
|
def ProfileId(self):
|
|
18130
18028
|
"""配置的id。
|
|
18131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18132
18029
|
:rtype: str
|
|
18133
18030
|
"""
|
|
18134
18031
|
return self._ProfileId
|
|
@@ -18140,7 +18037,6 @@ class UserProfile(AbstractModel):
|
|
|
18140
18037
|
@property
|
|
18141
18038
|
def ProfileType(self):
|
|
18142
18039
|
"""配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
|
|
18143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18144
18040
|
:rtype: str
|
|
18145
18041
|
"""
|
|
18146
18042
|
return self._ProfileType
|
|
@@ -18152,7 +18048,6 @@ class UserProfile(AbstractModel):
|
|
|
18152
18048
|
@property
|
|
18153
18049
|
def ProfileLevel(self):
|
|
18154
18050
|
"""配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
|
|
18155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18156
18051
|
:rtype: str
|
|
18157
18052
|
"""
|
|
18158
18053
|
return self._ProfileLevel
|
|
@@ -18164,7 +18059,6 @@ class UserProfile(AbstractModel):
|
|
|
18164
18059
|
@property
|
|
18165
18060
|
def ProfileName(self):
|
|
18166
18061
|
"""配置名称。
|
|
18167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18168
18062
|
:rtype: str
|
|
18169
18063
|
"""
|
|
18170
18064
|
return self._ProfileName
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-dbbrain
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1345
|
|
4
4
|
Summary: Tencent Cloud Dbbrain SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1345)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=jYpSyz3hvexo8f5C3Gzmg7jKgZuIgD49QH0dVxau0hs,631
|
|
2
2
|
tencentcloud/dbbrain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/dbbrain/v20191016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/dbbrain/v20191016/dbbrain_client.py,sha256=y0CGqcMIR-iZT2lCfFZG6i7zC2A0uhWTZac3lBixaDw,27767
|
|
5
5
|
tencentcloud/dbbrain/v20191016/errorcodes.py,sha256=wnHsy05CDIIuHtBrnD-B59DV96DnEFDmvXDXt4TvSXM,1652
|
|
6
|
-
tencentcloud/dbbrain/v20191016/models.py,sha256=
|
|
6
|
+
tencentcloud/dbbrain/v20191016/models.py,sha256=CP9PBgT4slnPIGrY7UunVVa_MNiEjXbryvFdFFm07U4,226102
|
|
7
7
|
tencentcloud/dbbrain/v20210527/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
tencentcloud/dbbrain/v20210527/dbbrain_client.py,sha256=4CXDcmou15jidpQ2q8AvBIrgN_nHxKpMYFemmuNXjAc,69775
|
|
9
9
|
tencentcloud/dbbrain/v20210527/errorcodes.py,sha256=1_O1MV43gQWvTMJGz66l4BgfmMXaz2EI_v069aadx0E,2143
|
|
10
|
-
tencentcloud/dbbrain/v20210527/models.py,sha256=
|
|
11
|
-
tencentcloud_sdk_python_dbbrain-3.0.
|
|
12
|
-
tencentcloud_sdk_python_dbbrain-3.0.
|
|
13
|
-
tencentcloud_sdk_python_dbbrain-3.0.
|
|
14
|
-
tencentcloud_sdk_python_dbbrain-3.0.
|
|
10
|
+
tencentcloud/dbbrain/v20210527/models.py,sha256=aHi6pE1lXYnpBFmvlaMS_X-FO1MZBnQ82CE0Dq_SWfQ,536196
|
|
11
|
+
tencentcloud_sdk_python_dbbrain-3.0.1345.dist-info/METADATA,sha256=SiFq05wwPQtyy5jl6X4_aaHSByncYdw0znJZDrPbFQE,1516
|
|
12
|
+
tencentcloud_sdk_python_dbbrain-3.0.1345.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
13
|
+
tencentcloud_sdk_python_dbbrain-3.0.1345.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
14
|
+
tencentcloud_sdk_python_dbbrain-3.0.1345.dist-info/RECORD,,
|
|
File without changes
|