tencentcloud-sdk-python-redis 3.0.1180__tar.gz → 3.0.1189__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-redis might be problematic. Click here for more details.
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/redis/v20180412/models.py +14 -8
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1189/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1180/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud_sdk_python_redis.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-redis',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1189"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1622,7 +1622,7 @@ class CommandTake(AbstractModel):
|
|
|
1622
1622
|
r"""
|
|
1623
1623
|
:param _Cmd: 命令名。
|
|
1624
1624
|
:type Cmd: str
|
|
1625
|
-
:param _Took:
|
|
1625
|
+
:param _Took: 耗时时长。单位:ms。
|
|
1626
1626
|
:type Took: int
|
|
1627
1627
|
"""
|
|
1628
1628
|
self._Cmd = None
|
|
@@ -5259,9 +5259,13 @@ class DescribeInstanceMonitorTopNCmdRequest(AbstractModel):
|
|
|
5259
5259
|
|
|
5260
5260
|
def __init__(self):
|
|
5261
5261
|
r"""
|
|
5262
|
-
:param _InstanceId: 实例
|
|
5262
|
+
:param _InstanceId: 实例 ID。
|
|
5263
5263
|
:type InstanceId: str
|
|
5264
|
-
:param _SpanType:
|
|
5264
|
+
:param _SpanType: 时间范围。
|
|
5265
|
+
- 1:实时。
|
|
5266
|
+
- 2:近30分钟。
|
|
5267
|
+
- 3:近6小时。
|
|
5268
|
+
- 4:近24小时。
|
|
5265
5269
|
:type SpanType: int
|
|
5266
5270
|
"""
|
|
5267
5271
|
self._InstanceId = None
|
|
@@ -9655,7 +9659,7 @@ class InstanceClusterNode(AbstractModel):
|
|
|
9655
9659
|
|
|
9656
9660
|
def __init__(self):
|
|
9657
9661
|
r"""
|
|
9658
|
-
:param _Name:
|
|
9662
|
+
:param _Name: 节点组名称。
|
|
9659
9663
|
:type Name: str
|
|
9660
9664
|
:param _RunId: 实例运行时节点 ID。
|
|
9661
9665
|
:type RunId: str
|
|
@@ -17783,13 +17787,15 @@ class ZoneCapacityConf(AbstractModel):
|
|
|
17783
17787
|
r"""
|
|
17784
17788
|
:param _ZoneId: 可用区ID:如ap-guangzhou-3
|
|
17785
17789
|
:type ZoneId: str
|
|
17786
|
-
:param _ZoneName:
|
|
17790
|
+
:param _ZoneName: 可用区名称。
|
|
17787
17791
|
:type ZoneName: str
|
|
17788
|
-
:param _IsSaleout:
|
|
17792
|
+
:param _IsSaleout: 可用区是否售罄。
|
|
17789
17793
|
:type IsSaleout: bool
|
|
17790
|
-
:param _IsDefault:
|
|
17794
|
+
:param _IsDefault: 是否为默认可用区。
|
|
17791
17795
|
:type IsDefault: bool
|
|
17792
|
-
:param _NetWorkType:
|
|
17796
|
+
:param _NetWorkType: 网络类型。
|
|
17797
|
+
- basenet:基础网络。
|
|
17798
|
+
- vpcnet -- VPC网络。
|
|
17793
17799
|
:type NetWorkType: list of str
|
|
17794
17800
|
:param _ProductSet: 可用区内产品规格等信息
|
|
17795
17801
|
:type ProductSet: list of ProductConf
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1189
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1180
|
{tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/README.rst
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
|