tencentcloud-sdk-redis 3.0.832 → 3.0.833
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180412/models.rb +141 -47
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8eafd1e1414964102b4d1c33d690b5872d66b27e
|
4
|
+
data.tar.gz: 0127bc2cce2288c1cc58dfcfc83dc3bffad8f374
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 614aff3844494739eb6ddcbedbc41f4d9e6f91df1702093a5ef08f3391fc8dcde435243c319b191515399b108353b9fe7aff79e6e5199c085f163ea9d8d24f25
|
7
|
+
data.tar.gz: f781ab2424861afc2414939e8611ba7d237503a438e098f4efdae59a71bfc046bf51f6f12c8c8711e15f90b8967d8c57f33788afa7e8be5ee3cea60c430bd8cf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.833
|
data/lib/v20180412/models.rb
CHANGED
@@ -595,10 +595,13 @@ module TencentCloud
|
|
595
595
|
# @type TemplateId: String
|
596
596
|
# @param AlarmPolicyList: 指定克隆实例的告警策略 ID。请登录[腾讯云可观测平台控制台](https://console.cloud.tencent.com/monitor/alarm2/policy),在 <b>告警管理</b> > <b>策略管理</b>页面获取策略 ID 信息。
|
597
597
|
# @type AlarmPolicyList: Array
|
598
|
+
# @param CloneTime: 克隆指定恢复数据的时间。
|
599
|
+
# 仅支持已开通秒级备份的实例
|
600
|
+
# @type CloneTime: String
|
598
601
|
|
599
|
-
attr_accessor :InstanceId, :GoodsNum, :ZoneId, :BillingMode, :Period, :SecurityGroupIdList, :BackupId, :NoAuth, :VpcId, :SubnetId, :InstanceName, :Password, :AutoRenew, :VPort, :NodeSet, :ProjectId, :ResourceTags, :TemplateId, :AlarmPolicyList
|
602
|
+
attr_accessor :InstanceId, :GoodsNum, :ZoneId, :BillingMode, :Period, :SecurityGroupIdList, :BackupId, :NoAuth, :VpcId, :SubnetId, :InstanceName, :Password, :AutoRenew, :VPort, :NodeSet, :ProjectId, :ResourceTags, :TemplateId, :AlarmPolicyList, :CloneTime
|
600
603
|
|
601
|
-
def initialize(instanceid=nil, goodsnum=nil, zoneid=nil, billingmode=nil, period=nil, securitygroupidlist=nil, backupid=nil, noauth=nil, vpcid=nil, subnetid=nil, instancename=nil, password=nil, autorenew=nil, vport=nil, nodeset=nil, projectid=nil, resourcetags=nil, templateid=nil, alarmpolicylist=nil)
|
604
|
+
def initialize(instanceid=nil, goodsnum=nil, zoneid=nil, billingmode=nil, period=nil, securitygroupidlist=nil, backupid=nil, noauth=nil, vpcid=nil, subnetid=nil, instancename=nil, password=nil, autorenew=nil, vport=nil, nodeset=nil, projectid=nil, resourcetags=nil, templateid=nil, alarmpolicylist=nil, clonetime=nil)
|
602
605
|
@InstanceId = instanceid
|
603
606
|
@GoodsNum = goodsnum
|
604
607
|
@ZoneId = zoneid
|
@@ -618,6 +621,7 @@ module TencentCloud
|
|
618
621
|
@ResourceTags = resourcetags
|
619
622
|
@TemplateId = templateid
|
620
623
|
@AlarmPolicyList = alarmpolicylist
|
624
|
+
@CloneTime = clonetime
|
621
625
|
end
|
622
626
|
|
623
627
|
def deserialize(params)
|
@@ -654,6 +658,7 @@ module TencentCloud
|
|
654
658
|
end
|
655
659
|
@TemplateId = params['TemplateId']
|
656
660
|
@AlarmPolicyList = params['AlarmPolicyList']
|
661
|
+
@CloneTime = params['CloneTime']
|
657
662
|
end
|
658
663
|
end
|
659
664
|
|
@@ -3134,7 +3139,16 @@ module TencentCloud
|
|
3134
3139
|
|
3135
3140
|
# DescribeParamTemplates请求参数结构体
|
3136
3141
|
class DescribeParamTemplatesRequest < TencentCloud::Common::AbstractModel
|
3137
|
-
# @param ProductTypes:
|
3142
|
+
# @param ProductTypes: 产品类型数组。
|
3143
|
+
# - 2:Redis 2.8 内存版(标准架构)。
|
3144
|
+
# - 3:CKV 3.2 内存版(标准架构)。
|
3145
|
+
# - 4:CKV 3.2 内存版(集群架构)。
|
3146
|
+
# - 6:Redis 4.0 内存版(标准架构)。
|
3147
|
+
# - 7:Redis 4.0 内存版(集群架构)。
|
3148
|
+
# - 8:Redis 5.0 内存版(标准架构)。
|
3149
|
+
# - 9:Redis 5.0 内存版(集群架构)。
|
3150
|
+
# - 15:Redis 6.2 内存版(标准架构)。
|
3151
|
+
# - 16:Redis 6.2 内存版(集群架构)。
|
3138
3152
|
# @type ProductTypes: Array
|
3139
3153
|
# @param TemplateNames: 模板名称数组。
|
3140
3154
|
# @type TemplateNames: Array
|
@@ -3673,25 +3687,62 @@ module TencentCloud
|
|
3673
3687
|
# @param ProjectIds: 项目 ID。登录 [Redis 控制台](https://console.cloud.tencent.com/redis),在右上角的账号信息下拉菜单中,选择**项目管理**,即可获取对应的项目 ID。
|
3674
3688
|
# @type ProjectIds: Array
|
3675
3689
|
# @param TaskTypes: 任务类型。
|
3676
|
-
|
3677
|
-
# -
|
3678
|
-
# -
|
3679
|
-
# -
|
3680
|
-
# -
|
3681
|
-
# -
|
3682
|
-
# -
|
3683
|
-
# -
|
3684
|
-
# -
|
3685
|
-
# -
|
3686
|
-
# -
|
3687
|
-
# -
|
3688
|
-
# -
|
3689
|
-
# -
|
3690
|
-
# -
|
3691
|
-
# -
|
3692
|
-
# -
|
3693
|
-
# -
|
3694
|
-
# -
|
3690
|
+
|
3691
|
+
# - FLOW_CREATE: "001",新建实例。
|
3692
|
+
# - FLOW_RESIZE : "002",配置变更。
|
3693
|
+
# - FLOW_CLOSE:"003",关闭实例。
|
3694
|
+
# - FLOW_CLEAN: "004",清空实例。
|
3695
|
+
# - FLOW_STARTUP:"005",实例启用。
|
3696
|
+
# - FLOW_DELETE:"006",删除实例。
|
3697
|
+
# - FLOW_SETPWD:"007",重置密码。
|
3698
|
+
# - FLOW_EXPORTBACKUP:"009",导出备份文件。
|
3699
|
+
# - FLOW_RESTOREBACKUP:"010",恢复备份。
|
3700
|
+
# - FLOW_BACKUPINSTANCE:"012",备份实例。
|
3701
|
+
# - FLOW_MIGRATEINSTANCE:"013",迁移实例。
|
3702
|
+
# - FLOW_DELBACKUP:"014",删除备份。
|
3703
|
+
# - FLOW_EXCHANGEINSTANCE: "016",切换实例流程。
|
3704
|
+
# - FLOW_AUTOBACKUP:"017",自动备份实例。
|
3705
|
+
# - FLOW_MIGRATECHECK: "022",迁移参数校验。
|
3706
|
+
# - FLOW_MIGRATETASK:"023",数据迁移中。
|
3707
|
+
# - FLOW_CLEANDB:"025",清空某个数据库。
|
3708
|
+
# - FLOW_CLONEBACKUP:"026",克隆备份。
|
3709
|
+
# - FLOW_CHANGEVIP: "027",改变vip地址。
|
3710
|
+
# - FLOW_EXPORSHR :"028",扩缩容。
|
3711
|
+
# - FLOW_ADDNODES:"029",加(减)节点。
|
3712
|
+
# - FLOW_CHANGENET:"031",改变网络类型。
|
3713
|
+
# - FLOW_MODIFYINSTACEREADONLY:"033",只读策略变更。
|
3714
|
+
# - FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
|
3715
|
+
# - FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
|
3716
|
+
# - FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
|
3717
|
+
# - FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
|
3718
|
+
# - FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
|
3719
|
+
# - FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
|
3720
|
+
# - FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
|
3721
|
+
# - FLOW_UpgradeArch:"041",实例架构升级,主从升集群。
|
3722
|
+
# - FLOW_DowngradeArch: "042",实例架构降级,集群降主从。
|
3723
|
+
# - FLOW_UpgradeVersion: "043",版本升级。
|
3724
|
+
# - FLOW_MODIFYCONNECTIONCONFIG:"044",带宽连接数调整,
|
3725
|
+
# - FLOW_CLEARNETWORK:"045",更换网络,
|
3726
|
+
# - FLOW_REMOVE_BACKUP_FILE:"046",删除备份。
|
3727
|
+
# - FLOW_UPGRADE_SUPPORT_MULTI_AZ:"047",升级实例支持多可用区。
|
3728
|
+
# - FLOW_SHUTDOWN_MASTER:"048",模拟故障。
|
3729
|
+
# - FLOW_CHANGE_REPLICA_TO_MASTER:"049",手动提主。
|
3730
|
+
# - FLOW_CODE_ADD_REPLICATION_INSTANCE:"050",新增复制组。
|
3731
|
+
# - FLOW_OPEN_WAN:"052",开通外网。
|
3732
|
+
# - FLOW_CLOSE_WAN:"053",关闭外网FLOW_UPDATE_WAN:"054",更新外网。
|
3733
|
+
# - FLOW_CODE_DELETE_REPLICATION_INSTANCE:"055",解绑复制组。
|
3734
|
+
# - FLOW_CODE_CHANGE_MASTER_INSTANCE:"056",复制组实例切主。
|
3735
|
+
# - FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
|
3736
|
+
# - FLOW_MIGRATE_NODE:"058",迁移节点。
|
3737
|
+
# - FLOW_SWITCH_NODE:"059",切换节点。
|
3738
|
+
# - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
|
3739
|
+
# - FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
|
3740
|
+
# - FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
|
3741
|
+
# - FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
|
3742
|
+
# - FLOW_MIGRATION_INSTANCE_ZONE:"066",实例可用区迁移中。
|
3743
|
+
# - FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067",实例版本升级中。
|
3744
|
+
# - FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
|
3745
|
+
# - FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
|
3695
3746
|
# @type TaskTypes: Array
|
3696
3747
|
# @param BeginTime: 任务执行的起始时间。格式如:2021-12-30 00:00:00。
|
3697
3748
|
# @type BeginTime: String
|
@@ -4592,7 +4643,7 @@ module TencentCloud
|
|
4592
4643
|
# @type CurrentValue: String
|
4593
4644
|
# @param Tips: 参数说明。
|
4594
4645
|
# @type Tips: String
|
4595
|
-
# @param EnumValue:
|
4646
|
+
# @param EnumValue: 参数枚举值。
|
4596
4647
|
# @type EnumValue: Array
|
4597
4648
|
# @param Status: 参数修改的状态。
|
4598
4649
|
# - 1:修改中。
|
@@ -4912,10 +4963,13 @@ module TencentCloud
|
|
4912
4963
|
# @param UpgradeRedisVersion: 实例可升级Cache小版本。
|
4913
4964
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4914
4965
|
# @type UpgradeRedisVersion: String
|
4966
|
+
# @param BackupMode: 备份模式:- SecondLevelBackup 秒级备份- NormalLevelBackup 普通备份
|
4967
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4968
|
+
# @type BackupMode: String
|
4915
4969
|
|
4916
|
-
attr_accessor :InstanceName, :InstanceId, :Appid, :ProjectId, :RegionId, :ZoneId, :VpcId, :SubnetId, :Status, :WanIp, :Port, :Createtime, :Size, :SizeUsed, :Type, :AutoRenewFlag, :DeadlineTime, :Engine, :ProductType, :UniqVpcId, :UniqSubnetId, :BillingMode, :InstanceTitle, :OfflineTime, :SubStatus, :Tags, :InstanceNode, :RedisShardSize, :RedisShardNum, :RedisReplicasNum, :PriceId, :CloseTime, :SlaveReadWeight, :InstanceTags, :ProjectName, :NoAuth, :ClientLimit, :DtsStatus, :NetLimit, :PasswordFree, :Vip6, :IPv6, :ReadOnly, :RemainBandwidthDuration, :DiskSize, :MonitorVersion, :ClientLimitMin, :ClientLimitMax, :NodeSet, :Region, :WanAddress, :PolarisServer, :CurrentProxyVersion, :CurrentRedisVersion, :UpgradeProxyVersion, :UpgradeRedisVersion
|
4970
|
+
attr_accessor :InstanceName, :InstanceId, :Appid, :ProjectId, :RegionId, :ZoneId, :VpcId, :SubnetId, :Status, :WanIp, :Port, :Createtime, :Size, :SizeUsed, :Type, :AutoRenewFlag, :DeadlineTime, :Engine, :ProductType, :UniqVpcId, :UniqSubnetId, :BillingMode, :InstanceTitle, :OfflineTime, :SubStatus, :Tags, :InstanceNode, :RedisShardSize, :RedisShardNum, :RedisReplicasNum, :PriceId, :CloseTime, :SlaveReadWeight, :InstanceTags, :ProjectName, :NoAuth, :ClientLimit, :DtsStatus, :NetLimit, :PasswordFree, :Vip6, :IPv6, :ReadOnly, :RemainBandwidthDuration, :DiskSize, :MonitorVersion, :ClientLimitMin, :ClientLimitMax, :NodeSet, :Region, :WanAddress, :PolarisServer, :CurrentProxyVersion, :CurrentRedisVersion, :UpgradeProxyVersion, :UpgradeRedisVersion, :BackupMode
|
4917
4971
|
|
4918
|
-
def initialize(instancename=nil, instanceid=nil, appid=nil, projectid=nil, regionid=nil, zoneid=nil, vpcid=nil, subnetid=nil, status=nil, wanip=nil, port=nil, createtime=nil, size=nil, sizeused=nil, type=nil, autorenewflag=nil, deadlinetime=nil, engine=nil, producttype=nil, uniqvpcid=nil, uniqsubnetid=nil, billingmode=nil, instancetitle=nil, offlinetime=nil, substatus=nil, tags=nil, instancenode=nil, redisshardsize=nil, redisshardnum=nil, redisreplicasnum=nil, priceid=nil, closetime=nil, slavereadweight=nil, instancetags=nil, projectname=nil, noauth=nil, clientlimit=nil, dtsstatus=nil, netlimit=nil, passwordfree=nil, vip6=nil, ipv6=nil, readonly=nil, remainbandwidthduration=nil, disksize=nil, monitorversion=nil, clientlimitmin=nil, clientlimitmax=nil, nodeset=nil, region=nil, wanaddress=nil, polarisserver=nil, currentproxyversion=nil, currentredisversion=nil, upgradeproxyversion=nil, upgraderedisversion=nil)
|
4972
|
+
def initialize(instancename=nil, instanceid=nil, appid=nil, projectid=nil, regionid=nil, zoneid=nil, vpcid=nil, subnetid=nil, status=nil, wanip=nil, port=nil, createtime=nil, size=nil, sizeused=nil, type=nil, autorenewflag=nil, deadlinetime=nil, engine=nil, producttype=nil, uniqvpcid=nil, uniqsubnetid=nil, billingmode=nil, instancetitle=nil, offlinetime=nil, substatus=nil, tags=nil, instancenode=nil, redisshardsize=nil, redisshardnum=nil, redisreplicasnum=nil, priceid=nil, closetime=nil, slavereadweight=nil, instancetags=nil, projectname=nil, noauth=nil, clientlimit=nil, dtsstatus=nil, netlimit=nil, passwordfree=nil, vip6=nil, ipv6=nil, readonly=nil, remainbandwidthduration=nil, disksize=nil, monitorversion=nil, clientlimitmin=nil, clientlimitmax=nil, nodeset=nil, region=nil, wanaddress=nil, polarisserver=nil, currentproxyversion=nil, currentredisversion=nil, upgradeproxyversion=nil, upgraderedisversion=nil, backupmode=nil)
|
4919
4973
|
@InstanceName = instancename
|
4920
4974
|
@InstanceId = instanceid
|
4921
4975
|
@Appid = appid
|
@@ -4972,6 +5026,7 @@ module TencentCloud
|
|
4972
5026
|
@CurrentRedisVersion = currentredisversion
|
4973
5027
|
@UpgradeProxyVersion = upgradeproxyversion
|
4974
5028
|
@UpgradeRedisVersion = upgraderedisversion
|
5029
|
+
@BackupMode = backupmode
|
4975
5030
|
end
|
4976
5031
|
|
4977
5032
|
def deserialize(params)
|
@@ -5052,6 +5107,7 @@ module TencentCloud
|
|
5052
5107
|
@CurrentRedisVersion = params['CurrentRedisVersion']
|
5053
5108
|
@UpgradeProxyVersion = params['UpgradeProxyVersion']
|
5054
5109
|
@UpgradeRedisVersion = params['UpgradeRedisVersion']
|
5110
|
+
@BackupMode = params['BackupMode']
|
5055
5111
|
end
|
5056
5112
|
end
|
5057
5113
|
|
@@ -5631,7 +5687,7 @@ module TencentCloud
|
|
5631
5687
|
# @type ReadonlyPolicy: Array
|
5632
5688
|
# @param Privilege: 子账号读写策略:填写r、w、rw,表示只读,只写,读写策略
|
5633
5689
|
# @type Privilege: String
|
5634
|
-
# @param NoAuth: true
|
5690
|
+
# @param NoAuth: true表示将主账号切换为免密账号,这里只适用于主账号,子账号不可免密。
|
5635
5691
|
# @type NoAuth: Boolean
|
5636
5692
|
|
5637
5693
|
attr_accessor :InstanceId, :AccountName, :AccountPassword, :Remark, :ReadonlyPolicy, :Privilege, :NoAuth
|
@@ -6314,7 +6370,7 @@ module TencentCloud
|
|
6314
6370
|
# - true:售罄。
|
6315
6371
|
# - false:未售罄。
|
6316
6372
|
# @type Saleout: Boolean
|
6317
|
-
# @param Engine:
|
6373
|
+
# @param Engine: 产品引擎。Redis 或者 CKV。
|
6318
6374
|
# @type Engine: String
|
6319
6375
|
# @param Version: 兼容版本。包括:Redis-2.8、Redis-3.2、Redis-4.0、Redis-5.0、Redis-6.2。
|
6320
6376
|
# @type Version: String
|
@@ -6908,7 +6964,7 @@ module TencentCloud
|
|
6908
6964
|
# @type GroupName: String
|
6909
6965
|
# @param ZoneId: 节点的可用区ID,比如ap-guangzhou-1
|
6910
6966
|
# @type ZoneId: String
|
6911
|
-
# @param Role: 节点组类型,master为主节点,replica
|
6967
|
+
# @param Role: 节点组类型,master为主节点,replica为副本节点。
|
6912
6968
|
# @type Role: String
|
6913
6969
|
# @param RedisNodes: 节点组节点列表
|
6914
6970
|
# @type RedisNodes: Array
|
@@ -7158,6 +7214,8 @@ module TencentCloud
|
|
7158
7214
|
# 安全组出入规则
|
7159
7215
|
class SecurityGroupsInboundAndOutbound < TencentCloud::Common::AbstractModel
|
7160
7216
|
# @param Action: 标识出入数据库的IP与端口是否被允许。
|
7217
|
+
# - ACCEPT:允许。
|
7218
|
+
# - DROP:不允许。
|
7161
7219
|
# @type Action: String
|
7162
7220
|
# @param Ip: 出入数据库的IP地址
|
7163
7221
|
# @type Ip: String
|
@@ -7393,25 +7451,61 @@ module TencentCloud
|
|
7393
7451
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7394
7452
|
# @type StartTime: String
|
7395
7453
|
# @param TaskType: 任务类型。
|
7396
|
-
# - FLOW_CREATE
|
7397
|
-
# -
|
7398
|
-
# -
|
7399
|
-
# -
|
7400
|
-
# -
|
7401
|
-
# -
|
7402
|
-
# -
|
7403
|
-
# -
|
7404
|
-
# -
|
7405
|
-
# -
|
7406
|
-
# -
|
7407
|
-
# -
|
7408
|
-
# -
|
7409
|
-
# -
|
7410
|
-
# -
|
7411
|
-
# -
|
7412
|
-
# -
|
7413
|
-
# -
|
7414
|
-
# -
|
7454
|
+
# - FLOW_CREATE: "001",新建实例
|
7455
|
+
# - FLOW_RESIZE : "002",配置变更
|
7456
|
+
# - FLOW_CLOSE:"003",关闭实例
|
7457
|
+
# - FLOW_CLEAN: "004",清空实例
|
7458
|
+
# - FLOW_STARTUP:"005",实例启用。
|
7459
|
+
# - FLOW_DELETE:"006",删除实例。
|
7460
|
+
# - FLOW_SETPWD:"007",重置密码。
|
7461
|
+
# - FLOW_EXPORTBACKUP:"009",导出备份文件。
|
7462
|
+
# - FLOW_RESTOREBACKUP:"010",恢复备份。
|
7463
|
+
# - FLOW_BACKUPINSTANCE:"012",备份实例。
|
7464
|
+
# - FLOW_MIGRATEINSTANCE:"013",迁移实例。
|
7465
|
+
# - FLOW_DELBACKUP:"014",删除备份。
|
7466
|
+
# - FLOW_EXCHANGEINSTANCE: "016",切换实例流程。
|
7467
|
+
# - FLOW_AUTOBACKUP:"017",自动备份实例。
|
7468
|
+
# - FLOW_MIGRATECHECK: "022",迁移参数校验。
|
7469
|
+
# - FLOW_MIGRATETASK:"023",数据迁移中。
|
7470
|
+
# - FLOW_CLEANDB:"025",清空某个数据库。
|
7471
|
+
# - FLOW_CLONEBACKUP:"026",克隆备份。
|
7472
|
+
# - FLOW_CHANGEVIP: "027",改变vip地址。
|
7473
|
+
# - FLOW_EXPORSHR :"028",扩缩容。
|
7474
|
+
# - FLOW_ADDNODES:"029",加(减)节点。
|
7475
|
+
# - FLOW_CHANGENET:"031",改变网络类型。
|
7476
|
+
# - FLOW_MODIFYINSTACEREADONLY:"033",只读策略变更。
|
7477
|
+
# - FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
|
7478
|
+
# - FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
|
7479
|
+
# - FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
|
7480
|
+
# - FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
|
7481
|
+
# - FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
|
7482
|
+
# - FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
|
7483
|
+
# - FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
|
7484
|
+
# - FLOW_UpgradeArch:"041",实例架构升级,主从升集群。
|
7485
|
+
# - FLOW_DowngradeArch: "042",实例架构降级,集群降主从。
|
7486
|
+
# - FLOW_UpgradeVersion: "043",版本升级。
|
7487
|
+
# - FLOW_MODIFYCONNECTIONCONFIG:"044",带宽连接数调整。
|
7488
|
+
# - FLOW_CLEARNETWORK:"045",更换网络,
|
7489
|
+
# - FLOW_REMOVE_BACKUP_FILE:"046",删除备份。
|
7490
|
+
# - FLOW_UPGRADE_SUPPORT_MULTI_AZ:"047",升级实例支持多可用区。
|
7491
|
+
# - FLOW_SHUTDOWN_MASTER:"048",模拟故障。
|
7492
|
+
# - FLOW_CHANGE_REPLICA_TO_MASTER:"049",手动提主。
|
7493
|
+
# - FLOW_CODE_ADD_REPLICATION_INSTANCE:"050",新增复制组。
|
7494
|
+
# - FLOW_OPEN_WAN:"052",开通外网。
|
7495
|
+
# - FLOW_CLOSE_WAN:"053",关闭外网FLOW_UPDATE_WAN:"054",更新外网。
|
7496
|
+
# - FLOW_CODE_DELETE_REPLICATION_INSTANCE:"055",解绑复制组。
|
7497
|
+
# - FLOW_CODE_CHANGE_MASTER_INSTANCE:"056",复制组实例切主。
|
7498
|
+
# - FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
|
7499
|
+
# - FLOW_MIGRATE_NODE:"058",迁移节点。
|
7500
|
+
# - FLOW_SWITCH_NODE:"059",切换节点。
|
7501
|
+
# - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
|
7502
|
+
# - FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
|
7503
|
+
# - FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
|
7504
|
+
# - FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
|
7505
|
+
# - FLOW_MIGRATION_INSTANCE_ZONE:"066",实例可用区迁移中。
|
7506
|
+
# - FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067",实例版本升级中。
|
7507
|
+
# - FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
|
7508
|
+
# - FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
|
7415
7509
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7416
7510
|
# @type TaskType: String
|
7417
7511
|
# @param InstanceName: 实例名称。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-redis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.833
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|