tencentcloud-sdk-python-redis 3.0.1204__tar.gz → 3.0.1207__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.
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/tencentcloud/redis/v20180412/models.py +8 -6
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/tencentcloud/redis/v20180412/redis_client.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1207/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1204/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/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.1207"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -3708,7 +3708,7 @@ class DescribeCommonDBInstancesRequest(AbstractModel):
|
|
|
3708
3708
|
:type SubnetIds: list of int
|
|
3709
3709
|
:param _PayMode: 计费类型过滤列表;0表示包年包月,1表示按量计费
|
|
3710
3710
|
:type PayMode: int
|
|
3711
|
-
:param _InstanceIds: 实例ID
|
|
3711
|
+
:param _InstanceIds: 实例ID过滤信息列表,数组最大长度限制为100
|
|
3712
3712
|
:type InstanceIds: list of str
|
|
3713
3713
|
:param _InstanceNames: 实例名称过滤信息列表
|
|
3714
3714
|
:type InstanceNames: list of str
|
|
@@ -4662,7 +4662,7 @@ class DescribeInstanceDealDetailRequest(AbstractModel):
|
|
|
4662
4662
|
|
|
4663
4663
|
def __init__(self):
|
|
4664
4664
|
r"""
|
|
4665
|
-
:param _DealIds: 订单交易ID数组,即 [CreateInstances](https://cloud.tencent.com/document/api/239/20026) 的输出参数DealId
|
|
4665
|
+
:param _DealIds: 订单交易ID数组,即 [CreateInstances](https://cloud.tencent.com/document/api/239/20026) 的输出参数DealId。数组最大长度限制为10
|
|
4666
4666
|
:type DealIds: list of str
|
|
4667
4667
|
"""
|
|
4668
4668
|
self._DealIds = None
|
|
@@ -7125,10 +7125,12 @@ class DescribeParamTemplatesRequest(AbstractModel):
|
|
|
7125
7125
|
- 9:Redis 5.0 内存版(集群架构)。
|
|
7126
7126
|
- 15:Redis 6.2 内存版(标准架构)。
|
|
7127
7127
|
- 16:Redis 6.2 内存版(集群架构)。
|
|
7128
|
+
- 17:Redis 7.0 内存版(标准架构)。
|
|
7129
|
+
- 18:Redis 7.0 内存版(集群架构)。
|
|
7128
7130
|
:type ProductTypes: list of int
|
|
7129
|
-
:param _TemplateNames:
|
|
7131
|
+
:param _TemplateNames: 模板名称数组。数组最大长度限制为50
|
|
7130
7132
|
:type TemplateNames: list of str
|
|
7131
|
-
:param _TemplateIds: 模板ID
|
|
7133
|
+
:param _TemplateIds: 模板ID数组。数组最大长度限制为50
|
|
7132
7134
|
:type TemplateIds: list of str
|
|
7133
7135
|
"""
|
|
7134
7136
|
self._ProductTypes = None
|
|
@@ -13776,7 +13778,7 @@ class ModifyInstanceRequest(AbstractModel):
|
|
|
13776
13778
|
r"""
|
|
13777
13779
|
:param _Operation: 修改实例操作,如填写:rename-表示实例重命名;modifyProject-修改实例所属项目;modifyAutoRenew-修改实例续费标记
|
|
13778
13780
|
:type Operation: str
|
|
13779
|
-
:param _InstanceIds: 实例Id
|
|
13781
|
+
:param _InstanceIds: 实例Id,每次请求的实例的上限为10。
|
|
13780
13782
|
:type InstanceIds: list of str
|
|
13781
13783
|
:param _InstanceNames: 实例的新名称
|
|
13782
13784
|
:type InstanceNames: list of str
|
|
@@ -17833,7 +17835,7 @@ class UpgradeInstanceRequest(AbstractModel):
|
|
|
17833
17835
|
:type RedisShardNum: int
|
|
17834
17836
|
:param _RedisReplicasNum: 指实例变更后的副本数量。<ul><li>每次只能修改参数RedisReplicasNum、MemSize和RedisShardNum其中的一个,不能同时修改。且修改其中一个参数时,其他两个参数需输入实例原有的配置规格。</li><li>多AZ实例修改副本时必须要传入NodeSet。</li></ul>
|
|
17835
17837
|
:type RedisReplicasNum: int
|
|
17836
|
-
:param _NodeSet: 多AZ
|
|
17838
|
+
:param _NodeSet: 多AZ实例,增加副本时的节点信息,包括副本的 ID 编号及可用区信息。非多AZ实例不需要配置该参数。
|
|
17837
17839
|
:type NodeSet: list of RedisNodeInfo
|
|
17838
17840
|
"""
|
|
17839
17841
|
self._InstanceId = None
|
|
@@ -2304,7 +2304,7 @@ class RedisClient(AbstractClient):
|
|
|
2304
2304
|
|
|
2305
2305
|
|
|
2306
2306
|
def UpgradeInstance(self, request):
|
|
2307
|
-
"""
|
|
2307
|
+
"""本接口(UpgradeInstance)用于变更实例的配置规格。
|
|
2308
2308
|
|
|
2309
2309
|
:param request: Request instance for UpgradeInstance.
|
|
2310
2310
|
:type request: :class:`tencentcloud.redis.v20180412.models.UpgradeInstanceRequest`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1207
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1204
|
{tencentcloud-sdk-python-redis-3.0.1204 → tencentcloud-sdk-python-redis-3.0.1207}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|