tencentcloud-sdk-python-dbbrain 3.1.101__tar.gz → 3.1.109__tar.gz

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.
Files changed (22) hide show
  1. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/setup.py +1 -1
  3. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/v20191016/models.py +4 -4
  5. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
  6. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +36 -0
  7. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/v20210527/errorcodes.py +3 -0
  8. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/v20210527/models.py +296 -40
  9. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +2 -2
  10. tencentcloud_sdk_python_dbbrain-3.1.109/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
  11. tencentcloud_sdk_python_dbbrain-3.1.101/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
  12. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/README.rst +0 -0
  13. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/setup.cfg +0 -0
  14. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/__init__.py +0 -0
  15. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
  16. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
  17. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/v20191016/dbbrain_client_async.py +0 -0
  18. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
  19. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
  20. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_dbbrain-3.1.101 → tencentcloud_sdk_python_dbbrain-3.1.109}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.1.101
3
+ Version: 3.1.109
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<4.0.0,>=3.1.101
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.109
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-dbbrain',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.101,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.109,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Dbbrain SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.101'
17
+ __version__ = '3.1.109'
@@ -4548,9 +4548,9 @@ class EventInfo(AbstractModel):
4548
4548
  :type EventId: int
4549
4549
  :param _DiagType: 诊断类型。
4550
4550
  :type DiagType: str
4551
- :param _StartTime: 开始时间。
4551
+ :param _StartTime: 开始时间。格式: "yyyy-MM-dd'T'HH:mm:ssXXX"
4552
4552
  :type StartTime: str
4553
- :param _EndTime: 结束时间。
4553
+ :param _EndTime: 结束时间。格式: "yyyy-MM-dd'T'HH:mm:ssXXX"
4554
4554
  :type EndTime: str
4555
4555
  :param _Outline: 概要。
4556
4556
  :type Outline: str
@@ -4597,7 +4597,7 @@ class EventInfo(AbstractModel):
4597
4597
 
4598
4598
  @property
4599
4599
  def StartTime(self):
4600
- r"""开始时间。
4600
+ r"""开始时间。格式: "yyyy-MM-dd'T'HH:mm:ssXXX"
4601
4601
  :rtype: str
4602
4602
  """
4603
4603
  return self._StartTime
@@ -4608,7 +4608,7 @@ class EventInfo(AbstractModel):
4608
4608
 
4609
4609
  @property
4610
4610
  def EndTime(self):
4611
- r"""结束时间。
4611
+ r"""结束时间。格式: "yyyy-MM-dd'T'HH:mm:ssXXX"
4612
4612
  :rtype: str
4613
4613
  """
4614
4614
  return self._EndTime
@@ -900,6 +900,29 @@ class DbbrainClient(AbstractClient):
900
900
  raise TencentCloudSDKException(type(e).__name__, str(e))
901
901
 
902
902
 
903
+ def DescribeDatabaseAutonomyStatus(self, request):
904
+ r"""查询数据库自治功能的开关状态。当前支持 MongoDB 的索引推荐(AutoIndexAdvice)功能状态查询。
905
+
906
+ :param request: Request instance for DescribeDatabaseAutonomyStatus.
907
+ :type request: :class:`tencentcloud.dbbrain.v20210527.models.DescribeDatabaseAutonomyStatusRequest`
908
+ :rtype: :class:`tencentcloud.dbbrain.v20210527.models.DescribeDatabaseAutonomyStatusResponse`
909
+
910
+ """
911
+ try:
912
+ params = request._serialize()
913
+ headers = request.headers
914
+ body = self.call("DescribeDatabaseAutonomyStatus", params, headers=headers)
915
+ response = json.loads(body)
916
+ model = models.DescribeDatabaseAutonomyStatusResponse()
917
+ model._deserialize(response["Response"])
918
+ return model
919
+ except Exception as e:
920
+ if isinstance(e, TencentCloudSDKException):
921
+ raise
922
+ else:
923
+ raise TencentCloudSDKException(type(e).__name__, str(e))
924
+
925
+
903
926
  def DescribeDiagDBInstances(self, request):
904
927
  r"""获取实例信息列表。Region统一选择广州。
905
928
 
@@ -1958,6 +1981,29 @@ class DbbrainClient(AbstractClient):
1958
1981
  raise TencentCloudSDKException(type(e).__name__, str(e))
1959
1982
 
1960
1983
 
1984
+ def UpdateDatabaseAutonomyStatus(self, request):
1985
+ r"""设置数据库自治功能的开关状态。当前支持 MongoDB 的索引推荐(AutoIndexAdvice)功能的开启或关闭。
1986
+
1987
+ :param request: Request instance for UpdateDatabaseAutonomyStatus.
1988
+ :type request: :class:`tencentcloud.dbbrain.v20210527.models.UpdateDatabaseAutonomyStatusRequest`
1989
+ :rtype: :class:`tencentcloud.dbbrain.v20210527.models.UpdateDatabaseAutonomyStatusResponse`
1990
+
1991
+ """
1992
+ try:
1993
+ params = request._serialize()
1994
+ headers = request.headers
1995
+ body = self.call("UpdateDatabaseAutonomyStatus", params, headers=headers)
1996
+ response = json.loads(body)
1997
+ model = models.UpdateDatabaseAutonomyStatusResponse()
1998
+ model._deserialize(response["Response"])
1999
+ return model
2000
+ except Exception as e:
2001
+ if isinstance(e, TencentCloudSDKException):
2002
+ raise
2003
+ else:
2004
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2005
+
2006
+
1961
2007
  def UpdateMonitorSwitch(self, request):
1962
2008
  r"""更新Agent实例状态(停止或重连实例)
1963
2009
 
@@ -709,6 +709,24 @@ class DbbrainClient(AbstractClient):
709
709
 
710
710
  return await self.call_and_deserialize(**kwargs)
711
711
 
712
+ async def DescribeDatabaseAutonomyStatus(
713
+ self,
714
+ request: models.DescribeDatabaseAutonomyStatusRequest,
715
+ opts: Dict = None,
716
+ ) -> models.DescribeDatabaseAutonomyStatusResponse:
717
+ """
718
+ 查询数据库自治功能的开关状态。当前支持 MongoDB 的索引推荐(AutoIndexAdvice)功能状态查询。
719
+ """
720
+
721
+ kwargs = {}
722
+ kwargs["action"] = "DescribeDatabaseAutonomyStatus"
723
+ kwargs["params"] = request._serialize()
724
+ kwargs["resp_cls"] = models.DescribeDatabaseAutonomyStatusResponse
725
+ kwargs["headers"] = request.headers
726
+ kwargs["opts"] = opts or {}
727
+
728
+ return await self.call_and_deserialize(**kwargs)
729
+
712
730
  async def DescribeDiagDBInstances(
713
731
  self,
714
732
  request: models.DescribeDiagDBInstancesRequest,
@@ -1537,6 +1555,24 @@ class DbbrainClient(AbstractClient):
1537
1555
 
1538
1556
  return await self.call_and_deserialize(**kwargs)
1539
1557
 
1558
+ async def UpdateDatabaseAutonomyStatus(
1559
+ self,
1560
+ request: models.UpdateDatabaseAutonomyStatusRequest,
1561
+ opts: Dict = None,
1562
+ ) -> models.UpdateDatabaseAutonomyStatusResponse:
1563
+ """
1564
+ 设置数据库自治功能的开关状态。当前支持 MongoDB 的索引推荐(AutoIndexAdvice)功能的开启或关闭。
1565
+ """
1566
+
1567
+ kwargs = {}
1568
+ kwargs["action"] = "UpdateDatabaseAutonomyStatus"
1569
+ kwargs["params"] = request._serialize()
1570
+ kwargs["resp_cls"] = models.UpdateDatabaseAutonomyStatusResponse
1571
+ kwargs["headers"] = request.headers
1572
+ kwargs["opts"] = opts or {}
1573
+
1574
+ return await self.call_and_deserialize(**kwargs)
1575
+
1540
1576
  async def UpdateMonitorSwitch(
1541
1577
  self,
1542
1578
  request: models.UpdateMonitorSwitchRequest,
@@ -56,6 +56,9 @@ OPERATIONDENIED = 'OperationDenied'
56
56
  # CAM鉴权错误。
57
57
  OPERATIONDENIED_USERHASNOSTRATEGY = 'OperationDenied.UserHasNoStrategy'
58
58
 
59
+ # 地域错误
60
+ REGIONERROR = 'RegionError'
61
+
59
62
  # 请求的次数超过了频率限制。
60
63
  REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
61
64
 
@@ -6242,20 +6242,19 @@ class DescribeDBDiagEventsRequest(AbstractModel):
6242
6242
 
6243
6243
  def __init__(self):
6244
6244
  r"""
6245
- :param _StartTime: 开始时间,如“2021-05-27 00:00:00”,支持的最早查询时间为当前时间的前30天。
6245
+ :param _StartTime: <p>开始时间,如“2021-05-27 00:00:00”,支持的最早查询时间为当前时间的前30天。</p>
6246
6246
  :type StartTime: str
6247
- :param _EndTime: 结束时间,如“2021-05-27 01:00:00”,支持的最早查询时间为当前时间的前30天。
6247
+ :param _EndTime: <p>结束时间,如“2021-05-27 01:00:00”,支持的最早查询时间为当前时间的前30天。</p>
6248
6248
  :type EndTime: str
6249
- :param _Severities: 风险等级列表,取值按影响程度从高至低分别为:1 - 致命、2 -严重、3 - 告警、4 - 提示、5 -健康。
6249
+ :param _Severities: <p>风险等级列表,取值按影响程度从高至低分别为:1 - 致命、2 -严重、3 - 告警、4 - 提示、5 -健康。</p>
6250
6250
  :type Severities: list of int
6251
- :param _InstanceIds: 实例ID列表。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
6252
- 查询TDSQL MySQL分布式实例:Instanceld:填写集群ID&Shard实例ID,如:dcdbt-157xxxk&shard-qxxxx
6251
+ :param _InstanceIds: <p>实例ID列表。可通过 <a href="https://cloud.tencent.com/document/api/1130/57798">DescribeDiagDBInstances</a> 接口获取。<br>查询TDSQL MySQL分布式实例:Instanceld:填写集群ID&amp;Shard实例ID,如:dcdbt-157xxxk&amp;shard-qxxxx</p>
6253
6252
  :type InstanceIds: list of str
6254
- :param _Product: 服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,"mariadb"-数据库mariadb 默认为"mysql"。
6253
+ :param _Product: <p>服务产品类型,支持值包括:&quot;mysql&quot; - 云数据库 MySQL,&quot;redis&quot; - 云数据库 Redis,&quot;mariadb&quot;-数据库mariadb,&quot;cynosdb&quot;-数据库 TDSQL-C, &quot;dcdb&quot;-数据库TDSQL MySQL 默认为&quot;mysql&quot;。</p>
6255
6254
  :type Product: str
6256
- :param _Offset: 偏移量,默认0
6255
+ :param _Offset: <p>偏移量,默认0。</p>
6257
6256
  :type Offset: int
6258
- :param _Limit: 返回数量,默认20,最大值为50
6257
+ :param _Limit: <p>返回数量,默认20,最大值为50。</p>
6259
6258
  :type Limit: int
6260
6259
  """
6261
6260
  self._StartTime = None
@@ -6268,7 +6267,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
6268
6267
 
6269
6268
  @property
6270
6269
  def StartTime(self):
6271
- r"""开始时间,如“2021-05-27 00:00:00”,支持的最早查询时间为当前时间的前30天。
6270
+ r"""<p>开始时间,如“2021-05-27 00:00:00”,支持的最早查询时间为当前时间的前30天。</p>
6272
6271
  :rtype: str
6273
6272
  """
6274
6273
  return self._StartTime
@@ -6279,7 +6278,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
6279
6278
 
6280
6279
  @property
6281
6280
  def EndTime(self):
6282
- r"""结束时间,如“2021-05-27 01:00:00”,支持的最早查询时间为当前时间的前30天。
6281
+ r"""<p>结束时间,如“2021-05-27 01:00:00”,支持的最早查询时间为当前时间的前30天。</p>
6283
6282
  :rtype: str
6284
6283
  """
6285
6284
  return self._EndTime
@@ -6290,7 +6289,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
6290
6289
 
6291
6290
  @property
6292
6291
  def Severities(self):
6293
- r"""风险等级列表,取值按影响程度从高至低分别为:1 - 致命、2 -严重、3 - 告警、4 - 提示、5 -健康。
6292
+ r"""<p>风险等级列表,取值按影响程度从高至低分别为:1 - 致命、2 -严重、3 - 告警、4 - 提示、5 -健康。</p>
6294
6293
  :rtype: list of int
6295
6294
  """
6296
6295
  return self._Severities
@@ -6301,8 +6300,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
6301
6300
 
6302
6301
  @property
6303
6302
  def InstanceIds(self):
6304
- r"""实例ID列表。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
6305
- 查询TDSQL MySQL分布式实例:Instanceld:填写集群ID&Shard实例ID,如:dcdbt-157xxxk&shard-qxxxx
6303
+ r"""<p>实例ID列表。可通过 <a href="https://cloud.tencent.com/document/api/1130/57798">DescribeDiagDBInstances</a> 接口获取。<br>查询TDSQL MySQL分布式实例:Instanceld:填写集群ID&amp;Shard实例ID,如:dcdbt-157xxxk&amp;shard-qxxxx</p>
6306
6304
  :rtype: list of str
6307
6305
  """
6308
6306
  return self._InstanceIds
@@ -6313,7 +6311,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
6313
6311
 
6314
6312
  @property
6315
6313
  def Product(self):
6316
- r"""服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,"mariadb"-数据库mariadb 默认为"mysql"。
6314
+ r"""<p>服务产品类型,支持值包括:&quot;mysql&quot; - 云数据库 MySQL,&quot;redis&quot; - 云数据库 Redis,&quot;mariadb&quot;-数据库mariadb,&quot;cynosdb&quot;-数据库 TDSQL-C, &quot;dcdb&quot;-数据库TDSQL MySQL 默认为&quot;mysql&quot;。</p>
6317
6315
  :rtype: str
6318
6316
  """
6319
6317
  return self._Product
@@ -6324,7 +6322,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
6324
6322
 
6325
6323
  @property
6326
6324
  def Offset(self):
6327
- r"""偏移量,默认0
6325
+ r"""<p>偏移量,默认0。</p>
6328
6326
  :rtype: int
6329
6327
  """
6330
6328
  return self._Offset
@@ -6335,7 +6333,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
6335
6333
 
6336
6334
  @property
6337
6335
  def Limit(self):
6338
- r"""返回数量,默认20,最大值为50
6336
+ r"""<p>返回数量,默认20,最大值为50。</p>
6339
6337
  :rtype: int
6340
6338
  """
6341
6339
  return self._Limit
@@ -6370,9 +6368,9 @@ class DescribeDBDiagEventsResponse(AbstractModel):
6370
6368
 
6371
6369
  def __init__(self):
6372
6370
  r"""
6373
- :param _TotalCount: 诊断事件的总数目。
6371
+ :param _TotalCount: <p>诊断事件的总数目。</p>
6374
6372
  :type TotalCount: int
6375
- :param _Items: 诊断事件的列表。
6373
+ :param _Items: <p>诊断事件的列表。</p>
6376
6374
  :type Items: list of DiagHistoryEventItem
6377
6375
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6378
6376
  :type RequestId: str
@@ -6383,7 +6381,7 @@ class DescribeDBDiagEventsResponse(AbstractModel):
6383
6381
 
6384
6382
  @property
6385
6383
  def TotalCount(self):
6386
- r"""诊断事件的总数目。
6384
+ r"""<p>诊断事件的总数目。</p>
6387
6385
  :rtype: int
6388
6386
  """
6389
6387
  return self._TotalCount
@@ -6394,7 +6392,7 @@ class DescribeDBDiagEventsResponse(AbstractModel):
6394
6392
 
6395
6393
  @property
6396
6394
  def Items(self):
6397
- r"""诊断事件的列表。
6395
+ r"""<p>诊断事件的列表。</p>
6398
6396
  :rtype: list of DiagHistoryEventItem
6399
6397
  """
6400
6398
  return self._Items
@@ -7257,6 +7255,115 @@ class DescribeDBSpaceStatusResponse(AbstractModel):
7257
7255
  self._RequestId = params.get("RequestId")
7258
7256
 
7259
7257
 
7258
+ class DescribeDatabaseAutonomyStatusRequest(AbstractModel):
7259
+ r"""DescribeDatabaseAutonomyStatus请求参数结构体
7260
+
7261
+ """
7262
+
7263
+ def __init__(self):
7264
+ r"""
7265
+ :param _InstanceId: <p>实例 ID。</p>
7266
+ :type InstanceId: str
7267
+ :param _Product: <p>服务产品类型。取值:mongodb(云数据库 MongoDB)。</p>
7268
+ :type Product: str
7269
+ :param _Type: <p>自治功能类型。取值:AutoIndexAdvice(索引推荐)。</p>
7270
+ :type Type: str
7271
+ """
7272
+ self._InstanceId = None
7273
+ self._Product = None
7274
+ self._Type = None
7275
+
7276
+ @property
7277
+ def InstanceId(self):
7278
+ r"""<p>实例 ID。</p>
7279
+ :rtype: str
7280
+ """
7281
+ return self._InstanceId
7282
+
7283
+ @InstanceId.setter
7284
+ def InstanceId(self, InstanceId):
7285
+ self._InstanceId = InstanceId
7286
+
7287
+ @property
7288
+ def Product(self):
7289
+ r"""<p>服务产品类型。取值:mongodb(云数据库 MongoDB)。</p>
7290
+ :rtype: str
7291
+ """
7292
+ return self._Product
7293
+
7294
+ @Product.setter
7295
+ def Product(self, Product):
7296
+ self._Product = Product
7297
+
7298
+ @property
7299
+ def Type(self):
7300
+ r"""<p>自治功能类型。取值:AutoIndexAdvice(索引推荐)。</p>
7301
+ :rtype: str
7302
+ """
7303
+ return self._Type
7304
+
7305
+ @Type.setter
7306
+ def Type(self, Type):
7307
+ self._Type = Type
7308
+
7309
+
7310
+ def _deserialize(self, params):
7311
+ self._InstanceId = params.get("InstanceId")
7312
+ self._Product = params.get("Product")
7313
+ self._Type = params.get("Type")
7314
+ memeber_set = set(params.keys())
7315
+ for name, value in vars(self).items():
7316
+ property_name = name[1:]
7317
+ if property_name in memeber_set:
7318
+ memeber_set.remove(property_name)
7319
+ if len(memeber_set) > 0:
7320
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
7321
+
7322
+
7323
+
7324
+ class DescribeDatabaseAutonomyStatusResponse(AbstractModel):
7325
+ r"""DescribeDatabaseAutonomyStatus返回参数结构体
7326
+
7327
+ """
7328
+
7329
+ def __init__(self):
7330
+ r"""
7331
+ :param _Status: <p>自治功能开关状态。取值:0(关闭)、1(开启)。</p>
7332
+ :type Status: int
7333
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7334
+ :type RequestId: str
7335
+ """
7336
+ self._Status = None
7337
+ self._RequestId = None
7338
+
7339
+ @property
7340
+ def Status(self):
7341
+ r"""<p>自治功能开关状态。取值:0(关闭)、1(开启)。</p>
7342
+ :rtype: int
7343
+ """
7344
+ return self._Status
7345
+
7346
+ @Status.setter
7347
+ def Status(self, Status):
7348
+ self._Status = Status
7349
+
7350
+ @property
7351
+ def RequestId(self):
7352
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7353
+ :rtype: str
7354
+ """
7355
+ return self._RequestId
7356
+
7357
+ @RequestId.setter
7358
+ def RequestId(self, RequestId):
7359
+ self._RequestId = RequestId
7360
+
7361
+
7362
+ def _deserialize(self, params):
7363
+ self._Status = params.get("Status")
7364
+ self._RequestId = params.get("RequestId")
7365
+
7366
+
7260
7367
  class DescribeDiagDBInstancesRequest(AbstractModel):
7261
7368
  r"""DescribeDiagDBInstances请求参数结构体
7262
7369
 
@@ -7468,11 +7575,11 @@ class DescribeHealthScoreRequest(AbstractModel):
7468
7575
 
7469
7576
  def __init__(self):
7470
7577
  r"""
7471
- :param _InstanceId: 需要获取健康得分的实例ID
7578
+ :param _InstanceId: <p>需要获取健康得分的实例ID。可通过 <a href="https://cloud.tencent.com/document/api/1130/57798">DescribeDiagDBInstances</a> 接口获取。如果是dcdb(TDSQL MySQL),请使用 <code>{ClusterId}&amp;{InstanceId}</code> 拼接结果代替入参</p>
7472
7579
  :type InstanceId: str
7473
- :param _Time: 获取健康得分的时间,时间格式如:2019-09-10 12:13:14
7580
+ :param _Time: <p>获取健康得分的时间,时间格式如:2019-09-10 12:13:14。</p>
7474
7581
  :type Time: str
7475
- :param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
7582
+ :param _Product: <p>服务产品类型,支持值包括: &quot;mysql&quot; - 云数据库 MySQL, &quot;cynosdb&quot; - 云数据库 TDSQL-C for MySQL,&quot;redis&quot; - 云数据库 Redis,默认为&quot;mysql&quot;。</p>
7476
7583
  :type Product: str
7477
7584
  """
7478
7585
  self._InstanceId = None
@@ -7481,7 +7588,7 @@ class DescribeHealthScoreRequest(AbstractModel):
7481
7588
 
7482
7589
  @property
7483
7590
  def InstanceId(self):
7484
- r"""需要获取健康得分的实例ID
7591
+ r"""<p>需要获取健康得分的实例ID。可通过 <a href="https://cloud.tencent.com/document/api/1130/57798">DescribeDiagDBInstances</a> 接口获取。如果是dcdb(TDSQL MySQL),请使用 <code>{ClusterId}&amp;{InstanceId}</code> 拼接结果代替入参</p>
7485
7592
  :rtype: str
7486
7593
  """
7487
7594
  return self._InstanceId
@@ -7492,7 +7599,7 @@ class DescribeHealthScoreRequest(AbstractModel):
7492
7599
 
7493
7600
  @property
7494
7601
  def Time(self):
7495
- r"""获取健康得分的时间,时间格式如:2019-09-10 12:13:14
7602
+ r"""<p>获取健康得分的时间,时间格式如:2019-09-10 12:13:14。</p>
7496
7603
  :rtype: str
7497
7604
  """
7498
7605
  return self._Time
@@ -7503,7 +7610,7 @@ class DescribeHealthScoreRequest(AbstractModel):
7503
7610
 
7504
7611
  @property
7505
7612
  def Product(self):
7506
- r"""服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
7613
+ r"""<p>服务产品类型,支持值包括: &quot;mysql&quot; - 云数据库 MySQL, &quot;cynosdb&quot; - 云数据库 TDSQL-C for MySQL,&quot;redis&quot; - 云数据库 Redis,默认为&quot;mysql&quot;。</p>
7507
7614
  :rtype: str
7508
7615
  """
7509
7616
  return self._Product
@@ -7534,7 +7641,7 @@ class DescribeHealthScoreResponse(AbstractModel):
7534
7641
 
7535
7642
  def __init__(self):
7536
7643
  r"""
7537
- :param _Data: 健康得分以及异常扣分项。
7644
+ :param _Data: <p>健康得分以及异常扣分项。</p>
7538
7645
  :type Data: :class:`tencentcloud.dbbrain.v20210527.models.HealthScoreInfo`
7539
7646
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7540
7647
  :type RequestId: str
@@ -7544,7 +7651,7 @@ class DescribeHealthScoreResponse(AbstractModel):
7544
7651
 
7545
7652
  @property
7546
7653
  def Data(self):
7547
- r"""健康得分以及异常扣分项。
7654
+ r"""<p>健康得分以及异常扣分项。</p>
7548
7655
  :rtype: :class:`tencentcloud.dbbrain.v20210527.models.HealthScoreInfo`
7549
7656
  """
7550
7657
  return self._Data
@@ -14066,11 +14173,11 @@ class EventInfo(AbstractModel):
14066
14173
  r"""
14067
14174
  :param _EventId: 事件 ID 。
14068
14175
  :type EventId: int
14069
- :param _DiagType: 诊断类型。
14176
+ :param _DiagType: 诊断类型。包含以下值:内存利用率,CPU利用率,磁盘空间利用率,复制,复制IO线程中断。
14070
14177
  :type DiagType: str
14071
- :param _StartTime: 开始时间。
14178
+ :param _StartTime: 开始时间。格式: "yyyy-MM-dd'T'HH:mm:ssXXX"
14072
14179
  :type StartTime: str
14073
- :param _EndTime: 结束时间。
14180
+ :param _EndTime: 结束时间。格式: "yyyy-MM-dd'T'HH:mm:ssXXX"
14074
14181
  :type EndTime: str
14075
14182
  :param _Outline: 概要。
14076
14183
  :type Outline: str
@@ -14106,7 +14213,7 @@ class EventInfo(AbstractModel):
14106
14213
 
14107
14214
  @property
14108
14215
  def DiagType(self):
14109
- r"""诊断类型。
14216
+ r"""诊断类型。包含以下值:内存利用率,CPU利用率,磁盘空间利用率,复制,复制IO线程中断。
14110
14217
  :rtype: str
14111
14218
  """
14112
14219
  return self._DiagType
@@ -14117,7 +14224,7 @@ class EventInfo(AbstractModel):
14117
14224
 
14118
14225
  @property
14119
14226
  def StartTime(self):
14120
- r"""开始时间。
14227
+ r"""开始时间。格式: "yyyy-MM-dd'T'HH:mm:ssXXX"
14121
14228
  :rtype: str
14122
14229
  """
14123
14230
  return self._StartTime
@@ -14128,7 +14235,7 @@ class EventInfo(AbstractModel):
14128
14235
 
14129
14236
  @property
14130
14237
  def EndTime(self):
14131
- r"""结束时间。
14238
+ r"""结束时间。格式: "yyyy-MM-dd'T'HH:mm:ssXXX"
14132
14239
  :rtype: str
14133
14240
  """
14134
14241
  return self._EndTime
@@ -14438,6 +14545,11 @@ class HealthScoreInfo(AbstractModel):
14438
14545
  :param _HealthScore: 健康得分。
14439
14546
  :type HealthScore: int
14440
14547
  :param _HealthLevel: 健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。
14548
+ 其中:
14549
+ HEALTH - 健康
14550
+ SUB_HEALTH - 亚健康
14551
+ RISK - 危险
14552
+ HIGH_RISK - 高危
14441
14553
  :type HealthLevel: str
14442
14554
  """
14443
14555
  self._IssueTypes = None
@@ -14481,6 +14593,11 @@ class HealthScoreInfo(AbstractModel):
14481
14593
  @property
14482
14594
  def HealthLevel(self):
14483
14595
  r"""健康等级, 如:"HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"。
14596
+ 其中:
14597
+ HEALTH - 健康
14598
+ SUB_HEALTH - 亚健康
14599
+ RISK - 危险
14600
+ HIGH_RISK - 高危
14484
14601
  :rtype: str
14485
14602
  """
14486
14603
  return self._HealthLevel
@@ -19950,20 +20067,23 @@ class SessionItem(AbstractModel):
19950
20067
 
19951
20068
  def __init__(self):
19952
20069
  r"""
19953
- :param _Ip: 访问来源。
20070
+ :param _Ip: <p>访问来源。</p>
19954
20071
  :type Ip: str
19955
- :param _ActiveConn: 当前访问来源活跃连接数
20072
+ :param _ActiveConn: <p>当前访问来源活跃连接数</p>
19956
20073
  :type ActiveConn: str
19957
- :param _AllConn: 当前访问来源总连接数
20074
+ :param _AllConn: <p>当前访问来源总连接数</p>
19958
20075
  :type AllConn: int
20076
+ :param _IsInternalIp: <p>是否为内网ip</p>
20077
+ :type IsInternalIp: bool
19959
20078
  """
19960
20079
  self._Ip = None
19961
20080
  self._ActiveConn = None
19962
20081
  self._AllConn = None
20082
+ self._IsInternalIp = None
19963
20083
 
19964
20084
  @property
19965
20085
  def Ip(self):
19966
- r"""访问来源。
20086
+ r"""<p>访问来源。</p>
19967
20087
  :rtype: str
19968
20088
  """
19969
20089
  return self._Ip
@@ -19974,7 +20094,7 @@ class SessionItem(AbstractModel):
19974
20094
 
19975
20095
  @property
19976
20096
  def ActiveConn(self):
19977
- r"""当前访问来源活跃连接数
20097
+ r"""<p>当前访问来源活跃连接数</p>
19978
20098
  :rtype: str
19979
20099
  """
19980
20100
  return self._ActiveConn
@@ -19985,7 +20105,7 @@ class SessionItem(AbstractModel):
19985
20105
 
19986
20106
  @property
19987
20107
  def AllConn(self):
19988
- r"""当前访问来源总连接数
20108
+ r"""<p>当前访问来源总连接数</p>
19989
20109
  :rtype: int
19990
20110
  """
19991
20111
  return self._AllConn
@@ -19994,11 +20114,23 @@ class SessionItem(AbstractModel):
19994
20114
  def AllConn(self, AllConn):
19995
20115
  self._AllConn = AllConn
19996
20116
 
20117
+ @property
20118
+ def IsInternalIp(self):
20119
+ r"""<p>是否为内网ip</p>
20120
+ :rtype: bool
20121
+ """
20122
+ return self._IsInternalIp
20123
+
20124
+ @IsInternalIp.setter
20125
+ def IsInternalIp(self, IsInternalIp):
20126
+ self._IsInternalIp = IsInternalIp
20127
+
19997
20128
 
19998
20129
  def _deserialize(self, params):
19999
20130
  self._Ip = params.get("Ip")
20000
20131
  self._ActiveConn = params.get("ActiveConn")
20001
20132
  self._AllConn = params.get("AllConn")
20133
+ self._IsInternalIp = params.get("IsInternalIp")
20002
20134
  memeber_set = set(params.keys())
20003
20135
  for name, value in vars(self).items():
20004
20136
  property_name = name[1:]
@@ -21941,6 +22073,130 @@ class UpdateAgentSwitchResponse(AbstractModel):
21941
22073
  self._RequestId = params.get("RequestId")
21942
22074
 
21943
22075
 
22076
+ class UpdateDatabaseAutonomyStatusRequest(AbstractModel):
22077
+ r"""UpdateDatabaseAutonomyStatus请求参数结构体
22078
+
22079
+ """
22080
+
22081
+ def __init__(self):
22082
+ r"""
22083
+ :param _InstanceId: <p>实例 ID。</p>
22084
+ :type InstanceId: str
22085
+ :param _Product: <p>服务产品类型。取值:mongodb(云数据库 MongoDB)。</p>
22086
+ :type Product: str
22087
+ :param _Type: <p>自治功能类型。取值:AutoIndexAdvice(索引推荐)。</p>
22088
+ :type Type: str
22089
+ :param _Status: <p>开关状态。取值:0(关闭)、1(开启)。</p>
22090
+ :type Status: int
22091
+ """
22092
+ self._InstanceId = None
22093
+ self._Product = None
22094
+ self._Type = None
22095
+ self._Status = None
22096
+
22097
+ @property
22098
+ def InstanceId(self):
22099
+ r"""<p>实例 ID。</p>
22100
+ :rtype: str
22101
+ """
22102
+ return self._InstanceId
22103
+
22104
+ @InstanceId.setter
22105
+ def InstanceId(self, InstanceId):
22106
+ self._InstanceId = InstanceId
22107
+
22108
+ @property
22109
+ def Product(self):
22110
+ r"""<p>服务产品类型。取值:mongodb(云数据库 MongoDB)。</p>
22111
+ :rtype: str
22112
+ """
22113
+ return self._Product
22114
+
22115
+ @Product.setter
22116
+ def Product(self, Product):
22117
+ self._Product = Product
22118
+
22119
+ @property
22120
+ def Type(self):
22121
+ r"""<p>自治功能类型。取值:AutoIndexAdvice(索引推荐)。</p>
22122
+ :rtype: str
22123
+ """
22124
+ return self._Type
22125
+
22126
+ @Type.setter
22127
+ def Type(self, Type):
22128
+ self._Type = Type
22129
+
22130
+ @property
22131
+ def Status(self):
22132
+ r"""<p>开关状态。取值:0(关闭)、1(开启)。</p>
22133
+ :rtype: int
22134
+ """
22135
+ return self._Status
22136
+
22137
+ @Status.setter
22138
+ def Status(self, Status):
22139
+ self._Status = Status
22140
+
22141
+
22142
+ def _deserialize(self, params):
22143
+ self._InstanceId = params.get("InstanceId")
22144
+ self._Product = params.get("Product")
22145
+ self._Type = params.get("Type")
22146
+ self._Status = params.get("Status")
22147
+ memeber_set = set(params.keys())
22148
+ for name, value in vars(self).items():
22149
+ property_name = name[1:]
22150
+ if property_name in memeber_set:
22151
+ memeber_set.remove(property_name)
22152
+ if len(memeber_set) > 0:
22153
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
22154
+
22155
+
22156
+
22157
+ class UpdateDatabaseAutonomyStatusResponse(AbstractModel):
22158
+ r"""UpdateDatabaseAutonomyStatus返回参数结构体
22159
+
22160
+ """
22161
+
22162
+ def __init__(self):
22163
+ r"""
22164
+ :param _Status: <p>操作结果状态。取值:1(操作成功)。</p>
22165
+ :type Status: int
22166
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22167
+ :type RequestId: str
22168
+ """
22169
+ self._Status = None
22170
+ self._RequestId = None
22171
+
22172
+ @property
22173
+ def Status(self):
22174
+ r"""<p>操作结果状态。取值:1(操作成功)。</p>
22175
+ :rtype: int
22176
+ """
22177
+ return self._Status
22178
+
22179
+ @Status.setter
22180
+ def Status(self, Status):
22181
+ self._Status = Status
22182
+
22183
+ @property
22184
+ def RequestId(self):
22185
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22186
+ :rtype: str
22187
+ """
22188
+ return self._RequestId
22189
+
22190
+ @RequestId.setter
22191
+ def RequestId(self, RequestId):
22192
+ self._RequestId = RequestId
22193
+
22194
+
22195
+ def _deserialize(self, params):
22196
+ self._Status = params.get("Status")
22197
+ self._RequestId = params.get("RequestId")
22198
+
22199
+
21944
22200
  class UpdateMonitorSwitchRequest(AbstractModel):
21945
22201
  r"""UpdateMonitorSwitch请求参数结构体
21946
22202
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.1.101
3
+ Version: 3.1.109
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<4.0.0,>=3.1.101
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.109
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.109
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.101