tencentcloud-sdk-python-redis 3.0.1466__tar.gz → 3.0.1469__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.1466 → tencentcloud-sdk-python-redis-3.0.1469}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/setup.py +1 -1
  3. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/tencentcloud/redis/v20180412/models.py +24 -16
  5. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-redis-3.0.1469/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-redis-3.0.1466/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/README.rst +0 -0
  9. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/tencentcloud/redis/__init__.py +0 -0
  11. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/tencentcloud/redis/v20180412/__init__.py +0 -0
  12. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/tencentcloud/redis/v20180412/redis_client.py +0 -0
  14. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-redis-3.0.1466 → tencentcloud-sdk-python-redis-3.0.1469}/tencentcloud_sdk_python_redis.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1466
3
+ Version: 3.0.1469
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.1466,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1469,<4.0.0"],
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.1466'
17
+ __version__ = '3.0.1469'
@@ -3444,14 +3444,14 @@ class DeleteParamTemplateRequest(AbstractModel):
3444
3444
 
3445
3445
  def __init__(self):
3446
3446
  r"""
3447
- :param _TemplateId: 参数模板 ID。
3447
+ :param _TemplateId: 参数模板 ID。请登录 [Redis 控制台的参数模版](https://console.cloud.tencent.com/redis/templates)页面获取模版 ID
3448
3448
  :type TemplateId: str
3449
3449
  """
3450
3450
  self._TemplateId = None
3451
3451
 
3452
3452
  @property
3453
3453
  def TemplateId(self):
3454
- r"""参数模板 ID。
3454
+ r"""参数模板 ID。请登录 [Redis 控制台的参数模版](https://console.cloud.tencent.com/redis/templates)页面获取模版 ID
3455
3455
  :rtype: str
3456
3456
  """
3457
3457
  return self._TemplateId
@@ -7471,9 +7471,9 @@ class DescribeInstanceShardsRequest(AbstractModel):
7471
7471
  r"""
7472
7472
  :param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
7473
7473
  :type InstanceId: str
7474
- :param _FilterSlave: 是否过滤掉从节信息。
7474
+ :param _FilterSlave: 指定是否过滤掉从节信息。
7475
7475
  - true;过滤从节点。
7476
- - false:不过滤。
7476
+ - false:不过滤。默认为 false。
7477
7477
  :type FilterSlave: bool
7478
7478
  """
7479
7479
  self._InstanceId = None
@@ -7492,9 +7492,9 @@ class DescribeInstanceShardsRequest(AbstractModel):
7492
7492
 
7493
7493
  @property
7494
7494
  def FilterSlave(self):
7495
- r"""是否过滤掉从节信息。
7495
+ r"""指定是否过滤掉从节信息。
7496
7496
  - true;过滤从节点。
7497
- - false:不过滤。
7497
+ - false:不过滤。默认为 false。
7498
7498
  :rtype: bool
7499
7499
  """
7500
7500
  return self._FilterSlave
@@ -10615,11 +10615,11 @@ class DescribeTaskListRequest(AbstractModel):
10615
10615
  r"""
10616
10616
  :param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
10617
10617
  :type InstanceId: str
10618
- :param _InstanceName: 实例名称。
10618
+ :param _InstanceName: 实例名称。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例名称。
10619
10619
  :type InstanceName: str
10620
10620
  :param _Limit: 每页输出的任务列表大小。默认为 20,最多输出100条。
10621
10621
  :type Limit: int
10622
- :param _Offset: 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
10622
+ :param _Offset: 分页偏移量。取值需为 Limit 的整数倍:offset=limit*(页码-1),默认值为0
10623
10623
  :type Offset: int
10624
10624
  :param _ProjectIds: 该字段已废弃, 请忽略, 项目 ID
10625
10625
  :type ProjectIds: list of int
@@ -10724,7 +10724,7 @@ class DescribeTaskListRequest(AbstractModel):
10724
10724
 
10725
10725
  @property
10726
10726
  def InstanceName(self):
10727
- r"""实例名称。
10727
+ r"""实例名称。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例名称。
10728
10728
  :rtype: str
10729
10729
  """
10730
10730
  return self._InstanceName
@@ -10746,7 +10746,7 @@ class DescribeTaskListRequest(AbstractModel):
10746
10746
 
10747
10747
  @property
10748
10748
  def Offset(self):
10749
- r"""分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
10749
+ r"""分页偏移量。取值需为 Limit 的整数倍:offset=limit*(页码-1),默认值为0
10750
10750
  :rtype: int
10751
10751
  """
10752
10752
  return self._Offset
@@ -12043,17 +12043,21 @@ TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架
12043
12043
  - 0:按量计费。
12044
12044
  - 1:包年包月。
12045
12045
  :type BillingMode: int
12046
- :param _ZoneId: 实例所属的可用区ID,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
12046
+ :param _ZoneId: 实例所属的可用区 ID,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
12047
+ **说明**:请在 **ZoneId** 与 **ZoneName** 中至少指定一个参数。
12047
12048
  :type ZoneId: int
12048
- :param _RedisShardNum: 实例分片数量。2.8 标准架构无需配置分片,其余版本标准架构需要配置分片数量为1。集群架构需指定需购买的分片数量。
12049
+ :param _RedisShardNum: 实例分片数量。
12050
+ - 标准架构需要配置分片数量为1。
12051
+ - 集群架构分片数量支持设置为1、3、5、8、12、16、24、32、40、48、64、80、96、128。
12049
12052
  :type RedisShardNum: int
12050
- :param _RedisReplicasNum: 实例副本数量。2.8 标准架构无需配置副本数量。
12053
+ :param _RedisReplicasNum: 实例副本数量。取值范围为:1、2、3、4、5。
12051
12054
  :type RedisReplicasNum: int
12052
12055
  :param _ReplicasReadonly: 是否支持副本只读。Redis2.8标准架构、CKV标准架构无需填写。
12053
12056
  - true:无需支持副本只读。
12054
12057
  - false:需支持。
12055
12058
  :type ReplicasReadonly: bool
12056
12059
  :param _ZoneName: 实例所属的可用区名称,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
12060
+ **说明**:请在 **ZoneId** 与 **ZoneName** 中至少指定一个参数。
12057
12061
  :type ZoneName: str
12058
12062
  :param _ProductVersion: 部署方式。
12059
12063
  - local:本地盘版,默认为 local。
@@ -12143,7 +12147,8 @@ TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架
12143
12147
 
12144
12148
  @property
12145
12149
  def ZoneId(self):
12146
- r"""实例所属的可用区ID,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
12150
+ r"""实例所属的可用区 ID,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
12151
+ **说明**:请在 **ZoneId** 与 **ZoneName** 中至少指定一个参数。
12147
12152
  :rtype: int
12148
12153
  """
12149
12154
  return self._ZoneId
@@ -12154,7 +12159,9 @@ TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架
12154
12159
 
12155
12160
  @property
12156
12161
  def RedisShardNum(self):
12157
- r"""实例分片数量。2.8 标准架构无需配置分片,其余版本标准架构需要配置分片数量为1。集群架构需指定需购买的分片数量。
12162
+ r"""实例分片数量。
12163
+ - 标准架构需要配置分片数量为1。
12164
+ - 集群架构分片数量支持设置为1、3、5、8、12、16、24、32、40、48、64、80、96、128。
12158
12165
  :rtype: int
12159
12166
  """
12160
12167
  return self._RedisShardNum
@@ -12165,7 +12172,7 @@ TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架
12165
12172
 
12166
12173
  @property
12167
12174
  def RedisReplicasNum(self):
12168
- r"""实例副本数量。2.8 标准架构无需配置副本数量。
12175
+ r"""实例副本数量。取值范围为:1、2、3、4、5。
12169
12176
  :rtype: int
12170
12177
  """
12171
12178
  return self._RedisReplicasNum
@@ -12190,6 +12197,7 @@ TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架
12190
12197
  @property
12191
12198
  def ZoneName(self):
12192
12199
  r"""实例所属的可用区名称,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
12200
+ **说明**:请在 **ZoneId** 与 **ZoneName** 中至少指定一个参数。
12193
12201
  :rtype: str
12194
12202
  """
12195
12203
  return self._ZoneName
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1466
3
+ Version: 3.0.1469
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<4.0.0,>=3.0.1469
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1466