tencentcloud-sdk-python-dbbrain 3.0.1478__tar.gz → 3.0.1481__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.0.1481/PKG-INFO +46 -0
  2. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20210527/models.py +18 -3
  5. tencentcloud_sdk_python_dbbrain-3.0.1481/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +46 -0
  6. tencentcloud_sdk_python_dbbrain-3.0.1481/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-dbbrain-3.0.1478/PKG-INFO +0 -45
  8. tencentcloud-sdk-python-dbbrain-3.0.1478/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +0 -45
  9. tencentcloud-sdk-python-dbbrain-3.0.1478/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
  10. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/README.rst +0 -0
  11. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/setup.cfg +0 -0
  12. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/__init__.py +0 -0
  13. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
  14. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
  15. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
  16. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20191016/models.py +0 -0
  17. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
  18. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
  19. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
  20. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud-sdk-python-dbbrain-3.0.1478 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-dbbrain
3
+ Version: 3.0.1481
4
+ Summary: Tencent Cloud Dbbrain SDK for Python
5
+ Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
+ Author: Tencent Cloud
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
+ License: Apache License 2.0
9
+ Platform: any
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1481
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Dbbrain SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
25
+ The SDK works on Python versions:
26
+
27
+ * 2.7 and greater, including 3.x
28
+
29
+ Quick Start
30
+ -----------
31
+
32
+ First, install the library:
33
+
34
+ .. code-block:: sh
35
+
36
+ $ pip install tencentcloud-sdk-python-common
37
+ $ pip install tencentcloud-sdk-python-dbbrain
38
+
39
+ or download source code from github and install:
40
+
41
+ .. code-block:: sh
42
+
43
+ $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
44
+ $ cd tencentcloud-sdk-python
45
+ $ python package.py --components common dbbrain
46
+
@@ -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.1478,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1481,<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(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1478'
17
+ __version__ = '3.0.1481'
@@ -17852,7 +17852,7 @@ class RedisInstanceConf(AbstractModel):
17852
17852
 
17853
17853
 
17854
17854
  class RedisKeySpaceData(AbstractModel):
17855
- r"""redis key空间信息。
17855
+ r"""redis key的内存占用等信息。
17856
17856
 
17857
17857
  """
17858
17858
 
@@ -17862,7 +17862,7 @@ class RedisKeySpaceData(AbstractModel):
17862
17862
  :type Key: str
17863
17863
  :param _Type: key类型。
17864
17864
  :type Type: str
17865
- :param _Encoding: key编码方式。
17865
+ :param _Encoding: key编码方式。包括 int、string、linkedlist、hashtable、skiplist、zipmap、ziplist、intset、quicklist、listpack。
17866
17866
  :type Encoding: str
17867
17867
  :param _ExpireTime: key过期时间戳(毫秒),0代表未设置过期时间。
17868
17868
  :type ExpireTime: int
@@ -17876,6 +17876,8 @@ class RedisKeySpaceData(AbstractModel):
17876
17876
  :type AveElementSize: int
17877
17877
  :param _ShardId: 所属分片序号。
17878
17878
  :type ShardId: str
17879
+ :param _Db: key所属数据库编号。
17880
+ :type Db: int
17879
17881
  """
17880
17882
  self._Key = None
17881
17883
  self._Type = None
@@ -17886,6 +17888,7 @@ class RedisKeySpaceData(AbstractModel):
17886
17888
  self._MaxElementSize = None
17887
17889
  self._AveElementSize = None
17888
17890
  self._ShardId = None
17891
+ self._Db = None
17889
17892
 
17890
17893
  @property
17891
17894
  def Key(self):
@@ -17911,7 +17914,7 @@ class RedisKeySpaceData(AbstractModel):
17911
17914
 
17912
17915
  @property
17913
17916
  def Encoding(self):
17914
- r"""key编码方式。
17917
+ r"""key编码方式。包括 int、string、linkedlist、hashtable、skiplist、zipmap、ziplist、intset、quicklist、listpack。
17915
17918
  :rtype: str
17916
17919
  """
17917
17920
  return self._Encoding
@@ -17986,6 +17989,17 @@ class RedisKeySpaceData(AbstractModel):
17986
17989
  def ShardId(self, ShardId):
17987
17990
  self._ShardId = ShardId
17988
17991
 
17992
+ @property
17993
+ def Db(self):
17994
+ r"""key所属数据库编号。
17995
+ :rtype: int
17996
+ """
17997
+ return self._Db
17998
+
17999
+ @Db.setter
18000
+ def Db(self, Db):
18001
+ self._Db = Db
18002
+
17989
18003
 
17990
18004
  def _deserialize(self, params):
17991
18005
  self._Key = params.get("Key")
@@ -17997,6 +18011,7 @@ class RedisKeySpaceData(AbstractModel):
17997
18011
  self._MaxElementSize = params.get("MaxElementSize")
17998
18012
  self._AveElementSize = params.get("AveElementSize")
17999
18013
  self._ShardId = params.get("ShardId")
18014
+ self._Db = params.get("Db")
18000
18015
  memeber_set = set(params.keys())
18001
18016
  for name, value in vars(self).items():
18002
18017
  property_name = name[1:]
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-dbbrain
3
+ Version: 3.0.1481
4
+ Summary: Tencent Cloud Dbbrain SDK for Python
5
+ Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
+ Author: Tencent Cloud
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
+ License: Apache License 2.0
9
+ Platform: any
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1481
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Dbbrain SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
25
+ The SDK works on Python versions:
26
+
27
+ * 2.7 and greater, including 3.x
28
+
29
+ Quick Start
30
+ -----------
31
+
32
+ First, install the library:
33
+
34
+ .. code-block:: sh
35
+
36
+ $ pip install tencentcloud-sdk-python-common
37
+ $ pip install tencentcloud-sdk-python-dbbrain
38
+
39
+ or download source code from github and install:
40
+
41
+ .. code-block:: sh
42
+
43
+ $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
44
+ $ cd tencentcloud-sdk-python
45
+ $ python package.py --components common dbbrain
46
+
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1481
@@ -1,45 +0,0 @@
1
- Metadata-Version: 1.2
2
- Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1478
4
- Summary: Tencent Cloud Dbbrain SDK for Python
5
- Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
- Author: Tencent Cloud
7
- Maintainer-email: tencentcloudapi@tencent.com
8
- License: Apache License 2.0
9
- Description: ============================
10
- Tencent Cloud SDK for Python
11
- ============================
12
-
13
- Tencent Cloud Python Dbbrain SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
14
- The SDK works on Python versions:
15
-
16
- * 2.7 and greater, including 3.x
17
-
18
- Quick Start
19
- -----------
20
-
21
- First, install the library:
22
-
23
- .. code-block:: sh
24
-
25
- $ pip install tencentcloud-sdk-python-common
26
- $ pip install tencentcloud-sdk-python-dbbrain
27
-
28
- or download source code from github and install:
29
-
30
- .. code-block:: sh
31
-
32
- $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
33
- $ cd tencentcloud-sdk-python
34
- $ python package.py --components common dbbrain
35
-
36
-
37
- Platform: any
38
- Classifier: Development Status :: 5 - Production/Stable
39
- Classifier: Intended Audience :: Developers
40
- Classifier: License :: OSI Approved :: Apache Software License
41
- Classifier: Programming Language :: Python
42
- Classifier: Programming Language :: Python :: 2.7
43
- Classifier: Programming Language :: Python :: 3
44
- Classifier: Programming Language :: Python :: 3.6
45
- Classifier: Programming Language :: Python :: 3.7
@@ -1,45 +0,0 @@
1
- Metadata-Version: 1.2
2
- Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1478
4
- Summary: Tencent Cloud Dbbrain SDK for Python
5
- Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
- Author: Tencent Cloud
7
- Maintainer-email: tencentcloudapi@tencent.com
8
- License: Apache License 2.0
9
- Description: ============================
10
- Tencent Cloud SDK for Python
11
- ============================
12
-
13
- Tencent Cloud Python Dbbrain SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
14
- The SDK works on Python versions:
15
-
16
- * 2.7 and greater, including 3.x
17
-
18
- Quick Start
19
- -----------
20
-
21
- First, install the library:
22
-
23
- .. code-block:: sh
24
-
25
- $ pip install tencentcloud-sdk-python-common
26
- $ pip install tencentcloud-sdk-python-dbbrain
27
-
28
- or download source code from github and install:
29
-
30
- .. code-block:: sh
31
-
32
- $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
33
- $ cd tencentcloud-sdk-python
34
- $ python package.py --components common dbbrain
35
-
36
-
37
- Platform: any
38
- Classifier: Development Status :: 5 - Production/Stable
39
- Classifier: Intended Audience :: Developers
40
- Classifier: License :: OSI Approved :: Apache Software License
41
- Classifier: Programming Language :: Python
42
- Classifier: Programming Language :: Python :: 2.7
43
- Classifier: Programming Language :: Python :: 3
44
- Classifier: Programming Language :: Python :: 3.6
45
- Classifier: Programming Language :: Python :: 3.7
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1478