tencentcloud-sdk-python-redis 3.0.1416__tar.gz → 3.0.1423__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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/setup.py +1 -1
  3. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/tencentcloud/redis/v20180412/models.py +62 -18
  5. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-redis-3.0.1423/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-redis-3.0.1416/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/README.rst +0 -0
  9. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/tencentcloud/redis/__init__.py +0 -0
  11. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/tencentcloud/redis/v20180412/__init__.py +0 -0
  12. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/tencentcloud/redis/v20180412/redis_client.py +0 -0
  14. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-redis-3.0.1416 → tencentcloud-sdk-python-redis-3.0.1423}/tencentcloud_sdk_python_redis.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1416
3
+ Version: 3.0.1423
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.1416"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1423,<4.0.0"],
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.1416'
17
+ __version__ = '3.0.1423'
@@ -2370,7 +2370,7 @@ class CreateInstancesRequest(AbstractModel):
2370
2370
  def __init__(self):
2371
2371
  r"""
2372
2372
  :param _TypeId: 实例类型。
2373
- <ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li><li>17:Redis 7.0 内存版(标准架构)。</li><li>18:Redis 7.0 内存版(集群架构)。</li>说明:CKV 版本当前有存量用户使用,暂时保留。</ul>
2373
+ <ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li><li>17:Redis 7.0 内存版(标准架构)。</li><li>18:Redis 7.0 内存版(集群架构)。</li><li>200:Memcached 1.6 内存版(集群架构)。</li>说明:CKV 版本当前有存量用户使用,暂时保留。</ul>
2374
2374
  :type TypeId: int
2375
2375
  :param _MemSize: 内存容量,单位为MB, 数值需为1024的整数倍。具体规格,请通过 [DescribeProductInfo](https://cloud.tencent.com/document/api/239/30600) 接口查询全地域的售卖规格。
2376
2376
  - **TypeId**为标准架构时,**MemSize**是实例总内存容量;
@@ -2487,7 +2487,7 @@ class CreateInstancesRequest(AbstractModel):
2487
2487
  @property
2488
2488
  def TypeId(self):
2489
2489
  """实例类型。
2490
- <ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li><li>17:Redis 7.0 内存版(标准架构)。</li><li>18:Redis 7.0 内存版(集群架构)。</li>说明:CKV 版本当前有存量用户使用,暂时保留。</ul>
2490
+ <ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li><li>17:Redis 7.0 内存版(标准架构)。</li><li>18:Redis 7.0 内存版(集群架构)。</li><li>200:Memcached 1.6 内存版(集群架构)。</li>说明:CKV 版本当前有存量用户使用,暂时保留。</ul>
2491
2491
  :rtype: int
2492
2492
  """
2493
2493
  return self._TypeId
@@ -7800,6 +7800,7 @@ class DescribeInstancesRequest(AbstractModel):
7800
7800
  - 16:Redis 6.2 内存版(集群架构)。
7801
7801
  - 17:Redis 7.0 内存版(标准架构)。
7802
7802
  - 18:Redis 7.0 内存版(集群架构)。
7803
+ - 200:Memcached 1.6 内存版(集群架构)。
7803
7804
  :type Type: int
7804
7805
  :param _SearchKeys: 该参数为数组类型,支持配置实例名称、实例 ID、IP地址,其中实例名称为模糊匹配,实例 ID 和 IP 地址精确匹配。
7805
7806
 
@@ -8088,6 +8089,7 @@ class DescribeInstancesRequest(AbstractModel):
8088
8089
  - 16:Redis 6.2 内存版(集群架构)。
8089
8090
  - 17:Redis 7.0 内存版(标准架构)。
8090
8091
  - 18:Redis 7.0 内存版(集群架构)。
8092
+ - 200:Memcached 1.6 内存版(集群架构)。
8091
8093
  :rtype: int
8092
8094
  """
8093
8095
  return self._Type
@@ -10524,7 +10526,7 @@ class DescribeTaskListRequest(AbstractModel):
10524
10526
  :type Limit: int
10525
10527
  :param _Offset: 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
10526
10528
  :type Offset: int
10527
- :param _ProjectIds: 项目 ID。登录 [Redis 控制台](https://console.cloud.tencent.com/redis),在右上角的账号信息下拉菜单中,选择**项目管理**,即可获取对应的项目 ID
10529
+ :param _ProjectIds: 该字段已废弃, 请忽略, 项目 ID
10528
10530
  :type ProjectIds: list of int
10529
10531
  :param _TaskTypes: 任务类型。
10530
10532
 
@@ -10554,7 +10556,7 @@ class DescribeTaskListRequest(AbstractModel):
10554
10556
  - FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
10555
10557
  - FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
10556
10558
  - FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
10557
- - FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
10559
+ - FLOW_MODIFYINSTANCEACCOUNT:"037",实例账号变更。
10558
10560
  - FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
10559
10561
  - FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
10560
10562
  - FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
@@ -10575,7 +10577,7 @@ class DescribeTaskListRequest(AbstractModel):
10575
10577
  - FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
10576
10578
  - FLOW_MIGRATE_NODE:"058",迁移节点。
10577
10579
  - FLOW_SWITCH_NODE:"059",切换节点。
10578
- - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
10580
+ - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redis版本。
10579
10581
  - FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
10580
10582
  - FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
10581
10583
  - FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
@@ -10660,13 +10662,17 @@ class DescribeTaskListRequest(AbstractModel):
10660
10662
 
10661
10663
  @property
10662
10664
  def ProjectIds(self):
10663
- """项目 ID。登录 [Redis 控制台](https://console.cloud.tencent.com/redis),在右上角的账号信息下拉菜单中,选择**项目管理**,即可获取对应的项目 ID。
10665
+ warnings.warn("parameter `ProjectIds` is deprecated", DeprecationWarning)
10666
+
10667
+ """该字段已废弃, 请忽略, 项目 ID
10664
10668
  :rtype: list of int
10665
10669
  """
10666
10670
  return self._ProjectIds
10667
10671
 
10668
10672
  @ProjectIds.setter
10669
10673
  def ProjectIds(self, ProjectIds):
10674
+ warnings.warn("parameter `ProjectIds` is deprecated", DeprecationWarning)
10675
+
10670
10676
  self._ProjectIds = ProjectIds
10671
10677
 
10672
10678
  @property
@@ -10699,7 +10705,7 @@ class DescribeTaskListRequest(AbstractModel):
10699
10705
  - FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
10700
10706
  - FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
10701
10707
  - FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
10702
- - FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
10708
+ - FLOW_MODIFYINSTANCEACCOUNT:"037",实例账号变更。
10703
10709
  - FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
10704
10710
  - FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
10705
10711
  - FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
@@ -10720,7 +10726,7 @@ class DescribeTaskListRequest(AbstractModel):
10720
10726
  - FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
10721
10727
  - FLOW_MIGRATE_NODE:"058",迁移节点。
10722
10728
  - FLOW_SWITCH_NODE:"059",切换节点。
10723
- - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
10729
+ - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redis版本。
10724
10730
  - FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
10725
10731
  - FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
10726
10732
  - FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
@@ -11931,6 +11937,7 @@ class InquiryPriceCreateInstanceRequest(AbstractModel):
11931
11937
  - 16:Redis 6.2 内存版(集群架构)。
11932
11938
  - 17:Redis 7.0 内存版(标准架构)。
11933
11939
  - 18:Redis 7.0 内存版(集群架构)。
11940
+ - 200:Memcached 1.6 内存版(集群架构)。
11934
11941
  :type TypeId: int
11935
11942
  :param _MemSize: 内存容量,单位为MB, 数值需为1024的整数倍,具体规格以 [查询产品售卖规格](https://cloud.tencent.com/document/api/239/30600) 返回的规格为准。
11936
11943
  TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架构时,MemSize是单分片内存容量。
@@ -11985,6 +11992,7 @@ TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架
11985
11992
  - 16:Redis 6.2 内存版(集群架构)。
11986
11993
  - 17:Redis 7.0 内存版(标准架构)。
11987
11994
  - 18:Redis 7.0 内存版(集群架构)。
11995
+ - 200:Memcached 1.6 内存版(集群架构)。
11988
11996
  :rtype: int
11989
11997
  """
11990
11998
  return self._TypeId
@@ -13836,6 +13844,7 @@ class InstanceSet(AbstractModel):
13836
13844
  - 16:Redis 6.2 内存版(集群架构)。
13837
13845
  - 17:Redis 7.0 内存版(标准架构)。
13838
13846
  - 18:Redis 7.0 内存版(集群架构)。
13847
+ - 200:Memcached 1.6 内存版(集群架构)。
13839
13848
  :type Type: int
13840
13849
  :param _AutoRenewFlag: 实例是否设置自动续费标识。<ul><li>1:设置自动续费。</li><li>0:未设置自动续费。</li></ul>
13841
13850
  :type AutoRenewFlag: int
@@ -13906,6 +13915,7 @@ class InstanceSet(AbstractModel):
13906
13915
  :param _ClientLimitMax: 客户端最大连接数可设置的最大值。
13907
13916
  :type ClientLimitMax: int
13908
13917
  :param _NodeSet: 实例的节点详细信息。
13918
+ 只有多可用区实例会返回。
13909
13919
  :type NodeSet: list of RedisNodeInfo
13910
13920
  :param _Region: 实例所在的地域信息,比如ap-guangzhou。
13911
13921
  :type Region: str
@@ -14165,6 +14175,7 @@ class InstanceSet(AbstractModel):
14165
14175
  - 16:Redis 6.2 内存版(集群架构)。
14166
14176
  - 17:Redis 7.0 内存版(标准架构)。
14167
14177
  - 18:Redis 7.0 内存版(集群架构)。
14178
+ - 200:Memcached 1.6 内存版(集群架构)。
14168
14179
  :rtype: int
14169
14180
  """
14170
14181
  return self._Type
@@ -14541,6 +14552,7 @@ class InstanceSet(AbstractModel):
14541
14552
  @property
14542
14553
  def NodeSet(self):
14543
14554
  """实例的节点详细信息。
14555
+ 只有多可用区实例会返回。
14544
14556
  :rtype: list of RedisNodeInfo
14545
14557
  """
14546
14558
  return self._NodeSet
@@ -16306,6 +16318,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
16306
16318
  :param _SecurityGroupIds: 更换为新的安全组 ID 列表,即一个或者多个安全组 ID 组成的数组。
16307
16319
  - 若实例第一次配置安全组,请使用接口[AssociateSecurityGroups](https://cloud.tencent.com/document/product/239/41260)先绑定安全组。
16308
16320
  - 更换安全组,请在[控制台安全组](https://console.cloud.tencent.com/vpc/security-group)页面获取安全组 ID。
16321
+ **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
16309
16322
  :type SecurityGroupIds: list of str
16310
16323
  :param _InstanceId: 实例 ID,请登录[Redis控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。
16311
16324
  :type InstanceId: str
@@ -16330,6 +16343,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
16330
16343
  """更换为新的安全组 ID 列表,即一个或者多个安全组 ID 组成的数组。
16331
16344
  - 若实例第一次配置安全组,请使用接口[AssociateSecurityGroups](https://cloud.tencent.com/document/product/239/41260)先绑定安全组。
16332
16345
  - 更换安全组,请在[控制台安全组](https://console.cloud.tencent.com/vpc/security-group)页面获取安全组 ID。
16346
+ **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
16333
16347
  :rtype: list of str
16334
16348
  """
16335
16349
  return self._SecurityGroupIds
@@ -21801,9 +21815,12 @@ class SwitchProxyRequest(AbstractModel):
21801
21815
  :type InstanceId: str
21802
21816
  :param _ProxyID: 实例 ProxyID,请通过接口[DescribeInstanceNodeInfo](https://cloud.tencent.com/document/product/239/48603)的返回参数**Proxy**中的**NodeId**获取。
21803
21817
  :type ProxyID: str
21818
+ :param _ProxyIDList: 实例 ProxyID列表,请通过接口[DescribeInstanceNodeInfo](https://cloud.tencent.com/document/product/239/48603)的返回参数**Proxy**中的**NodeId**获取。
21819
+ :type ProxyIDList: list of str
21804
21820
  """
21805
21821
  self._InstanceId = None
21806
21822
  self._ProxyID = None
21823
+ self._ProxyIDList = None
21807
21824
 
21808
21825
  @property
21809
21826
  def InstanceId(self):
@@ -21827,10 +21844,22 @@ class SwitchProxyRequest(AbstractModel):
21827
21844
  def ProxyID(self, ProxyID):
21828
21845
  self._ProxyID = ProxyID
21829
21846
 
21847
+ @property
21848
+ def ProxyIDList(self):
21849
+ """实例 ProxyID列表,请通过接口[DescribeInstanceNodeInfo](https://cloud.tencent.com/document/product/239/48603)的返回参数**Proxy**中的**NodeId**获取。
21850
+ :rtype: list of str
21851
+ """
21852
+ return self._ProxyIDList
21853
+
21854
+ @ProxyIDList.setter
21855
+ def ProxyIDList(self, ProxyIDList):
21856
+ self._ProxyIDList = ProxyIDList
21857
+
21830
21858
 
21831
21859
  def _deserialize(self, params):
21832
21860
  self._InstanceId = params.get("InstanceId")
21833
21861
  self._ProxyID = params.get("ProxyID")
21862
+ self._ProxyIDList = params.get("ProxyIDList")
21834
21863
  memeber_set = set(params.keys())
21835
21864
  for name, value in vars(self).items():
21836
21865
  property_name = name[1:]
@@ -21848,11 +21877,25 @@ class SwitchProxyResponse(AbstractModel):
21848
21877
 
21849
21878
  def __init__(self):
21850
21879
  r"""
21880
+ :param _TaskId: 任务ID。
21881
+ :type TaskId: int
21851
21882
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21852
21883
  :type RequestId: str
21853
21884
  """
21885
+ self._TaskId = None
21854
21886
  self._RequestId = None
21855
21887
 
21888
+ @property
21889
+ def TaskId(self):
21890
+ """任务ID。
21891
+ :rtype: int
21892
+ """
21893
+ return self._TaskId
21894
+
21895
+ @TaskId.setter
21896
+ def TaskId(self, TaskId):
21897
+ self._TaskId = TaskId
21898
+
21856
21899
  @property
21857
21900
  def RequestId(self):
21858
21901
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -21866,6 +21909,7 @@ class SwitchProxyResponse(AbstractModel):
21866
21909
 
21867
21910
 
21868
21911
  def _deserialize(self, params):
21912
+ self._TaskId = params.get("TaskId")
21869
21913
  self._RequestId = params.get("RequestId")
21870
21914
 
21871
21915
 
@@ -21897,7 +21941,7 @@ class TaskInfoDetail(AbstractModel):
21897
21941
  - FLOW_AUTOBACKUP:"017",自动备份实例。
21898
21942
  - FLOW_MIGRATECHECK: "022",迁移参数校验。
21899
21943
  - FLOW_MIGRATETASK:"023",数据迁移中。
21900
- - FLOW_CLEANDB:"025",清空某个数据库。
21944
+ - FLOW_CLEANDB:"025",清空数据库。
21901
21945
  - FLOW_CLONEBACKUP:"026",克隆备份。
21902
21946
  - FLOW_CHANGEVIP: "027",改变vip地址。
21903
21947
  - FLOW_EXPORSHR :"028",扩缩容。
@@ -21907,7 +21951,7 @@ class TaskInfoDetail(AbstractModel):
21907
21951
  - FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
21908
21952
  - FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
21909
21953
  - FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
21910
- - FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
21954
+ - FLOW_MODIFYINSTANCEACCOUNT:"037",实例账号变更。
21911
21955
  - FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
21912
21956
  - FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
21913
21957
  - FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
@@ -21922,16 +21966,16 @@ class TaskInfoDetail(AbstractModel):
21922
21966
  - FLOW_CHANGE_REPLICA_TO_MASTER:"049",手动提主。
21923
21967
  - FLOW_CODE_ADD_REPLICATION_INSTANCE:"050",新增复制组。
21924
21968
  - FLOW_OPEN_WAN:"052",开通外网。
21925
- - FLOW_CLOSE_WAN:"053",关闭外网FLOW_UPDATE_WAN:"054",更新外网。
21969
+ - FLOW_CLOSE_WAN:"053",关闭外网
21926
21970
  - FLOW_CODE_DELETE_REPLICATION_INSTANCE:"055",解绑复制组。
21927
21971
  - FLOW_CODE_CHANGE_MASTER_INSTANCE:"056",复制组实例切主。
21928
21972
  - FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
21929
21973
  - FLOW_MIGRATE_NODE:"058",迁移节点。
21930
21974
  - FLOW_SWITCH_NODE:"059",切换节点。
21931
- - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
21975
+ - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redis版本。
21932
21976
  - FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
21933
21977
  - FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
21934
- - FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
21978
+ - FLOW_MIGRATE_PROXY_NODE:"063",迁移 proxy节点。
21935
21979
  - FLOW_MIGRATION_INSTANCE_ZONE:"066",实例可用区迁移中。
21936
21980
  - FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067",实例版本升级中。
21937
21981
  - FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
@@ -22006,7 +22050,7 @@ class TaskInfoDetail(AbstractModel):
22006
22050
  - FLOW_AUTOBACKUP:"017",自动备份实例。
22007
22051
  - FLOW_MIGRATECHECK: "022",迁移参数校验。
22008
22052
  - FLOW_MIGRATETASK:"023",数据迁移中。
22009
- - FLOW_CLEANDB:"025",清空某个数据库。
22053
+ - FLOW_CLEANDB:"025",清空数据库。
22010
22054
  - FLOW_CLONEBACKUP:"026",克隆备份。
22011
22055
  - FLOW_CHANGEVIP: "027",改变vip地址。
22012
22056
  - FLOW_EXPORSHR :"028",扩缩容。
@@ -22016,7 +22060,7 @@ class TaskInfoDetail(AbstractModel):
22016
22060
  - FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
22017
22061
  - FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
22018
22062
  - FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
22019
- - FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
22063
+ - FLOW_MODIFYINSTANCEACCOUNT:"037",实例账号变更。
22020
22064
  - FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
22021
22065
  - FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
22022
22066
  - FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
@@ -22031,16 +22075,16 @@ class TaskInfoDetail(AbstractModel):
22031
22075
  - FLOW_CHANGE_REPLICA_TO_MASTER:"049",手动提主。
22032
22076
  - FLOW_CODE_ADD_REPLICATION_INSTANCE:"050",新增复制组。
22033
22077
  - FLOW_OPEN_WAN:"052",开通外网。
22034
- - FLOW_CLOSE_WAN:"053",关闭外网FLOW_UPDATE_WAN:"054",更新外网。
22078
+ - FLOW_CLOSE_WAN:"053",关闭外网
22035
22079
  - FLOW_CODE_DELETE_REPLICATION_INSTANCE:"055",解绑复制组。
22036
22080
  - FLOW_CODE_CHANGE_MASTER_INSTANCE:"056",复制组实例切主。
22037
22081
  - FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
22038
22082
  - FLOW_MIGRATE_NODE:"058",迁移节点。
22039
22083
  - FLOW_SWITCH_NODE:"059",切换节点。
22040
- - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
22084
+ - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redis版本。
22041
22085
  - FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
22042
22086
  - FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
22043
- - FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
22087
+ - FLOW_MIGRATE_PROXY_NODE:"063",迁移 proxy节点。
22044
22088
  - FLOW_MIGRATION_INSTANCE_ZONE:"066",实例可用区迁移中。
22045
22089
  - FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067",实例版本升级中。
22046
22090
  - FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1416
3
+ Version: 3.0.1423
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<4.0.0,>=3.0.1423
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1416