tencentcloud-sdk-python-redis 3.0.1153__tar.gz → 3.0.1163__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.1153 → tencentcloud-sdk-python-redis-3.0.1163}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/setup.py +1 -1
  3. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/tencentcloud/redis/v20180412/models.py +177 -55
  5. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-redis-3.0.1163/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-redis-3.0.1153/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/README.rst +0 -0
  9. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/tencentcloud/redis/__init__.py +0 -0
  11. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/tencentcloud/redis/v20180412/__init__.py +0 -0
  12. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/tencentcloud/redis/v20180412/redis_client.py +0 -0
  14. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-redis-3.0.1153 → tencentcloud-sdk-python-redis-3.0.1163}/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.1153
3
+ Version: 3.0.1163
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.1153"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1163"],
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.1153'
17
+ __version__ = '3.0.1163'
@@ -1219,6 +1219,10 @@ class CloneInstancesRequest(AbstractModel):
1219
1219
  :type TemplateId: str
1220
1220
  :param _AlarmPolicyList: 指定克隆实例的告警策略 ID。请登录[腾讯云可观测平台控制台](https://console.cloud.tencent.com/monitor/alarm2/policy),在 <b>告警管理</b> > <b>策略管理</b>页面获取策略 ID 信息。
1221
1221
  :type AlarmPolicyList: list of str
1222
+ :param _CloneTime: 克隆指定恢复数据的时间。
1223
+ 仅支持已开通秒级备份的实例
1224
+
1225
+ :type CloneTime: str
1222
1226
  """
1223
1227
  self._InstanceId = None
1224
1228
  self._GoodsNum = None
@@ -1239,6 +1243,7 @@ class CloneInstancesRequest(AbstractModel):
1239
1243
  self._ResourceTags = None
1240
1244
  self._TemplateId = None
1241
1245
  self._AlarmPolicyList = None
1246
+ self._CloneTime = None
1242
1247
 
1243
1248
  @property
1244
1249
  def InstanceId(self):
@@ -1392,6 +1397,14 @@ class CloneInstancesRequest(AbstractModel):
1392
1397
  def AlarmPolicyList(self, AlarmPolicyList):
1393
1398
  self._AlarmPolicyList = AlarmPolicyList
1394
1399
 
1400
+ @property
1401
+ def CloneTime(self):
1402
+ return self._CloneTime
1403
+
1404
+ @CloneTime.setter
1405
+ def CloneTime(self, CloneTime):
1406
+ self._CloneTime = CloneTime
1407
+
1395
1408
 
1396
1409
  def _deserialize(self, params):
1397
1410
  self._InstanceId = params.get("InstanceId")
@@ -1423,6 +1436,7 @@ class CloneInstancesRequest(AbstractModel):
1423
1436
  self._ResourceTags.append(obj)
1424
1437
  self._TemplateId = params.get("TemplateId")
1425
1438
  self._AlarmPolicyList = params.get("AlarmPolicyList")
1439
+ self._CloneTime = params.get("CloneTime")
1426
1440
  memeber_set = set(params.keys())
1427
1441
  for name, value in vars(self).items():
1428
1442
  property_name = name[1:]
@@ -1745,7 +1759,7 @@ class CreateInstancesRequest(AbstractModel):
1745
1759
  def __init__(self):
1746
1760
  r"""
1747
1761
  :param _TypeId: 实例类型。
1748
- <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></ul>
1762
+ <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></ul>
1749
1763
  :type TypeId: int
1750
1764
  :param _MemSize: 内存容量,单位为MB, 数值需为1024的整数倍。具体规格,请通过 [DescribeProductInfo](https://cloud.tencent.com/document/api/239/30600) 接口查询全地域的售卖规格。
1751
1765
  - **TypeId**为标准架构时,**MemSize**是实例总内存容量;
@@ -2173,7 +2187,16 @@ class CreateParamTemplateRequest(AbstractModel):
2173
2187
  :type Name: str
2174
2188
  :param _Description: 参数模板描述。
2175
2189
  :type Description: str
2176
- :param _ProductType: 产品类型:1 – Redis2.8内存版(集群架构),2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),5 – Redis2.8内存版(单机),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)。创建模板时必填,从源模板复制则不需要传入该参数。
2190
+ :param _ProductType: 产品类型。
2191
+ - 2:Redis 2.8 内存版(标准架构)。
2192
+ - 6:Redis 4.0 内存版(标准架构)。
2193
+ - 7:Redis 4.0 内存版(集群架构)。
2194
+ - 8:Redis 5.0 内存版(标准架构)。
2195
+ - 9:Redis 5.0 内存版(集群架构)。
2196
+ - 15:Redis 6.2 内存版(标准架构)。
2197
+ - 16:Redis 6.2 内存版(集群架构)。
2198
+ - 17:Redis 7.0 内存版(标准架构)。
2199
+ - 18:Redis 7.0 内存版(集群架构)。
2177
2200
  :type ProductType: int
2178
2201
  :param _TemplateId: 源参数模板 ID。
2179
2202
  :type TemplateId: str
@@ -6520,7 +6543,16 @@ class DescribeParamTemplatesRequest(AbstractModel):
6520
6543
 
6521
6544
  def __init__(self):
6522
6545
  r"""
6523
- :param _ProductTypes: 产品类型数组。产品类型:1 – Redis2.8内存版(集群架构),2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),5 – Redis2.8内存版(单机),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)
6546
+ :param _ProductTypes: 产品类型数组。
6547
+ - 2:Redis 2.8 内存版(标准架构)。
6548
+ - 3:CKV 3.2 内存版(标准架构)。
6549
+ - 4:CKV 3.2 内存版(集群架构)。
6550
+ - 6:Redis 4.0 内存版(标准架构)。
6551
+ - 7:Redis 4.0 内存版(集群架构)。
6552
+ - 8:Redis 5.0 内存版(标准架构)。
6553
+ - 9:Redis 5.0 内存版(集群架构)。
6554
+ - 15:Redis 6.2 内存版(标准架构)。
6555
+ - 16:Redis 6.2 内存版(集群架构)。
6524
6556
  :type ProductTypes: list of int
6525
6557
  :param _TemplateNames: 模板名称数组。
6526
6558
  :type TemplateNames: list of str
@@ -7609,25 +7641,62 @@ class DescribeTaskListRequest(AbstractModel):
7609
7641
  :param _ProjectIds: 项目 ID。登录 [Redis 控制台](https://console.cloud.tencent.com/redis),在右上角的账号信息下拉菜单中,选择**项目管理**,即可获取对应的项目 ID。
7610
7642
  :type ProjectIds: list of int
7611
7643
  :param _TaskTypes: 任务类型。
7612
- - FLOW_CREATE:创建实例。
7613
- - FLOW_MODIFYCONNECTIONCONFIG:调整带宽连接数。
7614
- - FLOW_MODIFYINSTANCEPASSWORDFREE:免密变更流程。
7615
- - FLOW_CLEARNETWORKVPC退还中。
7616
- - FLOW_SETPWD:设置访问密码。
7617
- - FLOW_EXPORSHR:扩缩容流程。
7618
- - FLOW_UpgradeArch:实例架构升级流程。
7619
- - FLOW_MODIFYINSTANCEPARAMS:修改实例参数。
7620
- - FLOW_MODIFYINSTACEREADONLY:只读变更流程。
7621
- - FLOW_CLOSE:关闭实例。
7622
- - FLOW_DELETE:删除实例。
7623
- - FLOW_OPEN_WAN:开启外网。
7624
- - FLOW_CLEAN:清空实例。
7625
- - FLOW_MODIFYINSTANCEACCOUNT:修改实例账号。
7626
- - FLOW_ENABLEINSTANCE_REPLICATE:开启副本只读。
7627
- - FLOW_DISABLEINSTANCE_REPLICATE: 关闭副本只读。
7628
- - FLOW_SWITCHINSTANCEVIP:交换实例 VIP。
7629
- - FLOW_CHANGE_REPLICA_TO_MSTER:副本节点升主节点。
7630
- - FLOW_BACKUPINSTANCE:备份实例。
7644
+
7645
+ - FLOW_CREATE: "001",新建实例。
7646
+ - FLOW_RESIZE : "002",配置变更。
7647
+ - FLOW_CLOSE"003",关闭实例。
7648
+ - FLOW_CLEAN: "004",清空实例。
7649
+ - FLOW_STARTUP:"005",实例启用。
7650
+ - FLOW_DELETE:"006",删除实例。
7651
+ - FLOW_SETPWD:"007",重置密码。
7652
+ - FLOW_EXPORTBACKUP:"009",导出备份文件。
7653
+ - FLOW_RESTOREBACKUP:"010",恢复备份。
7654
+ - FLOW_BACKUPINSTANCE:"012",备份实例。
7655
+ - FLOW_MIGRATEINSTANCE:"013",迁移实例。
7656
+ - FLOW_DELBACKUP:"014",删除备份。
7657
+ - FLOW_EXCHANGEINSTANCE: "016",切换实例流程。
7658
+ - FLOW_AUTOBACKUP:"017",自动备份实例。
7659
+ - FLOW_MIGRATECHECK: "022",迁移参数校验。
7660
+ - FLOW_MIGRATETASK:"023",数据迁移中。
7661
+ - FLOW_CLEANDB:"025",清空某个数据库。
7662
+ - FLOW_CLONEBACKUP:"026",克隆备份。
7663
+ - FLOW_CHANGEVIP: "027",改变vip地址。
7664
+ - FLOW_EXPORSHR :"028",扩缩容。
7665
+ - FLOW_ADDNODES:"029",加(减)节点。
7666
+ - FLOW_CHANGENET:"031",改变网络类型。
7667
+ - FLOW_MODIFYINSTACEREADONLY:"033",只读策略变更。
7668
+ - FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
7669
+ - FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
7670
+ - FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
7671
+ - FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
7672
+ - FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
7673
+ - FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
7674
+ - FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
7675
+ - FLOW_UpgradeArch:"041",实例架构升级,主从升集群。
7676
+ - FLOW_DowngradeArch: "042",实例架构降级,集群降主从。
7677
+ - FLOW_UpgradeVersion: "043",版本升级。
7678
+ - FLOW_MODIFYCONNECTIONCONFIG:"044",带宽连接数调整,
7679
+ - FLOW_CLEARNETWORK:"045",更换网络,
7680
+ - FLOW_REMOVE_BACKUP_FILE:"046",删除备份。
7681
+ - FLOW_UPGRADE_SUPPORT_MULTI_AZ:"047",升级实例支持多可用区。
7682
+ - FLOW_SHUTDOWN_MASTER:"048",模拟故障。
7683
+ - FLOW_CHANGE_REPLICA_TO_MASTER:"049",手动提主。
7684
+ - FLOW_CODE_ADD_REPLICATION_INSTANCE:"050",新增复制组。
7685
+ - FLOW_OPEN_WAN:"052",开通外网。
7686
+ - FLOW_CLOSE_WAN:"053",关闭外网FLOW_UPDATE_WAN:"054",更新外网。
7687
+ - FLOW_CODE_DELETE_REPLICATION_INSTANCE:"055",解绑复制组。
7688
+ - FLOW_CODE_CHANGE_MASTER_INSTANCE:"056",复制组实例切主。
7689
+ - FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
7690
+ - FLOW_MIGRATE_NODE:"058",迁移节点。
7691
+ - FLOW_SWITCH_NODE:"059",切换节点。
7692
+ - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
7693
+ - FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
7694
+ - FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
7695
+ - FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
7696
+ - FLOW_MIGRATION_INSTANCE_ZONE:"066",实例可用区迁移中。
7697
+ - FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067",实例版本升级中。
7698
+ - FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
7699
+ - FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
7631
7700
  :type TaskTypes: list of str
7632
7701
  :param _BeginTime: 任务执行的起始时间。格式如:2021-12-30 00:00:00。
7633
7702
  :type BeginTime: str
@@ -9685,7 +9754,7 @@ class InstanceMultiParam(AbstractModel):
9685
9754
  :type CurrentValue: str
9686
9755
  :param _Tips: 参数说明。
9687
9756
  :type Tips: str
9688
- :param _EnumValue: 参数说明。
9757
+ :param _EnumValue: 参数枚举值。
9689
9758
  :type EnumValue: list of str
9690
9759
  :param _Status: 参数修改的状态。
9691
9760
  - 1:修改中。
@@ -10132,16 +10201,18 @@ class InstanceSet(AbstractModel):
10132
10201
  :param _SizeUsed: 该字段已废弃。请使用腾讯云可观测平台API 接口 [GetMonitorData](https://cloud.tencent.com/document/product/248/31014) 获取实例已使用的内存容量。
10133
10202
  :type SizeUsed: float
10134
10203
  :param _Type: 实例类型。
10135
- - 2:Redis 2.8内存版(标准架构)。
10136
- - 3:CKV 3.2内存版(标准架构)。
10137
- - 4:CKV 3.2内存版(集群架构)。
10138
- - 5:Redis 2.8内存版(单机)。
10139
- - 6:Redis 4.0内存版(标准架构)。
10140
- - 7:Redis 4.0内存版(集群架构)。
10141
- - 8:Redis 5.0内存版(标准架构)。
10142
- - 9:Redis 5.0内存版(集群架构)。
10143
- - 15:Redis 6.2内存版(标准架构)。
10144
- - 16:Redis 6.2内存版(集群架构)。
10204
+ - 2:Redis 2.8 内存版(标准架构)。
10205
+ - 3:CKV 3.2 内存版(标准架构)。
10206
+ - 4:CKV 3.2 内存版(集群架构)。
10207
+ - 5:Redis 2.8 内存版(单机)。
10208
+ - 6:Redis 4.0 内存版(标准架构)。
10209
+ - 7:Redis 4.0 内存版(集群架构)。
10210
+ - 8:Redis 5.0 内存版(标准架构)。
10211
+ - 9:Redis 5.0 内存版(集群架构)。
10212
+ - 15:Redis 6.2 内存版(标准架构)。
10213
+ - 16:Redis 6.2 内存版(集群架构)。
10214
+ - 17:Redis 7.0 内存版(标准架构)。
10215
+ - 18:Redis 7.0 内存版(集群架构)。
10145
10216
  :type Type: int
10146
10217
  :param _AutoRenewFlag: 实例是否设置自动续费标识。<ul><li>1:设置自动续费。</li><li>0:未设置自动续费。</li></ul>
10147
10218
  :type AutoRenewFlag: int
@@ -10248,6 +10319,9 @@ class InstanceSet(AbstractModel):
10248
10319
  :param _UpgradeRedisVersion: 实例可升级Cache小版本。
10249
10320
  注意:此字段可能返回 null,表示取不到有效值。
10250
10321
  :type UpgradeRedisVersion: str
10322
+ :param _BackupMode: 备份模式:- SecondLevelBackup 秒级备份- NormalLevelBackup 普通备份
10323
+ 注意:此字段可能返回 null,表示取不到有效值。
10324
+ :type BackupMode: str
10251
10325
  """
10252
10326
  self._InstanceName = None
10253
10327
  self._InstanceId = None
@@ -10305,6 +10379,7 @@ class InstanceSet(AbstractModel):
10305
10379
  self._CurrentRedisVersion = None
10306
10380
  self._UpgradeProxyVersion = None
10307
10381
  self._UpgradeRedisVersion = None
10382
+ self._BackupMode = None
10308
10383
 
10309
10384
  @property
10310
10385
  def InstanceName(self):
@@ -10754,6 +10829,14 @@ class InstanceSet(AbstractModel):
10754
10829
  def UpgradeRedisVersion(self, UpgradeRedisVersion):
10755
10830
  self._UpgradeRedisVersion = UpgradeRedisVersion
10756
10831
 
10832
+ @property
10833
+ def BackupMode(self):
10834
+ return self._BackupMode
10835
+
10836
+ @BackupMode.setter
10837
+ def BackupMode(self, BackupMode):
10838
+ self._BackupMode = BackupMode
10839
+
10757
10840
 
10758
10841
  def _deserialize(self, params):
10759
10842
  self._InstanceName = params.get("InstanceName")
@@ -10827,6 +10910,7 @@ class InstanceSet(AbstractModel):
10827
10910
  self._CurrentRedisVersion = params.get("CurrentRedisVersion")
10828
10911
  self._UpgradeProxyVersion = params.get("UpgradeProxyVersion")
10829
10912
  self._UpgradeRedisVersion = params.get("UpgradeRedisVersion")
10913
+ self._BackupMode = params.get("BackupMode")
10830
10914
  memeber_set = set(params.keys())
10831
10915
  for name, value in vars(self).items():
10832
10916
  property_name = name[1:]
@@ -12132,7 +12216,7 @@ class ModifyInstanceAccountRequest(AbstractModel):
12132
12216
  :type ReadonlyPolicy: list of str
12133
12217
  :param _Privilege: 子账号读写策略:填写r、w、rw,表示只读,只写,读写策略
12134
12218
  :type Privilege: str
12135
- :param _NoAuth: true表示将主账号切换为免密账号,这里只适用于主账号,子账号不可免密
12219
+ :param _NoAuth: true表示将主账号切换为免密账号,这里只适用于主账号,子账号不可免密。
12136
12220
  :type NoAuth: bool
12137
12221
  """
12138
12222
  self._InstanceId = None
@@ -13632,7 +13716,7 @@ class ProductConf(AbstractModel):
13632
13716
  - true:售罄。
13633
13717
  - false:未售罄。
13634
13718
  :type Saleout: bool
13635
- :param _Engine: 产品引擎。包括:腾讯云 CKV与社区版 Redis
13719
+ :param _Engine: 产品引擎。Redis 或者 CKV。
13636
13720
  :type Engine: str
13637
13721
  :param _Version: 兼容版本。包括:Redis-2.8、Redis-3.2、Redis-4.0、Redis-5.0、Redis-6.2。
13638
13722
  :type Version: str
@@ -15055,7 +15139,7 @@ class ReplicaGroup(AbstractModel):
15055
15139
  :type GroupName: str
15056
15140
  :param _ZoneId: 节点的可用区ID,比如ap-guangzhou-1
15057
15141
  :type ZoneId: str
15058
- :param _Role: 节点组类型,master为主节点,replica为副本节点
15142
+ :param _Role: 节点组类型,master为主节点,replica为副本节点。
15059
15143
  :type Role: str
15060
15144
  :param _RedisNodes: 节点组节点列表
15061
15145
  :type RedisNodes: list of RedisNode
@@ -15599,6 +15683,8 @@ class SecurityGroupsInboundAndOutbound(AbstractModel):
15599
15683
  def __init__(self):
15600
15684
  r"""
15601
15685
  :param _Action: 标识出入数据库的IP与端口是否被允许。
15686
+ - ACCEPT:允许。
15687
+ - DROP:不允许。
15602
15688
  :type Action: str
15603
15689
  :param _Ip: 出入数据库的IP地址
15604
15690
  :type Ip: str
@@ -16093,25 +16179,61 @@ class TaskInfoDetail(AbstractModel):
16093
16179
  注意:此字段可能返回 null,表示取不到有效值。
16094
16180
  :type StartTime: str
16095
16181
  :param _TaskType: 任务类型。
16096
- - FLOW_CREATE:创建实例。
16097
- - FLOW_MODIFYCONNECTIONCONFIG:调整带宽连接数。
16098
- - FLOW_MODIFYINSTANCEPASSWORDFREE:免密变更流程。
16099
- - FLOW_CLEARNETWORKVPC退还中。
16100
- - FLOW_SETPWD:设置访问密码。
16101
- - FLOW_EXPORSHR:扩缩容流程。
16102
- - FLOW_UpgradeArch:实例架构升级流程。
16103
- - FLOW_MODIFYINSTANCEPARAMS:修改实例参数。
16104
- - FLOW_MODIFYINSTACEREADONLY:只读变更流程。
16105
- - FLOW_CLOSE:关闭实例。
16106
- - FLOW_DELETE:删除实例。
16107
- - FLOW_OPEN_WAN:开启外网。
16108
- - FLOW_CLEAN:清空实例。
16109
- - FLOW_MODIFYINSTANCEACCOUNT:修改实例账号。
16110
- - FLOW_ENABLEINSTANCE_REPLICATE:开启副本只读。
16111
- - FLOW_DISABLEINSTANCE_REPLICATE: 关闭副本只读。
16112
- - FLOW_SWITCHINSTANCEVIP:交换实例 VIP。
16113
- - FLOW_CHANGE_REPLICA_TO_MSTER:副本节点升主节点。
16114
- - FLOW_BACKUPINSTANCE:备份实例。
16182
+ - FLOW_CREATE: "001",新建实例
16183
+ - FLOW_RESIZE : "002",配置变更
16184
+ - FLOW_CLOSE:"003",关闭实例
16185
+ - FLOW_CLEAN "004",清空实例
16186
+ - FLOW_STARTUP:"005",实例启用。
16187
+ - FLOW_DELETE:"006",删除实例。
16188
+ - FLOW_SETPWD:"007",重置密码。
16189
+ - FLOW_EXPORTBACKUP:"009",导出备份文件。
16190
+ - FLOW_RESTOREBACKUP:"010",恢复备份。
16191
+ - FLOW_BACKUPINSTANCE:"012",备份实例。
16192
+ - FLOW_MIGRATEINSTANCE:"013",迁移实例。
16193
+ - FLOW_DELBACKUP:"014",删除备份。
16194
+ - FLOW_EXCHANGEINSTANCE: "016",切换实例流程。
16195
+ - FLOW_AUTOBACKUP:"017",自动备份实例。
16196
+ - FLOW_MIGRATECHECK: "022",迁移参数校验。
16197
+ - FLOW_MIGRATETASK:"023",数据迁移中。
16198
+ - FLOW_CLEANDB:"025",清空某个数据库。
16199
+ - FLOW_CLONEBACKUP:"026",克隆备份。
16200
+ - FLOW_CHANGEVIP: "027",改变vip地址。
16201
+ - FLOW_EXPORSHR :"028",扩缩容。
16202
+ - FLOW_ADDNODES:"029",加(减)节点。
16203
+ - FLOW_CHANGENET:"031",改变网络类型。
16204
+ - FLOW_MODIFYINSTACEREADONLY:"033",只读策略变更。
16205
+ - FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
16206
+ - FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
16207
+ - FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
16208
+ - FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
16209
+ - FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
16210
+ - FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
16211
+ - FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
16212
+ - FLOW_UpgradeArch:"041",实例架构升级,主从升集群。
16213
+ - FLOW_DowngradeArch: "042",实例架构降级,集群降主从。
16214
+ - FLOW_UpgradeVersion: "043",版本升级。
16215
+ - FLOW_MODIFYCONNECTIONCONFIG:"044",带宽连接数调整。
16216
+ - FLOW_CLEARNETWORK:"045",更换网络,
16217
+ - FLOW_REMOVE_BACKUP_FILE:"046",删除备份。
16218
+ - FLOW_UPGRADE_SUPPORT_MULTI_AZ:"047",升级实例支持多可用区。
16219
+ - FLOW_SHUTDOWN_MASTER:"048",模拟故障。
16220
+ - FLOW_CHANGE_REPLICA_TO_MASTER:"049",手动提主。
16221
+ - FLOW_CODE_ADD_REPLICATION_INSTANCE:"050",新增复制组。
16222
+ - FLOW_OPEN_WAN:"052",开通外网。
16223
+ - FLOW_CLOSE_WAN:"053",关闭外网FLOW_UPDATE_WAN:"054",更新外网。
16224
+ - FLOW_CODE_DELETE_REPLICATION_INSTANCE:"055",解绑复制组。
16225
+ - FLOW_CODE_CHANGE_MASTER_INSTANCE:"056",复制组实例切主。
16226
+ - FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
16227
+ - FLOW_MIGRATE_NODE:"058",迁移节点。
16228
+ - FLOW_SWITCH_NODE:"059",切换节点。
16229
+ - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
16230
+ - FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
16231
+ - FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
16232
+ - FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
16233
+ - FLOW_MIGRATION_INSTANCE_ZONE:"066",实例可用区迁移中。
16234
+ - FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067",实例版本升级中。
16235
+ - FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
16236
+ - FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
16115
16237
  注意:此字段可能返回 null,表示取不到有效值。
16116
16238
  :type TaskType: str
16117
16239
  :param _InstanceName: 实例名称。
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1153
3
+ Version: 3.0.1163
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.1163
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1153