tencentcloud-sdk-python-redis 3.0.1173__tar.gz → 3.0.1184__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.1173 → tencentcloud-sdk-python-redis-3.0.1184}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/tencentcloud/redis/v20180412/models.py +26 -18
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1184/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1173/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/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.1184"],
|
|
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
|
|
@@ -6296,16 +6300,18 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
6296
6300
|
- prepaid:包年包月。
|
|
6297
6301
|
:type BillingMode: str
|
|
6298
6302
|
:param _Type: 实例类型。
|
|
6299
|
-
- 2:Redis 2.8内存版(标准架构)。
|
|
6300
|
-
- 3:CKV 3.2内存版(标准架构)。
|
|
6301
|
-
- 4:CKV 3.2内存版(集群架构)。
|
|
6302
|
-
- 5:Redis 2.8内存版(单机)。
|
|
6303
|
-
- 6:Redis 4.0内存版(标准架构)。
|
|
6304
|
-
- 7:Redis 4.0内存版(集群架构)。
|
|
6305
|
-
- 8:Redis 5.0内存版(标准架构)。
|
|
6306
|
-
- 9:Redis 5.0内存版(集群架构)。
|
|
6307
|
-
- 15:Redis 6.2内存版(标准架构)。
|
|
6308
|
-
- 16:Redis 6.2内存版(集群架构)。
|
|
6303
|
+
- 2:Redis 2.8 内存版(标准架构)。
|
|
6304
|
+
- 3:CKV 3.2 内存版(标准架构)。
|
|
6305
|
+
- 4:CKV 3.2 内存版(集群架构)。
|
|
6306
|
+
- 5:Redis 2.8 内存版(单机)。
|
|
6307
|
+
- 6:Redis 4.0 内存版(标准架构)。
|
|
6308
|
+
- 7:Redis 4.0 内存版(集群架构)。
|
|
6309
|
+
- 8:Redis 5.0 内存版(标准架构)。
|
|
6310
|
+
- 9:Redis 5.0 内存版(集群架构)。
|
|
6311
|
+
- 15:Redis 6.2 内存版(标准架构)。
|
|
6312
|
+
- 16:Redis 6.2 内存版(集群架构)。
|
|
6313
|
+
- 17:Redis 7.0 内存版(标准架构)。
|
|
6314
|
+
- 18:Redis 7.0 内存版(集群架构)。
|
|
6309
6315
|
:type Type: int
|
|
6310
6316
|
:param _SearchKeys: 该参数为数组类型,支持配置实例名称、实例 ID、IP地址,其中实例名称为模糊匹配,实例 ID 和 IP 地址精确匹配。
|
|
6311
6317
|
|
|
@@ -9653,7 +9659,7 @@ class InstanceClusterNode(AbstractModel):
|
|
|
9653
9659
|
|
|
9654
9660
|
def __init__(self):
|
|
9655
9661
|
r"""
|
|
9656
|
-
:param _Name:
|
|
9662
|
+
:param _Name: 节点组名称。
|
|
9657
9663
|
:type Name: str
|
|
9658
9664
|
:param _RunId: 实例运行时节点 ID。
|
|
9659
9665
|
:type RunId: str
|
|
@@ -17781,13 +17787,15 @@ class ZoneCapacityConf(AbstractModel):
|
|
|
17781
17787
|
r"""
|
|
17782
17788
|
:param _ZoneId: 可用区ID:如ap-guangzhou-3
|
|
17783
17789
|
:type ZoneId: str
|
|
17784
|
-
:param _ZoneName:
|
|
17790
|
+
:param _ZoneName: 可用区名称。
|
|
17785
17791
|
:type ZoneName: str
|
|
17786
|
-
:param _IsSaleout:
|
|
17792
|
+
:param _IsSaleout: 可用区是否售罄。
|
|
17787
17793
|
:type IsSaleout: bool
|
|
17788
|
-
:param _IsDefault:
|
|
17794
|
+
:param _IsDefault: 是否为默认可用区。
|
|
17789
17795
|
:type IsDefault: bool
|
|
17790
|
-
:param _NetWorkType:
|
|
17796
|
+
:param _NetWorkType: 网络类型。
|
|
17797
|
+
- basenet:基础网络。
|
|
17798
|
+
- vpcnet -- VPC网络。
|
|
17791
17799
|
:type NetWorkType: list of str
|
|
17792
17800
|
:param _ProductSet: 可用区内产品规格等信息
|
|
17793
17801
|
:type ProductSet: list of ProductConf
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1184
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1173
|
{tencentcloud-sdk-python-redis-3.0.1173 → tencentcloud-sdk-python-redis-3.0.1184}/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
|