tencentcloud-sdk-python-redis 3.0.1271__tar.gz → 3.0.1282__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.1271 → tencentcloud-sdk-python-redis-3.0.1282}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/tencentcloud/redis/v20180412/models.py +2 -2
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1282/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1271/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/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.1282"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -17508,7 +17508,7 @@ class ModifyNetworkConfigRequest(AbstractModel):
|
|
|
17508
17508
|
:param _Recycle: 原内网 IPv4 地址保留时长。
|
|
17509
17509
|
- 单位:天。
|
|
17510
17510
|
- 取值范围:0、1、2、3、7、15。
|
|
17511
|
-
|
|
17511
|
+
**说明**:保留时长不设置或者设置为0,原网络地址将立即释放。
|
|
17512
17512
|
:type Recycle: int
|
|
17513
17513
|
:param _VPort: 指修改后的网络端口。当**Operation**为**changeVPort**或**changeVip**时,需配置该参数。取值范围为[1024,65535]。
|
|
17514
17514
|
:type VPort: int
|
|
@@ -17590,7 +17590,7 @@ class ModifyNetworkConfigRequest(AbstractModel):
|
|
|
17590
17590
|
"""原内网 IPv4 地址保留时长。
|
|
17591
17591
|
- 单位:天。
|
|
17592
17592
|
- 取值范围:0、1、2、3、7、15。
|
|
17593
|
-
|
|
17593
|
+
**说明**:保留时长不设置或者设置为0,原网络地址将立即释放。
|
|
17594
17594
|
:rtype: int
|
|
17595
17595
|
"""
|
|
17596
17596
|
return self._Recycle
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1282
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1271
|
{tencentcloud-sdk-python-redis-3.0.1271 → tencentcloud-sdk-python-redis-3.0.1282}/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
|