tencentcloud-sdk-python-redis 3.0.1206__tar.gz → 3.0.1218__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 (16) hide show
  1. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/setup.py +1 -1
  3. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/tencentcloud/redis/v20180412/models.py +20 -18
  5. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-redis-3.0.1218/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-redis-3.0.1206/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/README.rst +0 -0
  9. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/tencentcloud/redis/__init__.py +0 -0
  11. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/tencentcloud/redis/v20180412/__init__.py +0 -0
  12. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/tencentcloud/redis/v20180412/redis_client.py +0 -0
  14. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-redis-3.0.1206 → tencentcloud-sdk-python-redis-3.0.1218}/tencentcloud_sdk_python_redis.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1206
3
+ Version: 3.0.1218
4
4
  Summary: Tencent Cloud Redis SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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.1206"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1218"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Redis 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.1206'
17
+ __version__ = '3.0.1218'
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1206
3
+ Version: 3.0.1218
4
4
  Summary: Tencent Cloud Redis SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1218
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1206