tencentcloud-sdk-python-redis 3.0.1180__tar.gz → 3.0.1189__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.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/setup.py +1 -1
  3. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/redis/v20180412/models.py +14 -8
  5. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-redis-3.0.1189/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-redis-3.0.1180/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/README.rst +0 -0
  9. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/redis/__init__.py +0 -0
  11. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/redis/v20180412/__init__.py +0 -0
  12. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud/redis/v20180412/redis_client.py +0 -0
  14. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-redis-3.0.1180 → tencentcloud-sdk-python-redis-3.0.1189}/tencentcloud_sdk_python_redis.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1180
3
+ Version: 3.0.1189
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.1180"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1189"],
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.1180'
17
+ __version__ = '3.0.1189'
@@ -1622,7 +1622,7 @@ class CommandTake(AbstractModel):
1622
1622
  r"""
1623
1623
  :param _Cmd: 命令名。
1624
1624
  :type Cmd: str
1625
- :param _Took: 耗时时长。
1625
+ :param _Took: 耗时时长。单位:ms。
1626
1626
  :type Took: int
1627
1627
  """
1628
1628
  self._Cmd = None
@@ -5259,9 +5259,13 @@ class DescribeInstanceMonitorTopNCmdRequest(AbstractModel):
5259
5259
 
5260
5260
  def __init__(self):
5261
5261
  r"""
5262
- :param _InstanceId: 实例Id
5262
+ :param _InstanceId: 实例 ID。
5263
5263
  :type InstanceId: str
5264
- :param _SpanType: 时间范围:1——实时,2——近30分钟,3——近6小时,4——近24小时
5264
+ :param _SpanType: 时间范围。
5265
+ - 1:实时。
5266
+ - 2:近30分钟。
5267
+ - 3:近6小时。
5268
+ - 4:近24小时。
5265
5269
  :type SpanType: int
5266
5270
  """
5267
5271
  self._InstanceId = None
@@ -9655,7 +9659,7 @@ class InstanceClusterNode(AbstractModel):
9655
9659
 
9656
9660
  def __init__(self):
9657
9661
  r"""
9658
- :param _Name: 节点名称。
9662
+ :param _Name: 节点组名称。
9659
9663
  :type Name: str
9660
9664
  :param _RunId: 实例运行时节点 ID。
9661
9665
  :type RunId: str
@@ -17783,13 +17787,15 @@ class ZoneCapacityConf(AbstractModel):
17783
17787
  r"""
17784
17788
  :param _ZoneId: 可用区ID:如ap-guangzhou-3
17785
17789
  :type ZoneId: str
17786
- :param _ZoneName: 可用区名称
17790
+ :param _ZoneName: 可用区名称。
17787
17791
  :type ZoneName: str
17788
- :param _IsSaleout: 可用区是否售罄
17792
+ :param _IsSaleout: 可用区是否售罄。
17789
17793
  :type IsSaleout: bool
17790
- :param _IsDefault: 是否为默认可用区
17794
+ :param _IsDefault: 是否为默认可用区。
17791
17795
  :type IsDefault: bool
17792
- :param _NetWorkType: 网络类型:basenet -- 基础网络;vpcnet -- VPC网络
17796
+ :param _NetWorkType: 网络类型。
17797
+ - basenet:基础网络。
17798
+ - vpcnet -- VPC网络。
17793
17799
  :type NetWorkType: list of str
17794
17800
  :param _ProductSet: 可用区内产品规格等信息
17795
17801
  :type ProductSet: list of ProductConf
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1180
3
+ Version: 3.0.1189
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==3.0.1189
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1180