tencentcloud-sdk-redis 3.0.1101 → 3.0.1131

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65143dccbe52d699b9025e8cbbc8c5f485be7c2a
4
- data.tar.gz: 1e5e8332a2e434a0eab4fd7786a80970f9ec46ff
3
+ metadata.gz: 4ff8b382217362e38c2a3aaa498e45bd335b40ab
4
+ data.tar.gz: d356df3f43ab6af39fdedd8281747ebe2b05b801
5
5
  SHA512:
6
- metadata.gz: 0b79bd8c8e440d41237990a8f96e055c8c33cc49c6d3a92e6d0171e6da303b8dc364d926b97da8eb9d7e605664f70565b7c3ad62a4c797b912d1e323ec56f606
7
- data.tar.gz: f1a88fcf476207cdfd565b292ad2d43dcbe754512fe4560bc9feb1e796f50fcc092cdce9a3e983df290790facb726236e91fba28c917f932090c0c24b2b9520b
6
+ metadata.gz: 7b3a5586b12d0a8bdc1517d288307149bc0813e4e63948ac37f2cb30f3b09737609c8baf49986de27ba6116738d8ea25dafb0f2b9bbd716a62d75a6b87480cd8
7
+ data.tar.gz: ced7065793fea27f786dc935550fc72338cbfc385f378dc546d38ccd417f0b0bfc643d6689fd0f85a2aa3851241fd050195d329437dd2b278563baa6fc93131b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1101
1
+ 3.0.1131
@@ -2335,7 +2335,7 @@ module TencentCloud
2335
2335
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2336
2336
  end
2337
2337
 
2338
- # 删除复制组
2338
+ # 本接口(RemoveReplicationGroup)用于删除复制组。
2339
2339
 
2340
2340
  # @param request: Request instance for RemoveReplicationGroup.
2341
2341
  # @type request: :class:`Tencentcloud::redis::V20180412::RemoveReplicationGroupRequest`
@@ -1632,12 +1632,12 @@ module TencentCloud
1632
1632
 
1633
1633
  attr_accessor :DownloadUrl, :InnerDownloadUrl, :Filenames, :BackupInfos, :RequestId
1634
1634
  extend Gem::Deprecate
1635
- deprecate :DownloadUrl, :none, 2025, 7
1636
- deprecate :DownloadUrl=, :none, 2025, 7
1637
- deprecate :InnerDownloadUrl, :none, 2025, 7
1638
- deprecate :InnerDownloadUrl=, :none, 2025, 7
1639
- deprecate :Filenames, :none, 2025, 7
1640
- deprecate :Filenames=, :none, 2025, 7
1635
+ deprecate :DownloadUrl, :none, 2025, 8
1636
+ deprecate :DownloadUrl=, :none, 2025, 8
1637
+ deprecate :InnerDownloadUrl, :none, 2025, 8
1638
+ deprecate :InnerDownloadUrl=, :none, 2025, 8
1639
+ deprecate :Filenames, :none, 2025, 8
1640
+ deprecate :Filenames=, :none, 2025, 8
1641
1641
 
1642
1642
  def initialize(downloadurl=nil, innerdownloadurl=nil, filenames=nil, backupinfos=nil, requestid=nil)
1643
1643
  @DownloadUrl = downloadurl
@@ -4154,8 +4154,8 @@ module TencentCloud
4154
4154
 
4155
4155
  attr_accessor :TotalCount, :InstanceSlowlogDetail, :InstanceSlowLogDetail, :RequestId
4156
4156
  extend Gem::Deprecate
4157
- deprecate :InstanceSlowlogDetail, :none, 2025, 7
4158
- deprecate :InstanceSlowlogDetail=, :none, 2025, 7
4157
+ deprecate :InstanceSlowlogDetail, :none, 2025, 8
4158
+ deprecate :InstanceSlowlogDetail=, :none, 2025, 8
4159
4159
 
4160
4160
  def initialize(totalcount=nil, instanceslowlogdetail=nil, requestid=nil)
4161
4161
  @TotalCount = totalcount
@@ -4323,10 +4323,10 @@ module TencentCloud
4323
4323
 
4324
4324
  attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus, :Result, :OperatorUin, :OperateUin
4325
4325
  extend Gem::Deprecate
4326
- deprecate :ProjectIds, :none, 2025, 7
4327
- deprecate :ProjectIds=, :none, 2025, 7
4328
- deprecate :OperatorUin, :none, 2025, 7
4329
- deprecate :OperatorUin=, :none, 2025, 7
4326
+ deprecate :ProjectIds, :none, 2025, 8
4327
+ deprecate :ProjectIds=, :none, 2025, 8
4328
+ deprecate :OperatorUin, :none, 2025, 8
4329
+ deprecate :OperatorUin=, :none, 2025, 8
4330
4330
 
4331
4331
  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)
4332
4332
  @InstanceId = instanceid
@@ -4639,8 +4639,8 @@ module TencentCloud
4639
4639
 
4640
4640
  attr_accessor :Status, :TaskId, :RequestId
4641
4641
  extend Gem::Deprecate
4642
- deprecate :Status, :none, 2025, 7
4643
- deprecate :Status=, :none, 2025, 7
4642
+ deprecate :Status, :none, 2025, 8
4643
+ deprecate :Status=, :none, 2025, 8
4644
4644
 
4645
4645
  def initialize(status=nil, taskid=nil, requestid=nil)
4646
4646
  @Status = status
@@ -5578,8 +5578,8 @@ module TencentCloud
5578
5578
 
5579
5579
  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
5580
5580
  extend Gem::Deprecate
5581
- deprecate :SizeUsed, :none, 2025, 7
5582
- deprecate :SizeUsed=, :none, 2025, 7
5581
+ deprecate :SizeUsed, :none, 2025, 8
5582
+ deprecate :SizeUsed=, :none, 2025, 8
5583
5583
 
5584
5584
  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)
5585
5585
  @InstanceName = instancename
@@ -6781,12 +6781,12 @@ module TencentCloud
6781
6781
 
6782
6782
  attr_accessor :Operation, :InstanceIds, :InstanceNames, :ProjectId, :AutoRenews, :InstanceId, :InstanceName, :AutoRenew
6783
6783
  extend Gem::Deprecate
6784
- deprecate :InstanceId, :none, 2025, 7
6785
- deprecate :InstanceId=, :none, 2025, 7
6786
- deprecate :InstanceName, :none, 2025, 7
6787
- deprecate :InstanceName=, :none, 2025, 7
6788
- deprecate :AutoRenew, :none, 2025, 7
6789
- deprecate :AutoRenew=, :none, 2025, 7
6784
+ deprecate :InstanceId, :none, 2025, 8
6785
+ deprecate :InstanceId=, :none, 2025, 8
6786
+ deprecate :InstanceName, :none, 2025, 8
6787
+ deprecate :InstanceName=, :none, 2025, 8
6788
+ deprecate :AutoRenew, :none, 2025, 8
6789
+ deprecate :AutoRenew=, :none, 2025, 8
6790
6790
 
6791
6791
  def initialize(operation=nil, instanceids=nil, instancenames=nil, projectid=nil, autorenews=nil, instanceid=nil, instancename=nil, autorenew=nil)
6792
6792
  @Operation = operation
@@ -7268,8 +7268,8 @@ module TencentCloud
7268
7268
 
7269
7269
  attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly, :EnableReplicaReadOnly
7270
7270
  extend Gem::Deprecate
7271
- deprecate :EnableRepicaReadOnly, :none, 2025, 7
7272
- deprecate :EnableRepicaReadOnly=, :none, 2025, 7
7271
+ deprecate :EnableRepicaReadOnly, :none, 2025, 8
7272
+ deprecate :EnableRepicaReadOnly=, :none, 2025, 8
7273
7273
 
7274
7274
  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)
7275
7275
  @Type = type
@@ -7725,7 +7725,7 @@ module TencentCloud
7725
7725
 
7726
7726
  # RemoveReplicationGroup请求参数结构体
7727
7727
  class RemoveReplicationGroupRequest < TencentCloud::Common::AbstractModel
7728
- # @param GroupId: 复制组ID
7728
+ # @param GroupId: 复制组ID。请登录 [Redis控制台的全球复制](https://console.cloud.tencent.com/redis/replication) 页面获取复制组 ID。
7729
7729
  # @type GroupId: String
7730
7730
 
7731
7731
  attr_accessor :GroupId
@@ -8245,8 +8245,8 @@ module TencentCloud
8245
8245
 
8246
8246
  attr_accessor :TaskId, :RequestId
8247
8247
  extend Gem::Deprecate
8248
- deprecate :TaskId, :none, 2025, 7
8249
- deprecate :TaskId=, :none, 2025, 7
8248
+ deprecate :TaskId, :none, 2025, 8
8249
+ deprecate :TaskId=, :none, 2025, 8
8250
8250
 
8251
8251
  def initialize(taskid=nil, requestid=nil)
8252
8252
  @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.1101
4
+ version: 3.0.1131
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-07-14 00:00:00.000000000 Z
11
+ date: 2025-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common