tencentcloud-sdk-redis 3.0.1056 → 3.0.1057
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 +33 -10
- 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: bdfafe46979c77dc7ae3b08f0f31d154e86416b4
|
4
|
+
data.tar.gz: 60e6b248ea4ad5bc851e8d677c12154158fdfdd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cc1e93a4c0235dd693668ed61f9ccba8d4cce0bf216fbf3d77ac8dd6bc0801353cd986204fd647c1fb7f91ba3989ad9074f352d9ed9c3dc376eed401d3dfb02
|
7
|
+
data.tar.gz: b7c19d18177084e92ad0c51d4848ca9328629dbea9a84fe79d50340b118ffe6979516e91d066ae6f552c4dff317b2df888e5960e87fa188d0a5e55e5527c6f91
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1057
|
data/lib/v20180412/models.rb
CHANGED
@@ -1631,6 +1631,13 @@ module TencentCloud
|
|
1631
1631
|
# @type RequestId: String
|
1632
1632
|
|
1633
1633
|
attr_accessor :DownloadUrl, :InnerDownloadUrl, :Filenames, :BackupInfos, :RequestId
|
1634
|
+
extend Gem::Deprecate
|
1635
|
+
deprecate :DownloadUrl, :none, 2025, 5
|
1636
|
+
deprecate :DownloadUrl=, :none, 2025, 5
|
1637
|
+
deprecate :InnerDownloadUrl, :none, 2025, 5
|
1638
|
+
deprecate :InnerDownloadUrl=, :none, 2025, 5
|
1639
|
+
deprecate :Filenames, :none, 2025, 5
|
1640
|
+
deprecate :Filenames=, :none, 2025, 5
|
1634
1641
|
|
1635
1642
|
def initialize(downloadurl=nil, innerdownloadurl=nil, filenames=nil, backupinfos=nil, requestid=nil)
|
1636
1643
|
@DownloadUrl = downloadurl
|
@@ -4145,24 +4152,18 @@ module TencentCloud
|
|
4145
4152
|
# @type RequestId: String
|
4146
4153
|
|
4147
4154
|
attr_accessor :TotalCount, :InstanceSlowlogDetail, :InstanceSlowLogDetail, :RequestId
|
4155
|
+
extend Gem::Deprecate
|
4156
|
+
deprecate :InstanceSlowlogDetail, :none, 2025, 5
|
4157
|
+
deprecate :InstanceSlowlogDetail=, :none, 2025, 5
|
4148
4158
|
|
4149
|
-
def initialize(totalcount=nil, instanceslowlogdetail=nil,
|
4159
|
+
def initialize(totalcount=nil, instanceslowlogdetail=nil, requestid=nil)
|
4150
4160
|
@TotalCount = totalcount
|
4151
|
-
@InstanceSlowlogDetail = instanceslowlogdetail
|
4152
4161
|
@InstanceSlowLogDetail = instanceslowlogdetail
|
4153
4162
|
@RequestId = requestid
|
4154
4163
|
end
|
4155
4164
|
|
4156
4165
|
def deserialize(params)
|
4157
4166
|
@TotalCount = params['TotalCount']
|
4158
|
-
unless params['InstanceSlowlogDetail'].nil?
|
4159
|
-
@InstanceSlowlogDetail = []
|
4160
|
-
params['InstanceSlowlogDetail'].each do |i|
|
4161
|
-
instanceslowlogdetail_tmp = InstanceSlowlogDetail.new
|
4162
|
-
instanceslowlogdetail_tmp.deserialize(i)
|
4163
|
-
@InstanceSlowlogDetail << instanceslowlogdetail_tmp
|
4164
|
-
end
|
4165
|
-
end
|
4166
4167
|
unless params['InstanceSlowLogDetail'].nil?
|
4167
4168
|
@InstanceSlowLogDetail = []
|
4168
4169
|
params['InstanceSlowLogDetail'].each do |i|
|
@@ -4320,6 +4321,9 @@ module TencentCloud
|
|
4320
4321
|
# @type OperateUin: Array
|
4321
4322
|
|
4322
4323
|
attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus, :Result, :OperatorUin, :OperateUin
|
4324
|
+
extend Gem::Deprecate
|
4325
|
+
deprecate :OperatorUin, :none, 2025, 5
|
4326
|
+
deprecate :OperatorUin=, :none, 2025, 5
|
4323
4327
|
|
4324
4328
|
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)
|
4325
4329
|
@InstanceId = instanceid
|
@@ -4631,6 +4635,9 @@ module TencentCloud
|
|
4631
4635
|
# @type RequestId: String
|
4632
4636
|
|
4633
4637
|
attr_accessor :Status, :TaskId, :RequestId
|
4638
|
+
extend Gem::Deprecate
|
4639
|
+
deprecate :Status, :none, 2025, 5
|
4640
|
+
deprecate :Status=, :none, 2025, 5
|
4634
4641
|
|
4635
4642
|
def initialize(status=nil, taskid=nil, requestid=nil)
|
4636
4643
|
@Status = status
|
@@ -5564,6 +5571,9 @@ module TencentCloud
|
|
5564
5571
|
# @type BackupMode: String
|
5565
5572
|
|
5566
5573
|
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
|
5574
|
+
extend Gem::Deprecate
|
5575
|
+
deprecate :SizeUsed, :none, 2025, 5
|
5576
|
+
deprecate :SizeUsed=, :none, 2025, 5
|
5567
5577
|
|
5568
5578
|
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)
|
5569
5579
|
@InstanceName = instancename
|
@@ -6759,6 +6769,13 @@ module TencentCloud
|
|
6759
6769
|
# @type AutoRenew: Integer
|
6760
6770
|
|
6761
6771
|
attr_accessor :Operation, :InstanceIds, :InstanceNames, :ProjectId, :AutoRenews, :InstanceId, :InstanceName, :AutoRenew
|
6772
|
+
extend Gem::Deprecate
|
6773
|
+
deprecate :InstanceId, :none, 2025, 5
|
6774
|
+
deprecate :InstanceId=, :none, 2025, 5
|
6775
|
+
deprecate :InstanceName, :none, 2025, 5
|
6776
|
+
deprecate :InstanceName=, :none, 2025, 5
|
6777
|
+
deprecate :AutoRenew, :none, 2025, 5
|
6778
|
+
deprecate :AutoRenew=, :none, 2025, 5
|
6762
6779
|
|
6763
6780
|
def initialize(operation=nil, instanceids=nil, instancenames=nil, projectid=nil, autorenews=nil, instanceid=nil, instancename=nil, autorenew=nil)
|
6764
6781
|
@Operation = operation
|
@@ -7239,6 +7256,9 @@ module TencentCloud
|
|
7239
7256
|
# @type EnableReplicaReadOnly: Boolean
|
7240
7257
|
|
7241
7258
|
attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly, :EnableReplicaReadOnly
|
7259
|
+
extend Gem::Deprecate
|
7260
|
+
deprecate :EnableRepicaReadOnly, :none, 2025, 5
|
7261
|
+
deprecate :EnableRepicaReadOnly=, :none, 2025, 5
|
7242
7262
|
|
7243
7263
|
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)
|
7244
7264
|
@Type = type
|
@@ -8213,6 +8233,9 @@ module TencentCloud
|
|
8213
8233
|
# @type RequestId: String
|
8214
8234
|
|
8215
8235
|
attr_accessor :TaskId, :RequestId
|
8236
|
+
extend Gem::Deprecate
|
8237
|
+
deprecate :TaskId, :none, 2025, 5
|
8238
|
+
deprecate :TaskId=, :none, 2025, 5
|
8216
8239
|
|
8217
8240
|
def initialize(taskid=nil, requestid=nil)
|
8218
8241
|
@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.1057
|
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-05-
|
11
|
+
date: 2025-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|