tencentcloud-sdk-python-dbbrain 3.0.1416__tar.gz → 3.0.1426__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.
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/setup.py +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud/dbbrain/v20210527/models.py +60 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dbbrain-3.0.1426/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dbbrain-3.0.1416/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/README.rst +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud/dbbrain/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud/dbbrain/v20191016/models.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/setup.py
RENAMED
|
@@ -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
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1426,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dbbrain SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -12753,6 +12753,14 @@ class DiagHistoryEventItem(AbstractModel):
|
|
|
12753
12753
|
:type Metric: str
|
|
12754
12754
|
:param _Region: 地域。
|
|
12755
12755
|
:type Region: str
|
|
12756
|
+
:param _ClusterId: 集群ID。
|
|
12757
|
+
:type ClusterId: str
|
|
12758
|
+
:param _ClusterName: 集群名称。
|
|
12759
|
+
:type ClusterName: str
|
|
12760
|
+
:param _Vip: vip地址。
|
|
12761
|
+
:type Vip: str
|
|
12762
|
+
:param _Vport: vip端口。
|
|
12763
|
+
:type Vport: int
|
|
12756
12764
|
"""
|
|
12757
12765
|
self._DiagType = None
|
|
12758
12766
|
self._EndTime = None
|
|
@@ -12764,6 +12772,10 @@ class DiagHistoryEventItem(AbstractModel):
|
|
|
12764
12772
|
self._InstanceId = None
|
|
12765
12773
|
self._Metric = None
|
|
12766
12774
|
self._Region = None
|
|
12775
|
+
self._ClusterId = None
|
|
12776
|
+
self._ClusterName = None
|
|
12777
|
+
self._Vip = None
|
|
12778
|
+
self._Vport = None
|
|
12767
12779
|
|
|
12768
12780
|
@property
|
|
12769
12781
|
def DiagType(self):
|
|
@@ -12875,6 +12887,50 @@ class DiagHistoryEventItem(AbstractModel):
|
|
|
12875
12887
|
def Region(self, Region):
|
|
12876
12888
|
self._Region = Region
|
|
12877
12889
|
|
|
12890
|
+
@property
|
|
12891
|
+
def ClusterId(self):
|
|
12892
|
+
"""集群ID。
|
|
12893
|
+
:rtype: str
|
|
12894
|
+
"""
|
|
12895
|
+
return self._ClusterId
|
|
12896
|
+
|
|
12897
|
+
@ClusterId.setter
|
|
12898
|
+
def ClusterId(self, ClusterId):
|
|
12899
|
+
self._ClusterId = ClusterId
|
|
12900
|
+
|
|
12901
|
+
@property
|
|
12902
|
+
def ClusterName(self):
|
|
12903
|
+
"""集群名称。
|
|
12904
|
+
:rtype: str
|
|
12905
|
+
"""
|
|
12906
|
+
return self._ClusterName
|
|
12907
|
+
|
|
12908
|
+
@ClusterName.setter
|
|
12909
|
+
def ClusterName(self, ClusterName):
|
|
12910
|
+
self._ClusterName = ClusterName
|
|
12911
|
+
|
|
12912
|
+
@property
|
|
12913
|
+
def Vip(self):
|
|
12914
|
+
"""vip地址。
|
|
12915
|
+
:rtype: str
|
|
12916
|
+
"""
|
|
12917
|
+
return self._Vip
|
|
12918
|
+
|
|
12919
|
+
@Vip.setter
|
|
12920
|
+
def Vip(self, Vip):
|
|
12921
|
+
self._Vip = Vip
|
|
12922
|
+
|
|
12923
|
+
@property
|
|
12924
|
+
def Vport(self):
|
|
12925
|
+
"""vip端口。
|
|
12926
|
+
:rtype: int
|
|
12927
|
+
"""
|
|
12928
|
+
return self._Vport
|
|
12929
|
+
|
|
12930
|
+
@Vport.setter
|
|
12931
|
+
def Vport(self, Vport):
|
|
12932
|
+
self._Vport = Vport
|
|
12933
|
+
|
|
12878
12934
|
|
|
12879
12935
|
def _deserialize(self, params):
|
|
12880
12936
|
self._DiagType = params.get("DiagType")
|
|
@@ -12887,6 +12943,10 @@ class DiagHistoryEventItem(AbstractModel):
|
|
|
12887
12943
|
self._InstanceId = params.get("InstanceId")
|
|
12888
12944
|
self._Metric = params.get("Metric")
|
|
12889
12945
|
self._Region = params.get("Region")
|
|
12946
|
+
self._ClusterId = params.get("ClusterId")
|
|
12947
|
+
self._ClusterName = params.get("ClusterName")
|
|
12948
|
+
self._Vip = params.get("Vip")
|
|
12949
|
+
self._Vport = params.get("Vport")
|
|
12890
12950
|
memeber_set = set(params.keys())
|
|
12891
12951
|
for name, value in vars(self).items():
|
|
12892
12952
|
property_name = name[1:]
|
tencentcloud-sdk-python-dbbrain-3.0.1426/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1426
|
tencentcloud-sdk-python-dbbrain-3.0.1416/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1416
|
{tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-dbbrain-3.0.1416 → tencentcloud-sdk-python-dbbrain-3.0.1426}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|