tencentcloud-sdk-python-redis 3.0.1292__tar.gz → 3.0.1303__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.1292 → tencentcloud-sdk-python-redis-3.0.1303}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/tencentcloud/redis/v20180412/models.py +12 -8
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/tencentcloud/redis/v20180412/redis_client.py +8 -8
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1303/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1292/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/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.1303"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -2408,7 +2408,7 @@ class CreateInstancesRequest(AbstractModel):
|
|
|
2408
2408
|
:type ZoneId: int
|
|
2409
2409
|
:param _Password: 访问实例的密码。
|
|
2410
2410
|
- 当输入参数**NoAuth**为**true**时,指设置实例为免密码访问,Password可不用配置,否则Password为必填参数。
|
|
2411
|
-
- 当实例类型**TypeId**为Redis 2.8 内存版标准架构、Redis 4.0、5.0、6.0内存版标准架构或集群架构时,其密码复杂度要求为:8-64个字符,至少包含小写字母、大写字母、数字和字符()`~!@#$%^&*-+=_|{}[]:;<>,.?/ 中的2种,不能以"/"开头。
|
|
2411
|
+
- 当实例类型**TypeId**为Redis 2.8 内存版标准架构、Redis 4.0、5.0、6.2、7.0内存版标准架构或集群架构时,其密码复杂度要求为:8-64个字符,至少包含小写字母、大写字母、数字和字符()`~!@#$%^&*-+=_|{}[]:;<>,.?/ 中的2种,不能以"/"开头。
|
|
2412
2412
|
- 当实例类型**TypeId**为CKV 3.2 内存版标准架构或集群架构时,其密码复杂度为:8-30个字符,必须包含字母和数字,且不包含其他字符。
|
|
2413
2413
|
:type Password: str
|
|
2414
2414
|
:param _VpcId: 私有网络ID。如果不配置该参数则默认选择基础网络。请登录 [私有网络](https://console.cloud.tencent.com/vpc)控制台查询具体的ID。
|
|
@@ -2579,7 +2579,7 @@ class CreateInstancesRequest(AbstractModel):
|
|
|
2579
2579
|
def Password(self):
|
|
2580
2580
|
"""访问实例的密码。
|
|
2581
2581
|
- 当输入参数**NoAuth**为**true**时,指设置实例为免密码访问,Password可不用配置,否则Password为必填参数。
|
|
2582
|
-
- 当实例类型**TypeId**为Redis 2.8 内存版标准架构、Redis 4.0、5.0、6.0内存版标准架构或集群架构时,其密码复杂度要求为:8-64个字符,至少包含小写字母、大写字母、数字和字符()`~!@#$%^&*-+=_|{}[]:;<>,.?/ 中的2种,不能以"/"开头。
|
|
2582
|
+
- 当实例类型**TypeId**为Redis 2.8 内存版标准架构、Redis 4.0、5.0、6.2、7.0内存版标准架构或集群架构时,其密码复杂度要求为:8-64个字符,至少包含小写字母、大写字母、数字和字符()`~!@#$%^&*-+=_|{}[]:;<>,.?/ 中的2种,不能以"/"开头。
|
|
2583
2583
|
- 当实例类型**TypeId**为CKV 3.2 内存版标准架构或集群架构时,其密码复杂度为:8-30个字符,必须包含字母和数字,且不包含其他字符。
|
|
2584
2584
|
:rtype: str
|
|
2585
2585
|
"""
|
|
@@ -6637,7 +6637,7 @@ class DescribeInstanceMonitorTopNCmdRequest(AbstractModel):
|
|
|
6637
6637
|
|
|
6638
6638
|
def __init__(self):
|
|
6639
6639
|
r"""
|
|
6640
|
-
:param _InstanceId: 实例 ID。
|
|
6640
|
+
:param _InstanceId: 实例 ID,请登录[Redis控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。
|
|
6641
6641
|
:type InstanceId: str
|
|
6642
6642
|
:param _SpanType: 时间范围。
|
|
6643
6643
|
- 1:实时。
|
|
@@ -6651,7 +6651,7 @@ class DescribeInstanceMonitorTopNCmdRequest(AbstractModel):
|
|
|
6651
6651
|
|
|
6652
6652
|
@property
|
|
6653
6653
|
def InstanceId(self):
|
|
6654
|
-
"""实例 ID。
|
|
6654
|
+
"""实例 ID,请登录[Redis控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。
|
|
6655
6655
|
:rtype: str
|
|
6656
6656
|
"""
|
|
6657
6657
|
return self._InstanceId
|
|
@@ -13762,7 +13762,9 @@ class InstanceSet(AbstractModel):
|
|
|
13762
13762
|
:type InstanceTitle: str
|
|
13763
13763
|
:param _OfflineTime: 已隔离实例默认下线时间。按量计费实例隔离后默认两小时后下线,包年包月默认7天后下线。格式如:2020-02-15 10:20:00。
|
|
13764
13764
|
:type OfflineTime: str
|
|
13765
|
-
:param _SubStatus:
|
|
13765
|
+
:param _SubStatus: 流程中的实例返回的子状态。
|
|
13766
|
+
- 0:磁盘读写状态。
|
|
13767
|
+
- 1:磁盘超限只读状态。
|
|
13766
13768
|
:type SubStatus: int
|
|
13767
13769
|
:param _Tags: 反亲和性标签。
|
|
13768
13770
|
:type Tags: list of str
|
|
@@ -14202,7 +14204,9 @@ class InstanceSet(AbstractModel):
|
|
|
14202
14204
|
|
|
14203
14205
|
@property
|
|
14204
14206
|
def SubStatus(self):
|
|
14205
|
-
"""
|
|
14207
|
+
"""流程中的实例返回的子状态。
|
|
14208
|
+
- 0:磁盘读写状态。
|
|
14209
|
+
- 1:磁盘超限只读状态。
|
|
14206
14210
|
:rtype: int
|
|
14207
14211
|
"""
|
|
14208
14212
|
return self._SubStatus
|
|
@@ -15714,7 +15718,7 @@ class ModfiyInstancePasswordRequest(AbstractModel):
|
|
|
15714
15718
|
:param _OldPassword: 实例旧密码。
|
|
15715
15719
|
:type OldPassword: str
|
|
15716
15720
|
:param _Password: 实例新密码。密码复杂度要求如下:
|
|
15717
|
-
- 长度8 -
|
|
15721
|
+
- 长度8 - 64位, 推荐使用12位以上的密码。
|
|
15718
15722
|
- 不能以"/"开头。
|
|
15719
15723
|
- 至少包含小写字母a - z、大写字母A - Z、数字0 - 9、特殊字符 ()~!@#$%^&*-+=_|{}[]:;<>,.?/中的两项。
|
|
15720
15724
|
:type Password: str
|
|
@@ -15748,7 +15752,7 @@ class ModfiyInstancePasswordRequest(AbstractModel):
|
|
|
15748
15752
|
@property
|
|
15749
15753
|
def Password(self):
|
|
15750
15754
|
"""实例新密码。密码复杂度要求如下:
|
|
15751
|
-
- 长度8 -
|
|
15755
|
+
- 长度8 - 64位, 推荐使用12位以上的密码。
|
|
15752
15756
|
- 不能以"/"开头。
|
|
15753
15757
|
- 至少包含小写字母a - z、大写字母A - Z、数字0 - 9、特殊字符 ()~!@#$%^&*-+=_|{}[]:;<>,.?/中的两项。
|
|
15754
15758
|
:rtype: str
|
|
@@ -326,7 +326,7 @@ class RedisClient(AbstractClient):
|
|
|
326
326
|
|
|
327
327
|
|
|
328
328
|
def CreateParamTemplate(self, request):
|
|
329
|
-
"""
|
|
329
|
+
"""该接口(CreateParamTemplate)用于创建参数模板。
|
|
330
330
|
|
|
331
331
|
:param request: Request instance for CreateParamTemplate.
|
|
332
332
|
:type request: :class:`tencentcloud.redis.v20180412.models.CreateParamTemplateRequest`
|
|
@@ -395,7 +395,7 @@ class RedisClient(AbstractClient):
|
|
|
395
395
|
|
|
396
396
|
|
|
397
397
|
def DeleteParamTemplate(self, request):
|
|
398
|
-
"""
|
|
398
|
+
"""本接口(DeleteParamTemplate)用于删除参数模板。
|
|
399
399
|
|
|
400
400
|
:param request: Request instance for DeleteParamTemplate.
|
|
401
401
|
:type request: :class:`tencentcloud.redis.v20180412.models.DeleteParamTemplateRequest`
|
|
@@ -602,7 +602,7 @@ class RedisClient(AbstractClient):
|
|
|
602
602
|
|
|
603
603
|
|
|
604
604
|
def DescribeGlobalReplicationArea(self, request):
|
|
605
|
-
"""
|
|
605
|
+
"""本接口(DescribeGlobalReplicationArea)用于查询全球复制支持地域信息。
|
|
606
606
|
|
|
607
607
|
:param request: Request instance for DescribeGlobalReplicationArea.
|
|
608
608
|
:type request: :class:`tencentcloud.redis.v20180412.models.DescribeGlobalReplicationAreaRequest`
|
|
@@ -855,7 +855,7 @@ class RedisClient(AbstractClient):
|
|
|
855
855
|
|
|
856
856
|
|
|
857
857
|
def DescribeInstanceMonitorSIP(self, request):
|
|
858
|
-
"""该接口已下线,请使用数据库智能管家 DBbrain 接口 [DescribeProxyProcessStatistics]
|
|
858
|
+
"""该接口已下线,请使用数据库智能管家 DBbrain 接口 [DescribeProxyProcessStatistics](https://cloud.tencent.com/document/product/1130/84544) 获取实例访问来源。
|
|
859
859
|
|
|
860
860
|
:param request: Request instance for DescribeInstanceMonitorSIP.
|
|
861
861
|
:type request: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceMonitorSIPRequest`
|
|
@@ -901,7 +901,7 @@ class RedisClient(AbstractClient):
|
|
|
901
901
|
|
|
902
902
|
|
|
903
903
|
def DescribeInstanceMonitorTopNCmd(self, request):
|
|
904
|
-
"""
|
|
904
|
+
"""本接口(DescribeInstanceMonitorTopNCmd)用于查询实例访问命令。
|
|
905
905
|
|
|
906
906
|
:param request: Request instance for DescribeInstanceMonitorTopNCmd.
|
|
907
907
|
:type request: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceMonitorTopNCmdRequest`
|
|
@@ -970,7 +970,7 @@ class RedisClient(AbstractClient):
|
|
|
970
970
|
|
|
971
971
|
|
|
972
972
|
def DescribeInstanceParamRecords(self, request):
|
|
973
|
-
"""
|
|
973
|
+
"""本接口(DescribeInstanceParamRecords)用于查询参数修改历史列表。
|
|
974
974
|
|
|
975
975
|
:param request: Request instance for DescribeInstanceParamRecords.
|
|
976
976
|
:type request: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceParamRecordsRequest`
|
|
@@ -1200,7 +1200,7 @@ class RedisClient(AbstractClient):
|
|
|
1200
1200
|
|
|
1201
1201
|
|
|
1202
1202
|
def DescribeParamTemplates(self, request):
|
|
1203
|
-
"""
|
|
1203
|
+
"""本接口(DescribeParamTemplates)用于查询参数模板列表。
|
|
1204
1204
|
|
|
1205
1205
|
:param request: Request instance for DescribeParamTemplates.
|
|
1206
1206
|
:type request: :class:`tencentcloud.redis.v20180412.models.DescribeParamTemplatesRequest`
|
|
@@ -2306,7 +2306,7 @@ class RedisClient(AbstractClient):
|
|
|
2306
2306
|
|
|
2307
2307
|
|
|
2308
2308
|
def RestoreInstance(self, request):
|
|
2309
|
-
"""
|
|
2309
|
+
"""本接口(RestoreInstance)用于恢复实例。
|
|
2310
2310
|
|
|
2311
2311
|
:param request: Request instance for RestoreInstance.
|
|
2312
2312
|
:type request: :class:`tencentcloud.redis.v20180412.models.RestoreInstanceRequest`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1303
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1292
|
{tencentcloud-sdk-python-redis-3.0.1292 → tencentcloud-sdk-python-redis-3.0.1303}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|