tencentcloud-sdk-python-redis 3.0.956__tar.gz → 3.0.970__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.956 → tencentcloud-sdk-python-redis-3.0.970}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/tencentcloud/redis/v20180412/models.py +35 -11
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.970/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.956/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.956 → tencentcloud-sdk-python-redis-3.0.970}/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.970"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -5562,15 +5562,22 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
5562
5562
|
|
|
5563
5563
|
|
|
5564
5564
|
:type InstanceId: str
|
|
5565
|
-
:param _OrderBy:
|
|
5565
|
+
:param _OrderBy: 实例列表排序依据,枚举值如下所示:
|
|
5566
|
+
- projectId:依据项目ID排序。
|
|
5567
|
+
- createtime:依据实例创建时间排序。
|
|
5568
|
+
- instancename:依据实例名称排序。
|
|
5569
|
+
- type:依据实例类型排序。
|
|
5570
|
+
- curDeadline:依据实例到期时间排序。
|
|
5566
5571
|
:type OrderBy: str
|
|
5567
|
-
:param _OrderType:
|
|
5572
|
+
:param _OrderType: 实例排序方式,默认为倒序排序。
|
|
5573
|
+
- 1:倒序。
|
|
5574
|
+
- 0:顺序。
|
|
5568
5575
|
:type OrderType: int
|
|
5569
5576
|
:param _VpcIds: 私有网络 ID 数组。如果不配置该参数或设置数组为空则默认选择基础网络。例如47525。该参数暂时保留,可忽略。请根据 UniqVpcIds 参数格式设置私有网络ID数组。
|
|
5570
5577
|
:type VpcIds: list of str
|
|
5571
5578
|
:param _SubnetIds: 私有网络所属子网 ID 数组,例如:56854。该参数暂时保留,可忽略。请根据 UniqSubnetIds 参数格式设置私有网络子网 ID 数组。
|
|
5572
5579
|
:type SubnetIds: list of str
|
|
5573
|
-
:param _SearchKey:
|
|
5580
|
+
:param _SearchKey: 设置模糊查询关键字段,仅实例名称支持模糊查询。
|
|
5574
5581
|
:type SearchKey: str
|
|
5575
5582
|
:param _ProjectIds: 项目 ID 组成的数组。
|
|
5576
5583
|
:type ProjectIds: list of int
|
|
@@ -5582,15 +5589,28 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
5582
5589
|
:type UniqSubnetIds: list of str
|
|
5583
5590
|
:param _RegionIds: 地域 ID 数组,该参数已经弃用,可通过公共参数Region查询对应地域。
|
|
5584
5591
|
:type RegionIds: list of int
|
|
5585
|
-
:param _Status:
|
|
5592
|
+
:param _Status: 实例状态。
|
|
5593
|
+
- 0:待初始化。
|
|
5594
|
+
- 1:流程中。
|
|
5595
|
+
- 2:运行中。
|
|
5596
|
+
- -2:已隔离。
|
|
5597
|
+
- -3:待删除。
|
|
5586
5598
|
:type Status: list of int
|
|
5587
|
-
:param _TypeVersion:
|
|
5599
|
+
:param _TypeVersion: 实例架构版本。
|
|
5600
|
+
- 1:单机版。
|
|
5601
|
+
- 2:主从版。
|
|
5602
|
+
- 3:集群版。
|
|
5588
5603
|
:type TypeVersion: int
|
|
5589
5604
|
:param _EngineName: 存储引擎信息。可设置为Redis-2.8、Redis-4.0、Redis-5.0、Redis-6.0 或者 CKV。
|
|
5590
5605
|
:type EngineName: str
|
|
5591
|
-
:param _AutoRenew:
|
|
5606
|
+
:param _AutoRenew: 续费模式。
|
|
5607
|
+
- 0:手动续费。
|
|
5608
|
+
- 1:自动续费。
|
|
5609
|
+
- 2:到期不再续费。
|
|
5592
5610
|
:type AutoRenew: list of int
|
|
5593
|
-
:param _BillingMode:
|
|
5611
|
+
:param _BillingMode: 计费模式。
|
|
5612
|
+
- postpaid:按量计费。
|
|
5613
|
+
- prepaid:包年包月。
|
|
5594
5614
|
:type BillingMode: str
|
|
5595
5615
|
:param _Type: 实例类型。
|
|
5596
5616
|
- 2:Redis 2.8内存版(标准架构)。
|
|
@@ -5604,7 +5624,7 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
5604
5624
|
- 15:Redis 6.2内存版(标准架构)。
|
|
5605
5625
|
- 16:Redis 6.2内存版(集群架构)。
|
|
5606
5626
|
:type Type: int
|
|
5607
|
-
:param _SearchKeys: 设置搜索关键字数组,可根据实例ID、实例名称、完整IP
|
|
5627
|
+
:param _SearchKeys: 设置搜索关键字数组,可根据实例ID、实例名称、完整IP地址搜索实例。
|
|
5608
5628
|
:type SearchKeys: list of str
|
|
5609
5629
|
:param _TypeList: 内部参数,用户可忽略。
|
|
5610
5630
|
:type TypeList: list of int
|
|
@@ -5614,11 +5634,15 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
5614
5634
|
:type InstanceTags: list of InstanceTagInfo
|
|
5615
5635
|
:param _TagKeys: 根据标签的 Key 筛选资源,该参数不配置或者数组设置为空值,则不根据标签Key进行过滤。
|
|
5616
5636
|
:type TagKeys: list of str
|
|
5617
|
-
:param _ProductVersions:
|
|
5637
|
+
:param _ProductVersions: 实例的产品版本。如果该参数不配置或者数组设置为空值,则默认不依据此参数过滤实例。
|
|
5638
|
+
- local:本地盘版。
|
|
5639
|
+
- cdc:独享集群版。
|
|
5618
5640
|
:type ProductVersions: list of str
|
|
5619
5641
|
:param _InstanceIds: 批量查询指定的实例 ID,返回结果已 Limit 限制为主。
|
|
5620
5642
|
:type InstanceIds: list of str
|
|
5621
|
-
:param _AzMode:
|
|
5643
|
+
:param _AzMode: 可用区模式。
|
|
5644
|
+
- singleaz:单可用区。
|
|
5645
|
+
- multiaz:多可用区。
|
|
5622
5646
|
:type AzMode: str
|
|
5623
5647
|
"""
|
|
5624
5648
|
self._Limit = None
|
|
@@ -9757,7 +9781,7 @@ class InstanceSet(AbstractModel):
|
|
|
9757
9781
|
:type Appid: int
|
|
9758
9782
|
:param _ProjectId: 项目 ID。
|
|
9759
9783
|
:type ProjectId: int
|
|
9760
|
-
:param _RegionId: 地域 ID。<ul><li>1:广州。</li><li>4:上海。</li><li>5:中国香港。</li><li>6:多伦多。</li> <li>7:上海金融。</li> <li>8:北京。</li> <li>9:新加坡。</li> <li>11:深圳金融。</li> <li>15:美西(硅谷)。</li><li>16:成都。</li><li>17:法兰克福。</li><li>18:首尔。</li><li>19:重庆。</li><li>21:孟买。</li><li>22:美东(弗吉尼亚)。</li><li>23:曼谷。</li><li>
|
|
9784
|
+
:param _RegionId: 地域 ID。<ul><li>1:广州。</li><li>4:上海。</li><li>5:中国香港。</li><li>6:多伦多。</li> <li>7:上海金融。</li> <li>8:北京。</li> <li>9:新加坡。</li> <li>11:深圳金融。</li> <li>15:美西(硅谷)。</li><li>16:成都。</li><li>17:法兰克福。</li><li>18:首尔。</li><li>19:重庆。</li><li>21:孟买。</li><li>22:美东(弗吉尼亚)。</li><li>23:曼谷。</li><li>25:东京。</li></ul>
|
|
9761
9785
|
:type RegionId: int
|
|
9762
9786
|
:param _ZoneId: 区域 ID。
|
|
9763
9787
|
:type ZoneId: int
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.970
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.956
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|