tencentcloud-sdk-python-redis 3.0.1054__tar.gz → 3.0.1059__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.1054 → tencentcloud-sdk-python-redis-3.0.1059}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/tencentcloud/redis/v20180412/models.py +20 -3
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1059/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1054/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/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.1059"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -2790,7 +2790,7 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
|
|
|
2790
2790
|
:type IpComparisonSymbol: str
|
|
2791
2791
|
:param _LimitVpc: 自定义的可下载备份文件的 VPC ID。当参数**LimitType**为**Customize **时,显示该参数。
|
|
2792
2792
|
:type LimitVpc: list of BackupLimitVpcItem
|
|
2793
|
-
:param _LimitIp: 自定义的可下载备份文件的 VPC
|
|
2793
|
+
:param _LimitIp: 自定义的可下载备份文件的 VPC IP 地址。当参数**LimitType**为**Customize **时,显示该参数。
|
|
2794
2794
|
:type LimitIp: list of str
|
|
2795
2795
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2796
2796
|
:type RequestId: str
|
|
@@ -7098,7 +7098,9 @@ class DescribeSlowLogRequest(AbstractModel):
|
|
|
7098
7098
|
:type Limit: int
|
|
7099
7099
|
:param _Offset: 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
|
7100
7100
|
:type Offset: int
|
|
7101
|
-
:param _Role:
|
|
7101
|
+
:param _Role: 节点所属角色。
|
|
7102
|
+
- master:主节点。
|
|
7103
|
+
- slave:从节点。
|
|
7102
7104
|
:type Role: str
|
|
7103
7105
|
"""
|
|
7104
7106
|
self._InstanceId = None
|
|
@@ -13248,10 +13250,15 @@ class ProductConf(AbstractModel):
|
|
|
13248
13250
|
- 1:包年包月。
|
|
13249
13251
|
- 0:按量计费。
|
|
13250
13252
|
:type PayMode: str
|
|
13251
|
-
:param _EnableRepicaReadOnly:
|
|
13253
|
+
:param _EnableRepicaReadOnly: 该参数名因存在拼写不规范的问题,建议使用**EnableReplicaReadOnly**参数取代。其含义为是否支持副本只读。
|
|
13252
13254
|
- true:支持副本只读。
|
|
13253
13255
|
- false:不支持。
|
|
13254
13256
|
:type EnableRepicaReadOnly: bool
|
|
13257
|
+
:param _EnableReplicaReadOnly: 是否支持副本只读。
|
|
13258
|
+
- true:支持副本只读。
|
|
13259
|
+
- false:不支持。
|
|
13260
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13261
|
+
:type EnableReplicaReadOnly: bool
|
|
13255
13262
|
"""
|
|
13256
13263
|
self._Type = None
|
|
13257
13264
|
self._TypeName = None
|
|
@@ -13266,6 +13273,7 @@ class ProductConf(AbstractModel):
|
|
|
13266
13273
|
self._ShardNum = None
|
|
13267
13274
|
self._PayMode = None
|
|
13268
13275
|
self._EnableRepicaReadOnly = None
|
|
13276
|
+
self._EnableReplicaReadOnly = None
|
|
13269
13277
|
|
|
13270
13278
|
@property
|
|
13271
13279
|
def Type(self):
|
|
@@ -13371,6 +13379,14 @@ class ProductConf(AbstractModel):
|
|
|
13371
13379
|
def EnableRepicaReadOnly(self, EnableRepicaReadOnly):
|
|
13372
13380
|
self._EnableRepicaReadOnly = EnableRepicaReadOnly
|
|
13373
13381
|
|
|
13382
|
+
@property
|
|
13383
|
+
def EnableReplicaReadOnly(self):
|
|
13384
|
+
return self._EnableReplicaReadOnly
|
|
13385
|
+
|
|
13386
|
+
@EnableReplicaReadOnly.setter
|
|
13387
|
+
def EnableReplicaReadOnly(self, EnableReplicaReadOnly):
|
|
13388
|
+
self._EnableReplicaReadOnly = EnableReplicaReadOnly
|
|
13389
|
+
|
|
13374
13390
|
|
|
13375
13391
|
def _deserialize(self, params):
|
|
13376
13392
|
self._Type = params.get("Type")
|
|
@@ -13386,6 +13402,7 @@ class ProductConf(AbstractModel):
|
|
|
13386
13402
|
self._ShardNum = params.get("ShardNum")
|
|
13387
13403
|
self._PayMode = params.get("PayMode")
|
|
13388
13404
|
self._EnableRepicaReadOnly = params.get("EnableRepicaReadOnly")
|
|
13405
|
+
self._EnableReplicaReadOnly = params.get("EnableReplicaReadOnly")
|
|
13389
13406
|
memeber_set = set(params.keys())
|
|
13390
13407
|
for name, value in vars(self).items():
|
|
13391
13408
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1059
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1054
|
{tencentcloud-sdk-python-redis-3.0.1054 → tencentcloud-sdk-python-redis-3.0.1059}/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
|