tencentcloud-sdk-redis 3.0.1160 → 3.0.1161

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180412/models.rb +80 -45
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fed9154080d718504be11ae0c4d8a488369c14b9
4
- data.tar.gz: 91fa59e4044d82c96b63b3e9b2a90fb3c7b567e8
3
+ metadata.gz: a103d9781e445d1839c6aafe855adebbf51ff89e
4
+ data.tar.gz: 2add830ddb55bbdbfbf8b6316db20badb3c46e74
5
5
  SHA512:
6
- metadata.gz: d6631eeaf4a67d56988d0801a0932fb7c66920e679d589ec3d0fb091d7664573d89a930a3a33a83559397982498c1ca7eba271e85c458375138d861743a5fac0
7
- data.tar.gz: 9fdddd87e4da545599e82154239dfcf9b49fd120ecc635617f52636fc5e9634df0ea4437fb08c2a6d32cc6f6434132c7dd60282e1dd18dddb1cdf16d5c5d3985
6
+ metadata.gz: 0261db130e97e82ab4919f168c3af5e29eef9e84651b86c2051f42f53cead8aac66ece3c72c4d4f4f9ba30c1cd4669460b92ca86a056357e20d9a7334a8035e0
7
+ data.tar.gz: e4ce4224659d1ee40465d494651d6c0d012701ed98375c0f842e1b8eb43bef3d0c2b431a9da901aaaa785c6c3f6eddb932435103bed26d3630671f890be7db0d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1160
1
+ 3.0.1161
@@ -787,8 +787,8 @@ module TencentCloud
787
787
 
788
788
  attr_accessor :DealId, :InstanceIds, :DealName, :RequestId
789
789
  extend Gem::Deprecate
790
- deprecate :DealId, :none, 2025, 10
791
- deprecate :DealId=, :none, 2025, 10
790
+ deprecate :DealId, :none, 2025, 11
791
+ deprecate :DealId=, :none, 2025, 11
792
792
 
793
793
  def initialize(dealid=nil, instanceids=nil, dealname=nil, requestid=nil)
794
794
  @DealId = dealid
@@ -1127,8 +1127,8 @@ module TencentCloud
1127
1127
 
1128
1128
  attr_accessor :DealId, :InstanceIds, :DealName, :RequestId
1129
1129
  extend Gem::Deprecate
1130
- deprecate :DealId, :none, 2025, 10
1131
- deprecate :DealId=, :none, 2025, 10
1130
+ deprecate :DealId, :none, 2025, 11
1131
+ deprecate :DealId=, :none, 2025, 11
1132
1132
 
1133
1133
  def initialize(dealid=nil, instanceids=nil, dealname=nil, requestid=nil)
1134
1134
  @DealId = dealid
@@ -1685,12 +1685,12 @@ module TencentCloud
1685
1685
 
1686
1686
  attr_accessor :DownloadUrl, :InnerDownloadUrl, :Filenames, :BackupInfos, :RequestId
1687
1687
  extend Gem::Deprecate
1688
- deprecate :DownloadUrl, :none, 2025, 10
1689
- deprecate :DownloadUrl=, :none, 2025, 10
1690
- deprecate :InnerDownloadUrl, :none, 2025, 10
1691
- deprecate :InnerDownloadUrl=, :none, 2025, 10
1692
- deprecate :Filenames, :none, 2025, 10
1693
- deprecate :Filenames=, :none, 2025, 10
1688
+ deprecate :DownloadUrl, :none, 2025, 11
1689
+ deprecate :DownloadUrl=, :none, 2025, 11
1690
+ deprecate :InnerDownloadUrl, :none, 2025, 11
1691
+ deprecate :InnerDownloadUrl=, :none, 2025, 11
1692
+ deprecate :Filenames, :none, 2025, 11
1693
+ deprecate :Filenames=, :none, 2025, 11
1694
1694
 
1695
1695
  def initialize(downloadurl=nil, innerdownloadurl=nil, filenames=nil, backupinfos=nil, requestid=nil)
1696
1696
  @DownloadUrl = downloadurl
@@ -2207,8 +2207,8 @@ module TencentCloud
2207
2207
 
2208
2208
  attr_accessor :DealIds, :DealName
2209
2209
  extend Gem::Deprecate
2210
- deprecate :DealIds, :none, 2025, 10
2211
- deprecate :DealIds=, :none, 2025, 10
2210
+ deprecate :DealIds, :none, 2025, 11
2211
+ deprecate :DealIds=, :none, 2025, 11
2212
2212
 
2213
2213
  def initialize(dealids=nil, dealname=nil)
2214
2214
  @DealIds = dealids
@@ -3088,27 +3088,62 @@ module TencentCloud
3088
3088
 
3089
3089
  # DescribeInstanceSpecBandwidth请求参数结构体
3090
3090
  class DescribeInstanceSpecBandwidthRequest < TencentCloud::Common::AbstractModel
3091
+ # @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。填写实例id或者规格,两者必选其一。
3092
+ # @type InstanceId: String
3093
+ # @param ShardSize: 分片大小,单位:MB
3094
+ # @type ShardSize: Integer
3095
+ # @param ShardNum: 分片数量。
3096
+ # @type ShardNum: Integer
3097
+ # @param ReplicateNum: 复制组数量。
3098
+ # @type ReplicateNum: Integer
3099
+ # @param ReadOnlyWeight: 只读权重。
3100
+ # - 100:开启从只读。
3101
+ # - 0:关闭从只读。
3102
+ # @type ReadOnlyWeight: Integer
3103
+ # @param Type: 实例类型,同 [CreateInstances](https://cloud.tencent.com/document/api/239/20026) 的Type。
3104
+ # @type Type: Integer
3091
3105
 
3106
+ attr_accessor :InstanceId, :ShardSize, :ShardNum, :ReplicateNum, :ReadOnlyWeight, :Type
3092
3107
 
3093
- def initialize()
3108
+ def initialize(instanceid=nil, shardsize=nil, shardnum=nil, replicatenum=nil, readonlyweight=nil, type=nil)
3109
+ @InstanceId = instanceid
3110
+ @ShardSize = shardsize
3111
+ @ShardNum = shardnum
3112
+ @ReplicateNum = replicatenum
3113
+ @ReadOnlyWeight = readonlyweight
3114
+ @Type = type
3094
3115
  end
3095
3116
 
3096
3117
  def deserialize(params)
3118
+ @InstanceId = params['InstanceId']
3119
+ @ShardSize = params['ShardSize']
3120
+ @ShardNum = params['ShardNum']
3121
+ @ReplicateNum = params['ReplicateNum']
3122
+ @ReadOnlyWeight = params['ReadOnlyWeight']
3123
+ @Type = params['Type']
3097
3124
  end
3098
3125
  end
3099
3126
 
3100
3127
  # DescribeInstanceSpecBandwidth返回参数结构体
3101
3128
  class DescribeInstanceSpecBandwidthResponse < TencentCloud::Common::AbstractModel
3129
+ # @param Bandwidth: 基础带宽。
3130
+ # @type Bandwidth: Integer
3131
+ # @param ClientLimit: 链接限制。
3132
+ # @type ClientLimit: Integer
3102
3133
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3103
3134
  # @type RequestId: String
3104
3135
 
3105
- attr_accessor :RequestId
3136
+ attr_accessor :Bandwidth, :ClientLimit, :RequestId
3106
3137
 
3107
- def initialize(requestid=nil)
3138
+ def initialize(bandwidth=nil, clientlimit=nil, requestid=nil)
3139
+ @Bandwidth = bandwidth
3140
+ @ClientLimit = clientlimit
3108
3141
  @RequestId = requestid
3109
3142
  end
3110
3143
 
3111
3144
  def deserialize(params)
3145
+ @Bandwidth = params['Bandwidth']
3146
+ @ClientLimit = params['ClientLimit']
3112
3147
  @RequestId = params['RequestId']
3113
3148
  end
3114
3149
  end
@@ -4220,8 +4255,8 @@ module TencentCloud
4220
4255
 
4221
4256
  attr_accessor :TotalCount, :InstanceSlowlogDetail, :InstanceSlowLogDetail, :RequestId
4222
4257
  extend Gem::Deprecate
4223
- deprecate :InstanceSlowlogDetail, :none, 2025, 10
4224
- deprecate :InstanceSlowlogDetail=, :none, 2025, 10
4258
+ deprecate :InstanceSlowlogDetail, :none, 2025, 11
4259
+ deprecate :InstanceSlowlogDetail=, :none, 2025, 11
4225
4260
 
4226
4261
  def initialize(totalcount=nil, instanceslowlogdetail=nil, requestid=nil)
4227
4262
  @TotalCount = totalcount
@@ -4389,10 +4424,10 @@ module TencentCloud
4389
4424
 
4390
4425
  attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus, :Result, :OperatorUin, :OperateUin
4391
4426
  extend Gem::Deprecate
4392
- deprecate :ProjectIds, :none, 2025, 10
4393
- deprecate :ProjectIds=, :none, 2025, 10
4394
- deprecate :OperatorUin, :none, 2025, 10
4395
- deprecate :OperatorUin=, :none, 2025, 10
4427
+ deprecate :ProjectIds, :none, 2025, 11
4428
+ deprecate :ProjectIds=, :none, 2025, 11
4429
+ deprecate :OperatorUin, :none, 2025, 11
4430
+ deprecate :OperatorUin=, :none, 2025, 11
4396
4431
 
4397
4432
  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)
4398
4433
  @InstanceId = instanceid
@@ -4586,8 +4621,8 @@ module TencentCloud
4586
4621
 
4587
4622
  attr_accessor :DealId, :DealName, :RequestId
4588
4623
  extend Gem::Deprecate
4589
- deprecate :DealId, :none, 2025, 10
4590
- deprecate :DealId=, :none, 2025, 10
4624
+ deprecate :DealId, :none, 2025, 11
4625
+ deprecate :DealId=, :none, 2025, 11
4591
4626
 
4592
4627
  def initialize(dealid=nil, dealname=nil, requestid=nil)
4593
4628
  @DealId = dealid
@@ -4711,8 +4746,8 @@ module TencentCloud
4711
4746
 
4712
4747
  attr_accessor :Status, :TaskId, :RequestId
4713
4748
  extend Gem::Deprecate
4714
- deprecate :Status, :none, 2025, 10
4715
- deprecate :Status=, :none, 2025, 10
4749
+ deprecate :Status, :none, 2025, 11
4750
+ deprecate :Status=, :none, 2025, 11
4716
4751
 
4717
4752
  def initialize(status=nil, taskid=nil, requestid=nil)
4718
4753
  @Status = status
@@ -5670,8 +5705,8 @@ module TencentCloud
5670
5705
 
5671
5706
  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
5672
5707
  extend Gem::Deprecate
5673
- deprecate :SizeUsed, :none, 2025, 10
5674
- deprecate :SizeUsed=, :none, 2025, 10
5708
+ deprecate :SizeUsed, :none, 2025, 11
5709
+ deprecate :SizeUsed=, :none, 2025, 11
5675
5710
 
5676
5711
  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)
5677
5712
  @InstanceName = instancename
@@ -6890,12 +6925,12 @@ module TencentCloud
6890
6925
 
6891
6926
  attr_accessor :Operation, :InstanceIds, :InstanceNames, :ProjectId, :AutoRenews, :DeleteProtectionSwitches, :InstanceId, :InstanceName, :AutoRenew
6892
6927
  extend Gem::Deprecate
6893
- deprecate :InstanceId, :none, 2025, 10
6894
- deprecate :InstanceId=, :none, 2025, 10
6895
- deprecate :InstanceName, :none, 2025, 10
6896
- deprecate :InstanceName=, :none, 2025, 10
6897
- deprecate :AutoRenew, :none, 2025, 10
6898
- deprecate :AutoRenew=, :none, 2025, 10
6928
+ deprecate :InstanceId, :none, 2025, 11
6929
+ deprecate :InstanceId=, :none, 2025, 11
6930
+ deprecate :InstanceName, :none, 2025, 11
6931
+ deprecate :InstanceName=, :none, 2025, 11
6932
+ deprecate :AutoRenew, :none, 2025, 11
6933
+ deprecate :AutoRenew=, :none, 2025, 11
6899
6934
 
6900
6935
  def initialize(operation=nil, instanceids=nil, instancenames=nil, projectid=nil, autorenews=nil, deleteprotectionswitches=nil, instanceid=nil, instancename=nil, autorenew=nil)
6901
6936
  @Operation = operation
@@ -7380,8 +7415,8 @@ module TencentCloud
7380
7415
 
7381
7416
  attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly, :EnableReplicaReadOnly
7382
7417
  extend Gem::Deprecate
7383
- deprecate :EnableRepicaReadOnly, :none, 2025, 10
7384
- deprecate :EnableRepicaReadOnly=, :none, 2025, 10
7418
+ deprecate :EnableRepicaReadOnly, :none, 2025, 11
7419
+ deprecate :EnableRepicaReadOnly=, :none, 2025, 11
7385
7420
 
7386
7421
  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)
7387
7422
  @Type = type
@@ -7952,8 +7987,8 @@ module TencentCloud
7952
7987
 
7953
7988
  attr_accessor :DealId, :DealName, :RequestId
7954
7989
  extend Gem::Deprecate
7955
- deprecate :DealId, :none, 2025, 10
7956
- deprecate :DealId=, :none, 2025, 10
7990
+ deprecate :DealId, :none, 2025, 11
7991
+ deprecate :DealId=, :none, 2025, 11
7957
7992
 
7958
7993
  def initialize(dealid=nil, dealname=nil, requestid=nil)
7959
7994
  @DealId = dealid
@@ -8377,8 +8412,8 @@ module TencentCloud
8377
8412
 
8378
8413
  attr_accessor :TaskId, :RequestId
8379
8414
  extend Gem::Deprecate
8380
- deprecate :TaskId, :none, 2025, 10
8381
- deprecate :TaskId=, :none, 2025, 10
8415
+ deprecate :TaskId, :none, 2025, 11
8416
+ deprecate :TaskId=, :none, 2025, 11
8382
8417
 
8383
8418
  def initialize(taskid=nil, requestid=nil)
8384
8419
  @TaskId = taskid
@@ -8715,8 +8750,8 @@ module TencentCloud
8715
8750
 
8716
8751
  attr_accessor :DealId, :DealName, :ZoneId, :GoodsNum, :Creater, :CreatTime, :OverdueTime, :EndTime, :Status, :Description, :Price, :InstanceIds
8717
8752
  extend Gem::Deprecate
8718
- deprecate :DealId, :none, 2025, 10
8719
- deprecate :DealId=, :none, 2025, 10
8753
+ deprecate :DealId, :none, 2025, 11
8754
+ deprecate :DealId=, :none, 2025, 11
8720
8755
 
8721
8756
  def initialize(dealid=nil, dealname=nil, zoneid=nil, goodsnum=nil, creater=nil, creattime=nil, overduetime=nil, endtime=nil, status=nil, description=nil, price=nil, instanceids=nil)
8722
8757
  @DealId = dealid
@@ -8812,8 +8847,8 @@ module TencentCloud
8812
8847
 
8813
8848
  attr_accessor :DealId, :DealName, :RequestId
8814
8849
  extend Gem::Deprecate
8815
- deprecate :DealId, :none, 2025, 10
8816
- deprecate :DealId=, :none, 2025, 10
8850
+ deprecate :DealId, :none, 2025, 11
8851
+ deprecate :DealId=, :none, 2025, 11
8817
8852
 
8818
8853
  def initialize(dealid=nil, dealname=nil, requestid=nil)
8819
8854
  @DealId = dealid
@@ -8869,8 +8904,8 @@ module TencentCloud
8869
8904
 
8870
8905
  attr_accessor :DealId, :DealName, :RequestId
8871
8906
  extend Gem::Deprecate
8872
- deprecate :DealId, :none, 2025, 10
8873
- deprecate :DealId=, :none, 2025, 10
8907
+ deprecate :DealId, :none, 2025, 11
8908
+ deprecate :DealId=, :none, 2025, 11
8874
8909
 
8875
8910
  def initialize(dealid=nil, dealname=nil, requestid=nil)
8876
8911
  @DealId = dealid
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.1160
4
+ version: 3.0.1161
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-10-28 00:00:00.000000000 Z
11
+ date: 2025-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-redis.rb
37
- - lib/v20180412/models.rb
38
36
  - lib/v20180412/client.rb
37
+ - lib/v20180412/models.rb
38
+ - lib/tencentcloud-sdk-redis.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: