tencentcloud-sdk-redis 3.0.1146 → 3.0.1153
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180412/models.rb +38 -34
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 25db45e9c9a05678864ff7ba2ebfb2dea133889b
|
|
4
|
+
data.tar.gz: e6253ebedeff57a560922674605f675c39d52df1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e05e0d2abf271b03279a898210dfaa368bc418e2ed99b3a4d6c620618bee59f208b814f7ce0915c7febc74702cf59406a377513d764613f37d124f3a43196af9
|
|
7
|
+
data.tar.gz: ee490f00bec6c49f2754ee936a2c7c2eb899c50f9b1cf0521f75df4cfd53b8e8e8aceabce1926d8378bb9836ed0c30e058cd26c663ad8df1cb62910fe6219922
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1153
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -1303,7 +1303,7 @@ module TencentCloud
|
|
|
1303
1303
|
|
|
1304
1304
|
# DeleteParamTemplate请求参数结构体
|
|
1305
1305
|
class DeleteParamTemplateRequest < TencentCloud::Common::AbstractModel
|
|
1306
|
-
# @param TemplateId: 参数模板 ID。
|
|
1306
|
+
# @param TemplateId: 参数模板 ID。请登录 [Redis 控制台的参数模板](https://console.cloud.tencent.com/redis/templates)页面获取模板 ID。
|
|
1307
1307
|
# @type TemplateId: String
|
|
1308
1308
|
|
|
1309
1309
|
attr_accessor :TemplateId
|
|
@@ -1656,12 +1656,12 @@ module TencentCloud
|
|
|
1656
1656
|
|
|
1657
1657
|
attr_accessor :DownloadUrl, :InnerDownloadUrl, :Filenames, :BackupInfos, :RequestId
|
|
1658
1658
|
extend Gem::Deprecate
|
|
1659
|
-
deprecate :DownloadUrl, :none, 2025,
|
|
1660
|
-
deprecate :DownloadUrl=, :none, 2025,
|
|
1661
|
-
deprecate :InnerDownloadUrl, :none, 2025,
|
|
1662
|
-
deprecate :InnerDownloadUrl=, :none, 2025,
|
|
1663
|
-
deprecate :Filenames, :none, 2025,
|
|
1664
|
-
deprecate :Filenames=, :none, 2025,
|
|
1659
|
+
deprecate :DownloadUrl, :none, 2025, 10
|
|
1660
|
+
deprecate :DownloadUrl=, :none, 2025, 10
|
|
1661
|
+
deprecate :InnerDownloadUrl, :none, 2025, 10
|
|
1662
|
+
deprecate :InnerDownloadUrl=, :none, 2025, 10
|
|
1663
|
+
deprecate :Filenames, :none, 2025, 10
|
|
1664
|
+
deprecate :Filenames=, :none, 2025, 10
|
|
1665
1665
|
|
|
1666
1666
|
def initialize(downloadurl=nil, innerdownloadurl=nil, filenames=nil, backupinfos=nil, requestid=nil)
|
|
1667
1667
|
@DownloadUrl = downloadurl
|
|
@@ -3001,9 +3001,9 @@ module TencentCloud
|
|
|
3001
3001
|
class DescribeInstanceShardsRequest < TencentCloud::Common::AbstractModel
|
|
3002
3002
|
# @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
3003
3003
|
# @type InstanceId: String
|
|
3004
|
-
# @param FilterSlave:
|
|
3004
|
+
# @param FilterSlave: 指定是否过滤掉从节信息。
|
|
3005
3005
|
# - true;过滤从节点。
|
|
3006
|
-
# - false
|
|
3006
|
+
# - false:不过滤。默认为 false。
|
|
3007
3007
|
# @type FilterSlave: Boolean
|
|
3008
3008
|
|
|
3009
3009
|
attr_accessor :InstanceId, :FilterSlave
|
|
@@ -4184,8 +4184,8 @@ module TencentCloud
|
|
|
4184
4184
|
|
|
4185
4185
|
attr_accessor :TotalCount, :InstanceSlowlogDetail, :InstanceSlowLogDetail, :RequestId
|
|
4186
4186
|
extend Gem::Deprecate
|
|
4187
|
-
deprecate :InstanceSlowlogDetail, :none, 2025,
|
|
4188
|
-
deprecate :InstanceSlowlogDetail=, :none, 2025,
|
|
4187
|
+
deprecate :InstanceSlowlogDetail, :none, 2025, 10
|
|
4188
|
+
deprecate :InstanceSlowlogDetail=, :none, 2025, 10
|
|
4189
4189
|
|
|
4190
4190
|
def initialize(totalcount=nil, instanceslowlogdetail=nil, requestid=nil)
|
|
4191
4191
|
@TotalCount = totalcount
|
|
@@ -4268,11 +4268,11 @@ module TencentCloud
|
|
|
4268
4268
|
class DescribeTaskListRequest < TencentCloud::Common::AbstractModel
|
|
4269
4269
|
# @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
4270
4270
|
# @type InstanceId: String
|
|
4271
|
-
# @param InstanceName:
|
|
4271
|
+
# @param InstanceName: 实例名称。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例名称。
|
|
4272
4272
|
# @type InstanceName: String
|
|
4273
4273
|
# @param Limit: 每页输出的任务列表大小。默认为 20,最多输出100条。
|
|
4274
4274
|
# @type Limit: Integer
|
|
4275
|
-
# @param Offset:
|
|
4275
|
+
# @param Offset: 分页偏移量。取值需为 Limit 的整数倍:offset=limit*(页码-1),默认值为0。
|
|
4276
4276
|
# @type Offset: Integer
|
|
4277
4277
|
# @param ProjectIds: 该字段已废弃, 请忽略, 项目 ID
|
|
4278
4278
|
# @type ProjectIds: Array
|
|
@@ -4353,10 +4353,10 @@ module TencentCloud
|
|
|
4353
4353
|
|
|
4354
4354
|
attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus, :Result, :OperatorUin, :OperateUin
|
|
4355
4355
|
extend Gem::Deprecate
|
|
4356
|
-
deprecate :ProjectIds, :none, 2025,
|
|
4357
|
-
deprecate :ProjectIds=, :none, 2025,
|
|
4358
|
-
deprecate :OperatorUin, :none, 2025,
|
|
4359
|
-
deprecate :OperatorUin=, :none, 2025,
|
|
4356
|
+
deprecate :ProjectIds, :none, 2025, 10
|
|
4357
|
+
deprecate :ProjectIds=, :none, 2025, 10
|
|
4358
|
+
deprecate :OperatorUin, :none, 2025, 10
|
|
4359
|
+
deprecate :OperatorUin=, :none, 2025, 10
|
|
4360
4360
|
|
|
4361
4361
|
def initialize(instanceid=nil, instancename=nil, limit=nil, offset=nil, projectids=nil, tasktypes=nil, begintime=nil, endtime=nil, taskstatus=nil, result=nil, operatoruin=nil, operateuin=nil)
|
|
4362
4362
|
@InstanceId = instanceid
|
|
@@ -4668,8 +4668,8 @@ module TencentCloud
|
|
|
4668
4668
|
|
|
4669
4669
|
attr_accessor :Status, :TaskId, :RequestId
|
|
4670
4670
|
extend Gem::Deprecate
|
|
4671
|
-
deprecate :Status, :none, 2025,
|
|
4672
|
-
deprecate :Status=, :none, 2025,
|
|
4671
|
+
deprecate :Status, :none, 2025, 10
|
|
4672
|
+
deprecate :Status=, :none, 2025, 10
|
|
4673
4673
|
|
|
4674
4674
|
def initialize(status=nil, taskid=nil, requestid=nil)
|
|
4675
4675
|
@Status = status
|
|
@@ -4848,17 +4848,21 @@ module TencentCloud
|
|
|
4848
4848
|
# - 0:按量计费。
|
|
4849
4849
|
# - 1:包年包月。
|
|
4850
4850
|
# @type BillingMode: Integer
|
|
4851
|
-
# @param ZoneId: 实例所属的可用区ID,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
|
|
4851
|
+
# @param ZoneId: 实例所属的可用区 ID,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
|
|
4852
|
+
# **说明**:请在 **ZoneId** 与 **ZoneName** 中至少指定一个参数。
|
|
4852
4853
|
# @type ZoneId: Integer
|
|
4853
|
-
# @param RedisShardNum: 实例分片数量。
|
|
4854
|
+
# @param RedisShardNum: 实例分片数量。
|
|
4855
|
+
# - 标准架构需要配置分片数量为1。
|
|
4856
|
+
# - 集群架构分片数量支持设置为1、3、5、8、12、16、24、32、40、48、64、80、96、128。
|
|
4854
4857
|
# @type RedisShardNum: Integer
|
|
4855
|
-
# @param RedisReplicasNum:
|
|
4858
|
+
# @param RedisReplicasNum: 实例副本数量。取值范围为:1、2、3、4、5。
|
|
4856
4859
|
# @type RedisReplicasNum: Integer
|
|
4857
4860
|
# @param ReplicasReadonly: 是否支持副本只读。Redis2.8标准架构、CKV标准架构无需填写。
|
|
4858
4861
|
# - true:无需支持副本只读。
|
|
4859
4862
|
# - false:需支持。
|
|
4860
4863
|
# @type ReplicasReadonly: Boolean
|
|
4861
4864
|
# @param ZoneName: 实例所属的可用区名称,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
|
|
4865
|
+
# **说明**:请在 **ZoneId** 与 **ZoneName** 中至少指定一个参数。
|
|
4862
4866
|
# @type ZoneName: String
|
|
4863
4867
|
# @param ProductVersion: 部署方式。
|
|
4864
4868
|
# - local:本地盘版,默认为 local。
|
|
@@ -5623,8 +5627,8 @@ module TencentCloud
|
|
|
5623
5627
|
|
|
5624
5628
|
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, :RedisClusterId, :DedicatedClusterId, :ProductVersion, :CurrentProxyVersion, :CurrentRedisVersion, :UpgradeProxyVersion, :UpgradeRedisVersion, :BackupMode, :DeleteProtectionSwitch
|
|
5625
5629
|
extend Gem::Deprecate
|
|
5626
|
-
deprecate :SizeUsed, :none, 2025,
|
|
5627
|
-
deprecate :SizeUsed=, :none, 2025,
|
|
5630
|
+
deprecate :SizeUsed, :none, 2025, 10
|
|
5631
|
+
deprecate :SizeUsed=, :none, 2025, 10
|
|
5628
5632
|
|
|
5629
5633
|
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, redisclusterid=nil, dedicatedclusterid=nil, productversion=nil, currentproxyversion=nil, currentredisversion=nil, upgradeproxyversion=nil, upgraderedisversion=nil, backupmode=nil, deleteprotectionswitch=nil)
|
|
5630
5634
|
@InstanceName = instancename
|
|
@@ -6843,12 +6847,12 @@ module TencentCloud
|
|
|
6843
6847
|
|
|
6844
6848
|
attr_accessor :Operation, :InstanceIds, :InstanceNames, :ProjectId, :AutoRenews, :DeleteProtectionSwitches, :InstanceId, :InstanceName, :AutoRenew
|
|
6845
6849
|
extend Gem::Deprecate
|
|
6846
|
-
deprecate :InstanceId, :none, 2025,
|
|
6847
|
-
deprecate :InstanceId=, :none, 2025,
|
|
6848
|
-
deprecate :InstanceName, :none, 2025,
|
|
6849
|
-
deprecate :InstanceName=, :none, 2025,
|
|
6850
|
-
deprecate :AutoRenew, :none, 2025,
|
|
6851
|
-
deprecate :AutoRenew=, :none, 2025,
|
|
6850
|
+
deprecate :InstanceId, :none, 2025, 10
|
|
6851
|
+
deprecate :InstanceId=, :none, 2025, 10
|
|
6852
|
+
deprecate :InstanceName, :none, 2025, 10
|
|
6853
|
+
deprecate :InstanceName=, :none, 2025, 10
|
|
6854
|
+
deprecate :AutoRenew, :none, 2025, 10
|
|
6855
|
+
deprecate :AutoRenew=, :none, 2025, 10
|
|
6852
6856
|
|
|
6853
6857
|
def initialize(operation=nil, instanceids=nil, instancenames=nil, projectid=nil, autorenews=nil, deleteprotectionswitches=nil, instanceid=nil, instancename=nil, autorenew=nil)
|
|
6854
6858
|
@Operation = operation
|
|
@@ -7333,8 +7337,8 @@ module TencentCloud
|
|
|
7333
7337
|
|
|
7334
7338
|
attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly, :EnableReplicaReadOnly
|
|
7335
7339
|
extend Gem::Deprecate
|
|
7336
|
-
deprecate :EnableRepicaReadOnly, :none, 2025,
|
|
7337
|
-
deprecate :EnableRepicaReadOnly=, :none, 2025,
|
|
7340
|
+
deprecate :EnableRepicaReadOnly, :none, 2025, 10
|
|
7341
|
+
deprecate :EnableRepicaReadOnly=, :none, 2025, 10
|
|
7338
7342
|
|
|
7339
7343
|
def initialize(type=nil, typename=nil, minbuynum=nil, maxbuynum=nil, saleout=nil, engine=nil, version=nil, totalsize=nil, shardsize=nil, replicanum=nil, shardnum=nil, paymode=nil, enablerepicareadonly=nil, enablereplicareadonly=nil)
|
|
7340
7344
|
@Type = type
|
|
@@ -8319,8 +8323,8 @@ module TencentCloud
|
|
|
8319
8323
|
|
|
8320
8324
|
attr_accessor :TaskId, :RequestId
|
|
8321
8325
|
extend Gem::Deprecate
|
|
8322
|
-
deprecate :TaskId, :none, 2025,
|
|
8323
|
-
deprecate :TaskId=, :none, 2025,
|
|
8326
|
+
deprecate :TaskId, :none, 2025, 10
|
|
8327
|
+
deprecate :TaskId=, :none, 2025, 10
|
|
8324
8328
|
|
|
8325
8329
|
def initialize(taskid=nil, requestid=nil)
|
|
8326
8330
|
@TaskId = taskid
|
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.1153
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-redis.rb
|
|
37
|
-
- lib/v20180412/client.rb
|
|
38
37
|
- lib/v20180412/models.rb
|
|
38
|
+
- lib/v20180412/client.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|