tencentcloud-sdk-python-dbbrain 3.0.1340__tar.gz → 3.0.1342__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-dbbrain might be problematic. Click here for more details.

Files changed (20) hide show
  1. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud/dbbrain/v20210527/models.py +15 -0
  5. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-dbbrain-3.0.1342/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-dbbrain-3.0.1340/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/README.rst +0 -0
  9. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud/dbbrain/__init__.py +0 -0
  11. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
  13. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud/dbbrain/v20191016/models.py +0 -0
  15. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
  16. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
  17. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
  18. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud-sdk-python-dbbrain-3.0.1340 → tencentcloud-sdk-python-dbbrain-3.0.1342}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1340
3
+ Version: 3.0.1342
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
@@ -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.0.1340"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1342"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Dbbrain SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1340'
17
+ __version__ = '3.0.1342'
@@ -4503,6 +4503,8 @@ class DescribeDBDiagEventsRequest(AbstractModel):
4503
4503
  :type Severities: list of int
4504
4504
  :param _InstanceIds: 实例ID列表。
4505
4505
  :type InstanceIds: list of str
4506
+ :param _Product: 服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
4507
+ :type Product: str
4506
4508
  :param _Offset: 偏移量,默认0。
4507
4509
  :type Offset: int
4508
4510
  :param _Limit: 返回数量,默认20,最大值为50。
@@ -4512,6 +4514,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
4512
4514
  self._EndTime = None
4513
4515
  self._Severities = None
4514
4516
  self._InstanceIds = None
4517
+ self._Product = None
4515
4518
  self._Offset = None
4516
4519
  self._Limit = None
4517
4520
 
@@ -4559,6 +4562,17 @@ class DescribeDBDiagEventsRequest(AbstractModel):
4559
4562
  def InstanceIds(self, InstanceIds):
4560
4563
  self._InstanceIds = InstanceIds
4561
4564
 
4565
+ @property
4566
+ def Product(self):
4567
+ """服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
4568
+ :rtype: str
4569
+ """
4570
+ return self._Product
4571
+
4572
+ @Product.setter
4573
+ def Product(self, Product):
4574
+ self._Product = Product
4575
+
4562
4576
  @property
4563
4577
  def Offset(self):
4564
4578
  """偏移量,默认0。
@@ -4587,6 +4601,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
4587
4601
  self._EndTime = params.get("EndTime")
4588
4602
  self._Severities = params.get("Severities")
4589
4603
  self._InstanceIds = params.get("InstanceIds")
4604
+ self._Product = params.get("Product")
4590
4605
  self._Offset = params.get("Offset")
4591
4606
  self._Limit = params.get("Limit")
4592
4607
  memeber_set = set(params.keys())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1340
3
+ Version: 3.0.1342
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1342
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1340