tencentcloud-sdk-redis 3.0.1072 → 3.0.1073
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 +28 -28
- 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: b99adbeb6aa054474962c9a3cd5ee0879d52036b
|
4
|
+
data.tar.gz: 0f699f827caf97bb33b3c843d3e5bbb2f06033a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6eeb46e75aeb16200729e559aeabc7fb627c0b1eba30d460b5fdbc40a07029c315bdf0f9395e060a1bb65ca2094ef07af0b5044c0d3f912bb33b4ec61987de4d
|
7
|
+
data.tar.gz: 6c80e4e2e27831746c7244b5e96feedfba8ecaaa66ad6e2b84acbf399473728197cb38fab2fb7441cdb3e45750c8acac405af6fb2b744ef51db138be61b07cf8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1073
|
data/lib/v20180412/models.rb
CHANGED
@@ -983,10 +983,10 @@ module TencentCloud
|
|
983
983
|
# - false :默认值。发送正常请求,通过检查后直接创建实例。
|
984
984
|
# - true:发送检查请求,不会创建实例。
|
985
985
|
# @type DryRun: Boolean
|
986
|
-
# @param ProductVersion:
|
987
|
-
# - local
|
988
|
-
# -
|
989
|
-
# -
|
986
|
+
# @param ProductVersion: 指实例部署模式。
|
987
|
+
# - local:传统架构,默认为 local。
|
988
|
+
# - cdc:独享集群。
|
989
|
+
# - cloud:云原生,当前已暂停售卖。
|
990
990
|
# @type ProductVersion: String
|
991
991
|
# @param RedisClusterId: 独享集群 ID。当**ProductVersion**设置为**cdc**时,该参数必须设置。
|
992
992
|
# @type RedisClusterId: String
|
@@ -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,
|
1636
|
-
deprecate :DownloadUrl=, :none, 2025,
|
1637
|
-
deprecate :InnerDownloadUrl, :none, 2025,
|
1638
|
-
deprecate :InnerDownloadUrl=, :none, 2025,
|
1639
|
-
deprecate :Filenames, :none, 2025,
|
1640
|
-
deprecate :Filenames=, :none, 2025,
|
1635
|
+
deprecate :DownloadUrl, :none, 2025, 6
|
1636
|
+
deprecate :DownloadUrl=, :none, 2025, 6
|
1637
|
+
deprecate :InnerDownloadUrl, :none, 2025, 6
|
1638
|
+
deprecate :InnerDownloadUrl=, :none, 2025, 6
|
1639
|
+
deprecate :Filenames, :none, 2025, 6
|
1640
|
+
deprecate :Filenames=, :none, 2025, 6
|
1641
1641
|
|
1642
1642
|
def initialize(downloadurl=nil, innerdownloadurl=nil, filenames=nil, backupinfos=nil, requestid=nil)
|
1643
1643
|
@DownloadUrl = downloadurl
|
@@ -4153,8 +4153,8 @@ module TencentCloud
|
|
4153
4153
|
|
4154
4154
|
attr_accessor :TotalCount, :InstanceSlowlogDetail, :InstanceSlowLogDetail, :RequestId
|
4155
4155
|
extend Gem::Deprecate
|
4156
|
-
deprecate :InstanceSlowlogDetail, :none, 2025,
|
4157
|
-
deprecate :InstanceSlowlogDetail=, :none, 2025,
|
4156
|
+
deprecate :InstanceSlowlogDetail, :none, 2025, 6
|
4157
|
+
deprecate :InstanceSlowlogDetail=, :none, 2025, 6
|
4158
4158
|
|
4159
4159
|
def initialize(totalcount=nil, instanceslowlogdetail=nil, requestid=nil)
|
4160
4160
|
@TotalCount = totalcount
|
@@ -4322,8 +4322,8 @@ module TencentCloud
|
|
4322
4322
|
|
4323
4323
|
attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus, :Result, :OperatorUin, :OperateUin
|
4324
4324
|
extend Gem::Deprecate
|
4325
|
-
deprecate :OperatorUin, :none, 2025,
|
4326
|
-
deprecate :OperatorUin=, :none, 2025,
|
4325
|
+
deprecate :OperatorUin, :none, 2025, 6
|
4326
|
+
deprecate :OperatorUin=, :none, 2025, 6
|
4327
4327
|
|
4328
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)
|
4329
4329
|
@InstanceId = instanceid
|
@@ -4636,8 +4636,8 @@ module TencentCloud
|
|
4636
4636
|
|
4637
4637
|
attr_accessor :Status, :TaskId, :RequestId
|
4638
4638
|
extend Gem::Deprecate
|
4639
|
-
deprecate :Status, :none, 2025,
|
4640
|
-
deprecate :Status=, :none, 2025,
|
4639
|
+
deprecate :Status, :none, 2025, 6
|
4640
|
+
deprecate :Status=, :none, 2025, 6
|
4641
4641
|
|
4642
4642
|
def initialize(status=nil, taskid=nil, requestid=nil)
|
4643
4643
|
@Status = status
|
@@ -5572,8 +5572,8 @@ module TencentCloud
|
|
5572
5572
|
|
5573
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
5574
|
extend Gem::Deprecate
|
5575
|
-
deprecate :SizeUsed, :none, 2025,
|
5576
|
-
deprecate :SizeUsed=, :none, 2025,
|
5575
|
+
deprecate :SizeUsed, :none, 2025, 6
|
5576
|
+
deprecate :SizeUsed=, :none, 2025, 6
|
5577
5577
|
|
5578
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)
|
5579
5579
|
@InstanceName = instancename
|
@@ -6770,12 +6770,12 @@ module TencentCloud
|
|
6770
6770
|
|
6771
6771
|
attr_accessor :Operation, :InstanceIds, :InstanceNames, :ProjectId, :AutoRenews, :InstanceId, :InstanceName, :AutoRenew
|
6772
6772
|
extend Gem::Deprecate
|
6773
|
-
deprecate :InstanceId, :none, 2025,
|
6774
|
-
deprecate :InstanceId=, :none, 2025,
|
6775
|
-
deprecate :InstanceName, :none, 2025,
|
6776
|
-
deprecate :InstanceName=, :none, 2025,
|
6777
|
-
deprecate :AutoRenew, :none, 2025,
|
6778
|
-
deprecate :AutoRenew=, :none, 2025,
|
6773
|
+
deprecate :InstanceId, :none, 2025, 6
|
6774
|
+
deprecate :InstanceId=, :none, 2025, 6
|
6775
|
+
deprecate :InstanceName, :none, 2025, 6
|
6776
|
+
deprecate :InstanceName=, :none, 2025, 6
|
6777
|
+
deprecate :AutoRenew, :none, 2025, 6
|
6778
|
+
deprecate :AutoRenew=, :none, 2025, 6
|
6779
6779
|
|
6780
6780
|
def initialize(operation=nil, instanceids=nil, instancenames=nil, projectid=nil, autorenews=nil, instanceid=nil, instancename=nil, autorenew=nil)
|
6781
6781
|
@Operation = operation
|
@@ -7257,8 +7257,8 @@ module TencentCloud
|
|
7257
7257
|
|
7258
7258
|
attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly, :EnableReplicaReadOnly
|
7259
7259
|
extend Gem::Deprecate
|
7260
|
-
deprecate :EnableRepicaReadOnly, :none, 2025,
|
7261
|
-
deprecate :EnableRepicaReadOnly=, :none, 2025,
|
7260
|
+
deprecate :EnableRepicaReadOnly, :none, 2025, 6
|
7261
|
+
deprecate :EnableRepicaReadOnly=, :none, 2025, 6
|
7262
7262
|
|
7263
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)
|
7264
7264
|
@Type = type
|
@@ -8234,8 +8234,8 @@ module TencentCloud
|
|
8234
8234
|
|
8235
8235
|
attr_accessor :TaskId, :RequestId
|
8236
8236
|
extend Gem::Deprecate
|
8237
|
-
deprecate :TaskId, :none, 2025,
|
8238
|
-
deprecate :TaskId=, :none, 2025,
|
8237
|
+
deprecate :TaskId, :none, 2025, 6
|
8238
|
+
deprecate :TaskId=, :none, 2025, 6
|
8239
8239
|
|
8240
8240
|
def initialize(taskid=nil, requestid=nil)
|
8241
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.1073
|
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-06-
|
11
|
+
date: 2025-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|