tencentcloud-sdk-python-redis 3.0.1207__tar.gz → 3.0.1226__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.1207 → tencentcloud-sdk-python-redis-3.0.1226}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/tencentcloud/redis/v20180412/models.py +22 -20
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1226/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1207/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/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.1226"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4537,28 +4537,28 @@ class DescribeInstanceDTSInstanceInfo(AbstractModel):
|
|
|
4537
4537
|
|
|
4538
4538
|
def __init__(self):
|
|
4539
4539
|
r"""
|
|
4540
|
-
:param _RegionId: 地域ID
|
|
4540
|
+
:param _RegionId: 地域 ID。
|
|
4541
4541
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4542
4542
|
:type RegionId: int
|
|
4543
|
-
:param _InstanceId: 实例ID
|
|
4543
|
+
:param _InstanceId: 实例 ID。
|
|
4544
4544
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4545
4545
|
:type InstanceId: str
|
|
4546
|
-
:param _SetId: 仓库ID
|
|
4546
|
+
:param _SetId: 仓库ID。
|
|
4547
4547
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4548
4548
|
:type SetId: int
|
|
4549
|
-
:param _ZoneId: 可用区ID
|
|
4549
|
+
:param _ZoneId: 可用区ID。
|
|
4550
4550
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4551
4551
|
:type ZoneId: int
|
|
4552
|
-
:param _Type:
|
|
4552
|
+
:param _Type: 实例类型。
|
|
4553
4553
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4554
4554
|
:type Type: int
|
|
4555
|
-
:param _InstanceName:
|
|
4555
|
+
:param _InstanceName: 实例名称。
|
|
4556
4556
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4557
4557
|
:type InstanceName: str
|
|
4558
|
-
:param _Vip:
|
|
4558
|
+
:param _Vip: 实例访问地址。
|
|
4559
4559
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4560
4560
|
:type Vip: str
|
|
4561
|
-
:param _Status:
|
|
4561
|
+
:param _Status: 状态。
|
|
4562
4562
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4563
4563
|
:type Status: int
|
|
4564
4564
|
"""
|
|
@@ -7010,16 +7010,18 @@ class DescribeParamTemplateInfoResponse(AbstractModel):
|
|
|
7010
7010
|
:param _Name: 参数模板名称。
|
|
7011
7011
|
:type Name: str
|
|
7012
7012
|
:param _ProductType: 产品类型。
|
|
7013
|
-
- 2:Redis 2.8内存版(标准架构)。
|
|
7014
|
-
- 3:CKV 3.2内存版(标准架构)。
|
|
7015
|
-
- 4:CKV 3.2内存版(集群架构)。
|
|
7016
|
-
- 5:Redis 2.8内存版(单机)。
|
|
7017
|
-
- 6:Redis 4.0内存版(标准架构)。
|
|
7018
|
-
- 7:Redis 4.0内存版(集群架构)。
|
|
7019
|
-
- 8:Redis 5.0内存版(标准架构)。
|
|
7020
|
-
- 9:Redis 5.0内存版(集群架构)。
|
|
7021
|
-
- 15:Redis 6.2内存版(标准架构)。
|
|
7022
|
-
- 16:Redis 6.2内存版(集群架构)。
|
|
7013
|
+
- 2:Redis 2.8 内存版(标准架构)。
|
|
7014
|
+
- 3:CKV 3.2 内存版(标准架构)。
|
|
7015
|
+
- 4:CKV 3.2 内存版(集群架构)。
|
|
7016
|
+
- 5:Redis 2.8 内存版(单机)。
|
|
7017
|
+
- 6:Redis 4.0 内存版(标准架构)。
|
|
7018
|
+
- 7:Redis 4.0 内存版(集群架构)。
|
|
7019
|
+
- 8:Redis 5.0 内存版(标准架构)。
|
|
7020
|
+
- 9:Redis 5.0 内存版(集群架构)。
|
|
7021
|
+
- 15:Redis 6.2 内存版(标准架构)。
|
|
7022
|
+
- 16:Redis 6.2 内存版(集群架构)。
|
|
7023
|
+
- 17:Redis 7.0 内存版(标准架构)。
|
|
7024
|
+
- 18:Redis 7.0 内存版(集群架构)。
|
|
7023
7025
|
:type ProductType: int
|
|
7024
7026
|
:param _Description: 参数模板描述。
|
|
7025
7027
|
:type Description: str
|
|
@@ -13645,7 +13647,7 @@ class ModifyInstanceParamsResponse(AbstractModel):
|
|
|
13645
13647
|
|
|
13646
13648
|
def __init__(self):
|
|
13647
13649
|
r"""
|
|
13648
|
-
:param _Changed: 说明修改参数配置是否成功。<br><li>true
|
|
13650
|
+
:param _Changed: 说明修改参数配置是否成功。<br><li>true:指修改成功;</li><li>false:指修改失败。</li>
|
|
13649
13651
|
:type Changed: bool
|
|
13650
13652
|
:param _TaskId: 任务ID。
|
|
13651
13653
|
:type TaskId: int
|
|
@@ -17042,7 +17044,7 @@ class StartupInstanceResponse(AbstractModel):
|
|
|
17042
17044
|
|
|
17043
17045
|
def __init__(self):
|
|
17044
17046
|
r"""
|
|
17045
|
-
:param _TaskId:
|
|
17047
|
+
:param _TaskId: 该字段已废弃,请通过查询实例接口获取到的状态来判断实例是否已解隔离
|
|
17046
17048
|
:type TaskId: int
|
|
17047
17049
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17048
17050
|
:type RequestId: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1226
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1207
|
{tencentcloud-sdk-python-redis-3.0.1207 → tencentcloud-sdk-python-redis-3.0.1226}/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
|