tencentcloud-sdk-redis 3.0.1162 → 3.0.1196
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 +68 -74
- 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: 7285a329448f1f50f5132be17c0e87b61e818053
|
|
4
|
+
data.tar.gz: 04e29534635ce3a1f27b8fafd496f022724251f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c59ebc6374aa9013adc9083dc25d9b913ef6c8ebe43deb23abc67d43f983f35e37e820f8cb3df32db8142bb228c89e3aa7686bbadbadff6ecd87fd7d237565d
|
|
7
|
+
data.tar.gz: d80118c7fd5da4828874ae55223168c976c516fe5ccdc5b98135c434c32b77c8b8cb9cc87526e43d7350a09550a21250aa32e51fd340008dcc6bdb24a3f58c24
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1196
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -19,32 +19,26 @@ module TencentCloud
|
|
|
19
19
|
module V20180412
|
|
20
20
|
# 子账号信息
|
|
21
21
|
class Account < TencentCloud::Common::AbstractModel
|
|
22
|
-
# @param InstanceId:
|
|
22
|
+
# @param InstanceId: <p>实例 ID。</p>
|
|
23
23
|
# @type InstanceId: String
|
|
24
|
-
# @param AccountName:
|
|
24
|
+
# @param AccountName: <p>账号名称。</p>
|
|
25
25
|
# @type AccountName: String
|
|
26
|
-
# @param Remark:
|
|
26
|
+
# @param Remark: <p>账号描述信息。</p>
|
|
27
27
|
# @type Remark: String
|
|
28
|
-
# @param Privilege:
|
|
29
|
-
# - r:只读。
|
|
30
|
-
# - w:只写。
|
|
31
|
-
# - rw:读写。
|
|
28
|
+
# @param Privilege: <p>读写权限策略。- r:只读。- w:只写。- rw:读写。</p>
|
|
32
29
|
# @type Privilege: String
|
|
33
|
-
# @param ReadonlyPolicy:
|
|
34
|
-
# - master:主节点。
|
|
35
|
-
# - replication:从节点。
|
|
30
|
+
# @param ReadonlyPolicy: <p>只读路由策略。- master:主节点。- replication:从节点。</p>
|
|
36
31
|
# @type ReadonlyPolicy: Array
|
|
37
|
-
# @param Status:
|
|
38
|
-
# - 1:账号变更中。
|
|
39
|
-
# - 2:账号有效。
|
|
40
|
-
# - 4:账号已删除。
|
|
32
|
+
# @param Status: <p>子账号状态.- 1:账号变更中。- 2:账号有效。- 4:账号已删除。</p>
|
|
41
33
|
# @type Status: Integer
|
|
42
|
-
# @param CreateTime:
|
|
34
|
+
# @param CreateTime: <p>账号创建时间。</p><p>若该参数为空字符串,说明该账号创建于早期版本,未支持创建时间记录功能。</p>
|
|
43
35
|
# @type CreateTime: String
|
|
36
|
+
# @param PasswordLastModifiedTime: <p>账号最后修改密码的时间。</p><p>若该参数为空字符串,说明该账号创建于早期版本,未支持密码修改时间记录功能。</p>
|
|
37
|
+
# @type PasswordLastModifiedTime: String
|
|
44
38
|
|
|
45
|
-
attr_accessor :InstanceId, :AccountName, :Remark, :Privilege, :ReadonlyPolicy, :Status, :CreateTime
|
|
39
|
+
attr_accessor :InstanceId, :AccountName, :Remark, :Privilege, :ReadonlyPolicy, :Status, :CreateTime, :PasswordLastModifiedTime
|
|
46
40
|
|
|
47
|
-
def initialize(instanceid=nil, accountname=nil, remark=nil, privilege=nil, readonlypolicy=nil, status=nil, createtime=nil)
|
|
41
|
+
def initialize(instanceid=nil, accountname=nil, remark=nil, privilege=nil, readonlypolicy=nil, status=nil, createtime=nil, passwordlastmodifiedtime=nil)
|
|
48
42
|
@InstanceId = instanceid
|
|
49
43
|
@AccountName = accountname
|
|
50
44
|
@Remark = remark
|
|
@@ -52,6 +46,7 @@ module TencentCloud
|
|
|
52
46
|
@ReadonlyPolicy = readonlypolicy
|
|
53
47
|
@Status = status
|
|
54
48
|
@CreateTime = createtime
|
|
49
|
+
@PasswordLastModifiedTime = passwordlastmodifiedtime
|
|
55
50
|
end
|
|
56
51
|
|
|
57
52
|
def deserialize(params)
|
|
@@ -62,6 +57,7 @@ module TencentCloud
|
|
|
62
57
|
@ReadonlyPolicy = params['ReadonlyPolicy']
|
|
63
58
|
@Status = params['Status']
|
|
64
59
|
@CreateTime = params['CreateTime']
|
|
60
|
+
@PasswordLastModifiedTime = params['PasswordLastModifiedTime']
|
|
65
61
|
end
|
|
66
62
|
end
|
|
67
63
|
|
|
@@ -787,8 +783,8 @@ module TencentCloud
|
|
|
787
783
|
|
|
788
784
|
attr_accessor :DealId, :InstanceIds, :DealName, :RequestId
|
|
789
785
|
extend Gem::Deprecate
|
|
790
|
-
deprecate :DealId, :none,
|
|
791
|
-
deprecate :DealId=, :none,
|
|
786
|
+
deprecate :DealId, :none, 2026, 1
|
|
787
|
+
deprecate :DealId=, :none, 2026, 1
|
|
792
788
|
|
|
793
789
|
def initialize(dealid=nil, instanceids=nil, dealname=nil, requestid=nil)
|
|
794
790
|
@DealId = dealid
|
|
@@ -1127,8 +1123,8 @@ module TencentCloud
|
|
|
1127
1123
|
|
|
1128
1124
|
attr_accessor :DealId, :InstanceIds, :DealName, :RequestId
|
|
1129
1125
|
extend Gem::Deprecate
|
|
1130
|
-
deprecate :DealId, :none,
|
|
1131
|
-
deprecate :DealId=, :none,
|
|
1126
|
+
deprecate :DealId, :none, 2026, 1
|
|
1127
|
+
deprecate :DealId=, :none, 2026, 1
|
|
1132
1128
|
|
|
1133
1129
|
def initialize(dealid=nil, instanceids=nil, dealname=nil, requestid=nil)
|
|
1134
1130
|
@DealId = dealid
|
|
@@ -1685,12 +1681,12 @@ module TencentCloud
|
|
|
1685
1681
|
|
|
1686
1682
|
attr_accessor :DownloadUrl, :InnerDownloadUrl, :Filenames, :BackupInfos, :RequestId
|
|
1687
1683
|
extend Gem::Deprecate
|
|
1688
|
-
deprecate :DownloadUrl, :none,
|
|
1689
|
-
deprecate :DownloadUrl=, :none,
|
|
1690
|
-
deprecate :InnerDownloadUrl, :none,
|
|
1691
|
-
deprecate :InnerDownloadUrl=, :none,
|
|
1692
|
-
deprecate :Filenames, :none,
|
|
1693
|
-
deprecate :Filenames=, :none,
|
|
1684
|
+
deprecate :DownloadUrl, :none, 2026, 1
|
|
1685
|
+
deprecate :DownloadUrl=, :none, 2026, 1
|
|
1686
|
+
deprecate :InnerDownloadUrl, :none, 2026, 1
|
|
1687
|
+
deprecate :InnerDownloadUrl=, :none, 2026, 1
|
|
1688
|
+
deprecate :Filenames, :none, 2026, 1
|
|
1689
|
+
deprecate :Filenames=, :none, 2026, 1
|
|
1694
1690
|
|
|
1695
1691
|
def initialize(downloadurl=nil, innerdownloadurl=nil, filenames=nil, backupinfos=nil, requestid=nil)
|
|
1696
1692
|
@DownloadUrl = downloadurl
|
|
@@ -1954,11 +1950,11 @@ module TencentCloud
|
|
|
1954
1950
|
|
|
1955
1951
|
# DescribeInstanceAccount请求参数结构体
|
|
1956
1952
|
class DescribeInstanceAccountRequest < TencentCloud::Common::AbstractModel
|
|
1957
|
-
# @param InstanceId:
|
|
1953
|
+
# @param InstanceId: <p>指定实例 ID。例如:crs-xjhsdj****。请登录<a href="https://console.cloud.tencent.com/redis">Redis控制台</a>在实例列表复制实例 ID。</p>
|
|
1958
1954
|
# @type InstanceId: String
|
|
1959
|
-
# @param Limit:
|
|
1955
|
+
# @param Limit: <p>分页大小。默认值为20,最小值为1,最大值为100。</p>
|
|
1960
1956
|
# @type Limit: Integer
|
|
1961
|
-
# @param Offset:
|
|
1957
|
+
# @param Offset: <p>分页偏移量。</p><ul><li>参数取值:Limit 的整数倍,offset=limit*(页码-1)。</li><li>默认值:0。</li></ul>
|
|
1962
1958
|
# @type Offset: Integer
|
|
1963
1959
|
|
|
1964
1960
|
attr_accessor :InstanceId, :Limit, :Offset
|
|
@@ -1978,9 +1974,9 @@ module TencentCloud
|
|
|
1978
1974
|
|
|
1979
1975
|
# DescribeInstanceAccount返回参数结构体
|
|
1980
1976
|
class DescribeInstanceAccountResponse < TencentCloud::Common::AbstractModel
|
|
1981
|
-
# @param Accounts:
|
|
1977
|
+
# @param Accounts: <p>账号详细信息。</p>
|
|
1982
1978
|
# @type Accounts: Array
|
|
1983
|
-
# @param TotalCount:
|
|
1979
|
+
# @param TotalCount: <p>账号个数。</p>
|
|
1984
1980
|
# @type TotalCount: Integer
|
|
1985
1981
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1986
1982
|
# @type RequestId: String
|
|
@@ -2207,8 +2203,8 @@ module TencentCloud
|
|
|
2207
2203
|
|
|
2208
2204
|
attr_accessor :DealIds, :DealName
|
|
2209
2205
|
extend Gem::Deprecate
|
|
2210
|
-
deprecate :DealIds, :none,
|
|
2211
|
-
deprecate :DealIds=, :none,
|
|
2206
|
+
deprecate :DealIds, :none, 2026, 1
|
|
2207
|
+
deprecate :DealIds=, :none, 2026, 1
|
|
2212
2208
|
|
|
2213
2209
|
def initialize(dealids=nil, dealname=nil)
|
|
2214
2210
|
@DealIds = dealids
|
|
@@ -3088,19 +3084,17 @@ module TencentCloud
|
|
|
3088
3084
|
|
|
3089
3085
|
# DescribeInstanceSpecBandwidth请求参数结构体
|
|
3090
3086
|
class DescribeInstanceSpecBandwidthRequest < TencentCloud::Common::AbstractModel
|
|
3091
|
-
# @param InstanceId:
|
|
3087
|
+
# @param InstanceId: <p>指定实例 ID。请登录 <a href="https://console.cloud.tencent.com/redis">Redis控制台</a> 在实例列表复制实例 ID。同时,InstanceId 与规格参数不能同时为空,至少提供一种。</p><ul><li>若仅指定 InstanceId:查询该实例当前规格的带宽。</li><li>若指定 InstanceId + 至少一个规格参数(ShardSize、ShardNum 或 ReplicateNum):计算变更规格后的带宽。</li><li>若指定部分或所有规格参数(ShardSize、ShardNum、ReplicateNum 与 Type),而不指定 InstanceId:根据规格组合查询理论带宽。</li></ul>
|
|
3092
3088
|
# @type InstanceId: String
|
|
3093
|
-
# @param ShardSize:
|
|
3089
|
+
# @param ShardSize: <p>分片大小。单位:MB。</p>
|
|
3094
3090
|
# @type ShardSize: Integer
|
|
3095
|
-
# @param ShardNum:
|
|
3091
|
+
# @param ShardNum: <p>分片数量。</p>
|
|
3096
3092
|
# @type ShardNum: Integer
|
|
3097
|
-
# @param ReplicateNum:
|
|
3093
|
+
# @param ReplicateNum: <p>复制组数量。</p>
|
|
3098
3094
|
# @type ReplicateNum: Integer
|
|
3099
|
-
# @param ReadOnlyWeight:
|
|
3100
|
-
# - 100:开启从只读。
|
|
3101
|
-
# - 0:关闭从只读。
|
|
3095
|
+
# @param ReadOnlyWeight: <p>只读权重。- 100:开启从只读。- 0:关闭从只读。</p>
|
|
3102
3096
|
# @type ReadOnlyWeight: Integer
|
|
3103
|
-
# @param Type:
|
|
3097
|
+
# @param Type: <p>实例类型,同 <a href="https://cloud.tencent.com/document/api/239/20026">CreateInstances</a> 的Type。</p>
|
|
3104
3098
|
# @type Type: Integer
|
|
3105
3099
|
|
|
3106
3100
|
attr_accessor :InstanceId, :ShardSize, :ShardNum, :ReplicateNum, :ReadOnlyWeight, :Type
|
|
@@ -3126,9 +3120,9 @@ module TencentCloud
|
|
|
3126
3120
|
|
|
3127
3121
|
# DescribeInstanceSpecBandwidth返回参数结构体
|
|
3128
3122
|
class DescribeInstanceSpecBandwidthResponse < TencentCloud::Common::AbstractModel
|
|
3129
|
-
# @param Bandwidth:
|
|
3123
|
+
# @param Bandwidth: <p>基础带宽。</p>
|
|
3130
3124
|
# @type Bandwidth: Integer
|
|
3131
|
-
# @param ClientLimit:
|
|
3125
|
+
# @param ClientLimit: <p>链接限制。</p>
|
|
3132
3126
|
# @type ClientLimit: Integer
|
|
3133
3127
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3134
3128
|
# @type RequestId: String
|
|
@@ -4255,8 +4249,8 @@ module TencentCloud
|
|
|
4255
4249
|
|
|
4256
4250
|
attr_accessor :TotalCount, :InstanceSlowlogDetail, :InstanceSlowLogDetail, :RequestId
|
|
4257
4251
|
extend Gem::Deprecate
|
|
4258
|
-
deprecate :InstanceSlowlogDetail, :none,
|
|
4259
|
-
deprecate :InstanceSlowlogDetail=, :none,
|
|
4252
|
+
deprecate :InstanceSlowlogDetail, :none, 2026, 1
|
|
4253
|
+
deprecate :InstanceSlowlogDetail=, :none, 2026, 1
|
|
4260
4254
|
|
|
4261
4255
|
def initialize(totalcount=nil, instanceslowlogdetail=nil, requestid=nil)
|
|
4262
4256
|
@TotalCount = totalcount
|
|
@@ -4424,10 +4418,10 @@ module TencentCloud
|
|
|
4424
4418
|
|
|
4425
4419
|
attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus, :Result, :OperatorUin, :OperateUin
|
|
4426
4420
|
extend Gem::Deprecate
|
|
4427
|
-
deprecate :ProjectIds, :none,
|
|
4428
|
-
deprecate :ProjectIds=, :none,
|
|
4429
|
-
deprecate :OperatorUin, :none,
|
|
4430
|
-
deprecate :OperatorUin=, :none,
|
|
4421
|
+
deprecate :ProjectIds, :none, 2026, 1
|
|
4422
|
+
deprecate :ProjectIds=, :none, 2026, 1
|
|
4423
|
+
deprecate :OperatorUin, :none, 2026, 1
|
|
4424
|
+
deprecate :OperatorUin=, :none, 2026, 1
|
|
4431
4425
|
|
|
4432
4426
|
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)
|
|
4433
4427
|
@InstanceId = instanceid
|
|
@@ -4621,8 +4615,8 @@ module TencentCloud
|
|
|
4621
4615
|
|
|
4622
4616
|
attr_accessor :DealId, :DealName, :RequestId
|
|
4623
4617
|
extend Gem::Deprecate
|
|
4624
|
-
deprecate :DealId, :none,
|
|
4625
|
-
deprecate :DealId=, :none,
|
|
4618
|
+
deprecate :DealId, :none, 2026, 1
|
|
4619
|
+
deprecate :DealId=, :none, 2026, 1
|
|
4626
4620
|
|
|
4627
4621
|
def initialize(dealid=nil, dealname=nil, requestid=nil)
|
|
4628
4622
|
@DealId = dealid
|
|
@@ -4746,8 +4740,8 @@ module TencentCloud
|
|
|
4746
4740
|
|
|
4747
4741
|
attr_accessor :Status, :TaskId, :RequestId
|
|
4748
4742
|
extend Gem::Deprecate
|
|
4749
|
-
deprecate :Status, :none,
|
|
4750
|
-
deprecate :Status=, :none,
|
|
4743
|
+
deprecate :Status, :none, 2026, 1
|
|
4744
|
+
deprecate :Status=, :none, 2026, 1
|
|
4751
4745
|
|
|
4752
4746
|
def initialize(status=nil, taskid=nil, requestid=nil)
|
|
4753
4747
|
@Status = status
|
|
@@ -5713,8 +5707,8 @@ module TencentCloud
|
|
|
5713
5707
|
|
|
5714
5708
|
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
|
|
5715
5709
|
extend Gem::Deprecate
|
|
5716
|
-
deprecate :SizeUsed, :none,
|
|
5717
|
-
deprecate :SizeUsed=, :none,
|
|
5710
|
+
deprecate :SizeUsed, :none, 2026, 1
|
|
5711
|
+
deprecate :SizeUsed=, :none, 2026, 1
|
|
5718
5712
|
|
|
5719
5713
|
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)
|
|
5720
5714
|
@InstanceName = instancename
|
|
@@ -6933,12 +6927,12 @@ module TencentCloud
|
|
|
6933
6927
|
|
|
6934
6928
|
attr_accessor :Operation, :InstanceIds, :InstanceNames, :ProjectId, :AutoRenews, :DeleteProtectionSwitches, :InstanceId, :InstanceName, :AutoRenew
|
|
6935
6929
|
extend Gem::Deprecate
|
|
6936
|
-
deprecate :InstanceId, :none,
|
|
6937
|
-
deprecate :InstanceId=, :none,
|
|
6938
|
-
deprecate :InstanceName, :none,
|
|
6939
|
-
deprecate :InstanceName=, :none,
|
|
6940
|
-
deprecate :AutoRenew, :none,
|
|
6941
|
-
deprecate :AutoRenew=, :none,
|
|
6930
|
+
deprecate :InstanceId, :none, 2026, 1
|
|
6931
|
+
deprecate :InstanceId=, :none, 2026, 1
|
|
6932
|
+
deprecate :InstanceName, :none, 2026, 1
|
|
6933
|
+
deprecate :InstanceName=, :none, 2026, 1
|
|
6934
|
+
deprecate :AutoRenew, :none, 2026, 1
|
|
6935
|
+
deprecate :AutoRenew=, :none, 2026, 1
|
|
6942
6936
|
|
|
6943
6937
|
def initialize(operation=nil, instanceids=nil, instancenames=nil, projectid=nil, autorenews=nil, deleteprotectionswitches=nil, instanceid=nil, instancename=nil, autorenew=nil)
|
|
6944
6938
|
@Operation = operation
|
|
@@ -7423,8 +7417,8 @@ module TencentCloud
|
|
|
7423
7417
|
|
|
7424
7418
|
attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly, :EnableReplicaReadOnly
|
|
7425
7419
|
extend Gem::Deprecate
|
|
7426
|
-
deprecate :EnableRepicaReadOnly, :none,
|
|
7427
|
-
deprecate :EnableRepicaReadOnly=, :none,
|
|
7420
|
+
deprecate :EnableRepicaReadOnly, :none, 2026, 1
|
|
7421
|
+
deprecate :EnableRepicaReadOnly=, :none, 2026, 1
|
|
7428
7422
|
|
|
7429
7423
|
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)
|
|
7430
7424
|
@Type = type
|
|
@@ -7995,8 +7989,8 @@ module TencentCloud
|
|
|
7995
7989
|
|
|
7996
7990
|
attr_accessor :DealId, :DealName, :RequestId
|
|
7997
7991
|
extend Gem::Deprecate
|
|
7998
|
-
deprecate :DealId, :none,
|
|
7999
|
-
deprecate :DealId=, :none,
|
|
7992
|
+
deprecate :DealId, :none, 2026, 1
|
|
7993
|
+
deprecate :DealId=, :none, 2026, 1
|
|
8000
7994
|
|
|
8001
7995
|
def initialize(dealid=nil, dealname=nil, requestid=nil)
|
|
8002
7996
|
@DealId = dealid
|
|
@@ -8420,8 +8414,8 @@ module TencentCloud
|
|
|
8420
8414
|
|
|
8421
8415
|
attr_accessor :TaskId, :RequestId
|
|
8422
8416
|
extend Gem::Deprecate
|
|
8423
|
-
deprecate :TaskId, :none,
|
|
8424
|
-
deprecate :TaskId=, :none,
|
|
8417
|
+
deprecate :TaskId, :none, 2026, 1
|
|
8418
|
+
deprecate :TaskId=, :none, 2026, 1
|
|
8425
8419
|
|
|
8426
8420
|
def initialize(taskid=nil, requestid=nil)
|
|
8427
8421
|
@TaskId = taskid
|
|
@@ -8758,8 +8752,8 @@ module TencentCloud
|
|
|
8758
8752
|
|
|
8759
8753
|
attr_accessor :DealId, :DealName, :ZoneId, :GoodsNum, :Creater, :CreatTime, :OverdueTime, :EndTime, :Status, :Description, :Price, :InstanceIds
|
|
8760
8754
|
extend Gem::Deprecate
|
|
8761
|
-
deprecate :DealId, :none,
|
|
8762
|
-
deprecate :DealId=, :none,
|
|
8755
|
+
deprecate :DealId, :none, 2026, 1
|
|
8756
|
+
deprecate :DealId=, :none, 2026, 1
|
|
8763
8757
|
|
|
8764
8758
|
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)
|
|
8765
8759
|
@DealId = dealid
|
|
@@ -8855,8 +8849,8 @@ module TencentCloud
|
|
|
8855
8849
|
|
|
8856
8850
|
attr_accessor :DealId, :DealName, :RequestId
|
|
8857
8851
|
extend Gem::Deprecate
|
|
8858
|
-
deprecate :DealId, :none,
|
|
8859
|
-
deprecate :DealId=, :none,
|
|
8852
|
+
deprecate :DealId, :none, 2026, 1
|
|
8853
|
+
deprecate :DealId=, :none, 2026, 1
|
|
8860
8854
|
|
|
8861
8855
|
def initialize(dealid=nil, dealname=nil, requestid=nil)
|
|
8862
8856
|
@DealId = dealid
|
|
@@ -8912,8 +8906,8 @@ module TencentCloud
|
|
|
8912
8906
|
|
|
8913
8907
|
attr_accessor :DealId, :DealName, :RequestId
|
|
8914
8908
|
extend Gem::Deprecate
|
|
8915
|
-
deprecate :DealId, :none,
|
|
8916
|
-
deprecate :DealId=, :none,
|
|
8909
|
+
deprecate :DealId, :none, 2026, 1
|
|
8910
|
+
deprecate :DealId=, :none, 2026, 1
|
|
8917
8911
|
|
|
8918
8912
|
def initialize(dealid=nil, dealname=nil, requestid=nil)
|
|
8919
8913
|
@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.
|
|
4
|
+
version: 3.0.1196
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-05 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
|
|
36
37
|
- lib/v20180412/client.rb
|
|
37
38
|
- 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:
|