tencentcloud-sdk-redis 3.0.1074 → 3.0.1093
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 -29
- 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: 193c732a60ce9841f29b978a80bd20263aa2413c
|
4
|
+
data.tar.gz: 486ede4b1fd1292f354e419a6bca0710e49b603b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40d4f2af427fe2a811eaea83392e957feb17a739baf8b9f8c123c05250cf353ebe3071da158bf5f327dd0c1b20177fe9c4410bdd48b2e9da241b41c8671ecded
|
7
|
+
data.tar.gz: 24fd551abaaf22233436b9da3bf6173fc70875c6148668043a53d5551aa06058411ff032785ec1a258b3927c4035ff30ad39091ade8716df48992983d4f67c50
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1093
|
data/lib/v20180412/models.rb
CHANGED
@@ -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, 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
|
1641
1641
|
|
1642
1642
|
def initialize(downloadurl=nil, innerdownloadurl=nil, filenames=nil, backupinfos=nil, requestid=nil)
|
1643
1643
|
@DownloadUrl = downloadurl
|
@@ -3712,7 +3712,7 @@ module TencentCloud
|
|
3712
3712
|
class DescribeProxySlowLogResponse < TencentCloud::Common::AbstractModel
|
3713
3713
|
# @param TotalCount: 慢查询总数。
|
3714
3714
|
# @type TotalCount: Integer
|
3715
|
-
# @param InstanceProxySlowLogDetail:
|
3715
|
+
# @param InstanceProxySlowLogDetail: 慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
3716
3716
|
# @type InstanceProxySlowLogDetail: Array
|
3717
3717
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3718
3718
|
# @type RequestId: String
|
@@ -4146,15 +4146,15 @@ module TencentCloud
|
|
4146
4146
|
# @type TotalCount: Integer
|
4147
4147
|
# @param InstanceSlowlogDetail: 已废弃,该参数存在命名不规范问题,后续用参数InstanceSlowLogDetail取代。慢查询详情。
|
4148
4148
|
# @type InstanceSlowlogDetail: Array
|
4149
|
-
# @param InstanceSlowLogDetail:
|
4149
|
+
# @param InstanceSlowLogDetail: 慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
4150
4150
|
# @type InstanceSlowLogDetail: Array
|
4151
4151
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4152
4152
|
# @type RequestId: String
|
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, 7
|
4157
|
+
deprecate :InstanceSlowlogDetail=, :none, 2025, 7
|
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, 7
|
4326
|
+
deprecate :OperatorUin=, :none, 2025, 7
|
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
|
@@ -4427,7 +4427,7 @@ module TencentCloud
|
|
4427
4427
|
class DescribeTendisSlowLogResponse < TencentCloud::Common::AbstractModel
|
4428
4428
|
# @param TotalCount: 慢查询总数
|
4429
4429
|
# @type TotalCount: Integer
|
4430
|
-
# @param TendisSlowLogDetail:
|
4430
|
+
# @param TendisSlowLogDetail: 慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
4431
4431
|
# @type TendisSlowLogDetail: Array
|
4432
4432
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4433
4433
|
# @type RequestId: String
|
@@ -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, 7
|
4640
|
+
deprecate :Status=, :none, 2025, 7
|
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, 7
|
5576
|
+
deprecate :SizeUsed=, :none, 2025, 7
|
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
|
@@ -6112,14 +6112,17 @@ module TencentCloud
|
|
6112
6112
|
# @type TimePeriod: String
|
6113
6113
|
# @param AutoBackupType: 自动备份类型。目前仅能配置为:1 ,指定时备份。
|
6114
6114
|
# @type AutoBackupType: Integer
|
6115
|
+
# @param BackupStorageDays: 全量备份文件保存天数。单位:天。
|
6116
|
+
# @type BackupStorageDays: Integer
|
6115
6117
|
|
6116
|
-
attr_accessor :InstanceId, :WeekDays, :TimePeriod, :AutoBackupType
|
6118
|
+
attr_accessor :InstanceId, :WeekDays, :TimePeriod, :AutoBackupType, :BackupStorageDays
|
6117
6119
|
|
6118
|
-
def initialize(instanceid=nil, weekdays=nil, timeperiod=nil, autobackuptype=nil)
|
6120
|
+
def initialize(instanceid=nil, weekdays=nil, timeperiod=nil, autobackuptype=nil, backupstoragedays=nil)
|
6119
6121
|
@InstanceId = instanceid
|
6120
6122
|
@WeekDays = weekdays
|
6121
6123
|
@TimePeriod = timeperiod
|
6122
6124
|
@AutoBackupType = autobackuptype
|
6125
|
+
@BackupStorageDays = backupstoragedays
|
6123
6126
|
end
|
6124
6127
|
|
6125
6128
|
def deserialize(params)
|
@@ -6127,6 +6130,7 @@ module TencentCloud
|
|
6127
6130
|
@WeekDays = params['WeekDays']
|
6128
6131
|
@TimePeriod = params['TimePeriod']
|
6129
6132
|
@AutoBackupType = params['AutoBackupType']
|
6133
|
+
@BackupStorageDays = params['BackupStorageDays']
|
6130
6134
|
end
|
6131
6135
|
end
|
6132
6136
|
|
@@ -6770,12 +6774,12 @@ module TencentCloud
|
|
6770
6774
|
|
6771
6775
|
attr_accessor :Operation, :InstanceIds, :InstanceNames, :ProjectId, :AutoRenews, :InstanceId, :InstanceName, :AutoRenew
|
6772
6776
|
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,
|
6777
|
+
deprecate :InstanceId, :none, 2025, 7
|
6778
|
+
deprecate :InstanceId=, :none, 2025, 7
|
6779
|
+
deprecate :InstanceName, :none, 2025, 7
|
6780
|
+
deprecate :InstanceName=, :none, 2025, 7
|
6781
|
+
deprecate :AutoRenew, :none, 2025, 7
|
6782
|
+
deprecate :AutoRenew=, :none, 2025, 7
|
6779
6783
|
|
6780
6784
|
def initialize(operation=nil, instanceids=nil, instancenames=nil, projectid=nil, autorenews=nil, instanceid=nil, instancename=nil, autorenew=nil)
|
6781
6785
|
@Operation = operation
|
@@ -7257,8 +7261,8 @@ module TencentCloud
|
|
7257
7261
|
|
7258
7262
|
attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly, :EnableReplicaReadOnly
|
7259
7263
|
extend Gem::Deprecate
|
7260
|
-
deprecate :EnableRepicaReadOnly, :none, 2025,
|
7261
|
-
deprecate :EnableRepicaReadOnly=, :none, 2025,
|
7264
|
+
deprecate :EnableRepicaReadOnly, :none, 2025, 7
|
7265
|
+
deprecate :EnableRepicaReadOnly=, :none, 2025, 7
|
7262
7266
|
|
7263
7267
|
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
7268
|
@Type = type
|
@@ -8234,8 +8238,8 @@ module TencentCloud
|
|
8234
8238
|
|
8235
8239
|
attr_accessor :TaskId, :RequestId
|
8236
8240
|
extend Gem::Deprecate
|
8237
|
-
deprecate :TaskId, :none, 2025,
|
8238
|
-
deprecate :TaskId=, :none, 2025,
|
8241
|
+
deprecate :TaskId, :none, 2025, 7
|
8242
|
+
deprecate :TaskId=, :none, 2025, 7
|
8239
8243
|
|
8240
8244
|
def initialize(taskid=nil, requestid=nil)
|
8241
8245
|
@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.1093
|
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-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|