tencentcloud-sdk-cdb 3.0.1114 → 3.0.1119
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/v20170320/models.rb +30 -30
- 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: a0f67ec00c122c5ecbf6366535db39a74455ec59
|
4
|
+
data.tar.gz: 779922ae1af460e80bb7fa467dceeb381cd1d87b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebb25ee821a24446b4a16d6e315110f82add65a6c5808f199508e6c61003db7454e910b48c941bafca87f29c61412815f481ce8381b11ed796748aae221c0a33
|
7
|
+
data.tar.gz: a55e1592045fffac9ca51ec420bc47667f7560d3985681dff522be594faf30e16f364838b1340a34f629619ad4a845bce54c6e0b6c00da8739b1d2a8638069a3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1119
|
data/lib/v20170320/models.rb
CHANGED
@@ -61,8 +61,8 @@ module TencentCloud
|
|
61
61
|
|
62
62
|
attr_accessor :Notes, :Host, :User, :ModifyTime, :ModifyPasswordTime, :CreateTime, :MaxUserConnections, :OpenCam
|
63
63
|
extend Gem::Deprecate
|
64
|
-
deprecate :CreateTime, :none, 2025,
|
65
|
-
deprecate :CreateTime=, :none, 2025,
|
64
|
+
deprecate :CreateTime, :none, 2025, 8
|
65
|
+
deprecate :CreateTime=, :none, 2025, 8
|
66
66
|
|
67
67
|
def initialize(notes=nil, host=nil, user=nil, modifytime=nil, modifypasswordtime=nil, createtime=nil, maxuserconnections=nil, opencam=nil)
|
68
68
|
@Notes = notes
|
@@ -440,8 +440,8 @@ module TencentCloud
|
|
440
440
|
|
441
441
|
attr_accessor :InstanceId, :StartTime, :EndTime, :AggregationConditions, :AuditLogFilter, :LogFilter
|
442
442
|
extend Gem::Deprecate
|
443
|
-
deprecate :AuditLogFilter, :none, 2025,
|
444
|
-
deprecate :AuditLogFilter=, :none, 2025,
|
443
|
+
deprecate :AuditLogFilter, :none, 2025, 8
|
444
|
+
deprecate :AuditLogFilter=, :none, 2025, 8
|
445
445
|
|
446
446
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, aggregationconditions=nil, auditlogfilter=nil, logfilter=nil)
|
447
447
|
@InstanceId = instanceid
|
@@ -1100,10 +1100,10 @@ module TencentCloud
|
|
1100
1100
|
|
1101
1101
|
attr_accessor :ExpandThreshold, :ShrinkThreshold, :ExpandPeriod, :ShrinkPeriod, :ExpandSecondPeriod, :ShrinkSecondPeriod
|
1102
1102
|
extend Gem::Deprecate
|
1103
|
-
deprecate :ExpandPeriod, :none, 2025,
|
1104
|
-
deprecate :ExpandPeriod=, :none, 2025,
|
1105
|
-
deprecate :ShrinkPeriod, :none, 2025,
|
1106
|
-
deprecate :ShrinkPeriod=, :none, 2025,
|
1103
|
+
deprecate :ExpandPeriod, :none, 2025, 8
|
1104
|
+
deprecate :ExpandPeriod=, :none, 2025, 8
|
1105
|
+
deprecate :ShrinkPeriod, :none, 2025, 8
|
1106
|
+
deprecate :ShrinkPeriod=, :none, 2025, 8
|
1107
1107
|
|
1108
1108
|
def initialize(expandthreshold=nil, shrinkthreshold=nil, expandperiod=nil, shrinkperiod=nil, expandsecondperiod=nil, shrinksecondperiod=nil)
|
1109
1109
|
@ExpandThreshold = expandthreshold
|
@@ -1416,8 +1416,8 @@ module TencentCloud
|
|
1416
1416
|
|
1417
1417
|
attr_accessor :Name, :Size, :Date, :IntranetUrl, :InternetUrl, :Type, :BinlogStartTime, :BinlogFinishTime, :Region, :Status, :RemoteInfo, :CosStorageType, :InstanceId
|
1418
1418
|
extend Gem::Deprecate
|
1419
|
-
deprecate :InstanceId, :none, 2025,
|
1420
|
-
deprecate :InstanceId=, :none, 2025,
|
1419
|
+
deprecate :InstanceId, :none, 2025, 8
|
1420
|
+
deprecate :InstanceId=, :none, 2025, 8
|
1421
1421
|
|
1422
1422
|
def initialize(name=nil, size=nil, date=nil, intraneturl=nil, interneturl=nil, type=nil, binlogstarttime=nil, binlogfinishtime=nil, region=nil, status=nil, remoteinfo=nil, cosstoragetype=nil, instanceid=nil)
|
1423
1423
|
@Name = name
|
@@ -2361,8 +2361,8 @@ module TencentCloud
|
|
2361
2361
|
|
2362
2362
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
|
2363
2363
|
extend Gem::Deprecate
|
2364
|
-
deprecate :Filter, :none, 2025,
|
2365
|
-
deprecate :Filter=, :none, 2025,
|
2364
|
+
deprecate :Filter, :none, 2025, 8
|
2365
|
+
deprecate :Filter=, :none, 2025, 8
|
2366
2366
|
|
2367
2367
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
|
2368
2368
|
@InstanceId = instanceid
|
@@ -5084,10 +5084,10 @@ module TencentCloud
|
|
5084
5084
|
|
5085
5085
|
attr_accessor :StartTimeMin, :StartTimeMax, :BackupExpireDays, :BackupMethod, :BinlogExpireDays, :BackupTimeWindow, :EnableBackupPeriodSave, :BackupPeriodSaveDays, :BackupPeriodSaveInterval, :BackupPeriodSaveCount, :StartBackupPeriodSaveDate, :EnableBackupArchive, :BackupArchiveDays, :EnableBinlogArchive, :BinlogArchiveDays, :EnableBackupStandby, :BackupStandbyDays, :EnableBinlogStandby, :BinlogStandbyDays, :RequestId
|
5086
5086
|
extend Gem::Deprecate
|
5087
|
-
deprecate :StartTimeMin, :none, 2025,
|
5088
|
-
deprecate :StartTimeMin=, :none, 2025,
|
5089
|
-
deprecate :StartTimeMax, :none, 2025,
|
5090
|
-
deprecate :StartTimeMax=, :none, 2025,
|
5087
|
+
deprecate :StartTimeMin, :none, 2025, 8
|
5088
|
+
deprecate :StartTimeMin=, :none, 2025, 8
|
5089
|
+
deprecate :StartTimeMax, :none, 2025, 8
|
5090
|
+
deprecate :StartTimeMax=, :none, 2025, 8
|
5091
5091
|
|
5092
5092
|
def initialize(starttimemin=nil, starttimemax=nil, backupexpiredays=nil, backupmethod=nil, binlogexpiredays=nil, backuptimewindow=nil, enablebackupperiodsave=nil, backupperiodsavedays=nil, backupperiodsaveinterval=nil, backupperiodsavecount=nil, startbackupperiodsavedate=nil, enablebackuparchive=nil, backuparchivedays=nil, enablebinlogarchive=nil, binlogarchivedays=nil, enablebackupstandby=nil, backupstandbydays=nil, enablebinlogstandby=nil, binlogstandbydays=nil, requestid=nil)
|
5093
5093
|
@StartTimeMin = starttimemin
|
@@ -9686,8 +9686,8 @@ module TencentCloud
|
|
9686
9686
|
|
9687
9687
|
attr_accessor :AsyncRequestId, :RequestId
|
9688
9688
|
extend Gem::Deprecate
|
9689
|
-
deprecate :AsyncRequestId, :none, 2025,
|
9690
|
-
deprecate :AsyncRequestId=, :none, 2025,
|
9689
|
+
deprecate :AsyncRequestId, :none, 2025, 8
|
9690
|
+
deprecate :AsyncRequestId=, :none, 2025, 8
|
9691
9691
|
|
9692
9692
|
def initialize(asyncrequestid=nil, requestid=nil)
|
9693
9693
|
@AsyncRequestId = asyncrequestid
|
@@ -10427,8 +10427,8 @@ module TencentCloud
|
|
10427
10427
|
|
10428
10428
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditAll, :AuditRuleFilters, :RuleTemplateIds
|
10429
10429
|
extend Gem::Deprecate
|
10430
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
10431
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
10430
|
+
deprecate :AuditRuleFilters, :none, 2025, 8
|
10431
|
+
deprecate :AuditRuleFilters=, :none, 2025, 8
|
10432
10432
|
|
10433
10433
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditall=nil, auditrulefilters=nil, ruletemplateids=nil)
|
10434
10434
|
@InstanceId = instanceid
|
@@ -11134,8 +11134,8 @@ module TencentCloud
|
|
11134
11134
|
|
11135
11135
|
attr_accessor :AsyncRequestId, :RequestId
|
11136
11136
|
extend Gem::Deprecate
|
11137
|
-
deprecate :AsyncRequestId, :none, 2025,
|
11138
|
-
deprecate :AsyncRequestId=, :none, 2025,
|
11137
|
+
deprecate :AsyncRequestId, :none, 2025, 8
|
11138
|
+
deprecate :AsyncRequestId=, :none, 2025, 8
|
11139
11139
|
|
11140
11140
|
def initialize(asyncrequestid=nil, requestid=nil)
|
11141
11141
|
@AsyncRequestId = asyncrequestid
|
@@ -11154,7 +11154,7 @@ module TencentCloud
|
|
11154
11154
|
# @type InstanceIds: Array
|
11155
11155
|
# @param ParamList: 要修改的参数列表。每一个元素是 Name 和 CurrentValue 的组合。Name 是参数名,CurrentValue 是要修改成的值。
|
11156
11156
|
# @type ParamList: Array
|
11157
|
-
# @param TemplateId: 模板 ID,ParamList 和 TemplateId 必须至少传其中之一。可通过 [
|
11157
|
+
# @param TemplateId: 模板 ID,ParamList 和 TemplateId 必须至少传其中之一。可通过 [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659) 接口获取。
|
11158
11158
|
# @type TemplateId: Integer
|
11159
11159
|
# @param WaitSwitch: 执行参数调整任务的方式,默认为 0。支持值包括:0 - 立刻执行,1 - 时间窗执行;当该值为 1 时,每次只能传一个实例(InstanceIds数量为1)
|
11160
11160
|
# @type WaitSwitch: Integer
|
@@ -11412,7 +11412,7 @@ module TencentCloud
|
|
11412
11412
|
|
11413
11413
|
# ModifyParamTemplate请求参数结构体
|
11414
11414
|
class ModifyParamTemplateRequest < TencentCloud::Common::AbstractModel
|
11415
|
-
# @param TemplateId: 模板 ID。可通过 [
|
11415
|
+
# @param TemplateId: 模板 ID。可通过 [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659) 接口获取。
|
11416
11416
|
# @type TemplateId: Integer
|
11417
11417
|
# @param Name: 模板名称,仅支持数字、英文大小写字母、中文以及特殊字符_-./()()[]+=::@,且长度不能超过60。
|
11418
11418
|
# @type Name: String
|
@@ -11560,8 +11560,8 @@ module TencentCloud
|
|
11560
11560
|
|
11561
11561
|
attr_accessor :RoGroupId, :RoGroupInfo, :RoWeightValues, :IsBalanceRoLoad, :ReplicationDelayTime
|
11562
11562
|
extend Gem::Deprecate
|
11563
|
-
deprecate :ReplicationDelayTime, :none, 2025,
|
11564
|
-
deprecate :ReplicationDelayTime=, :none, 2025,
|
11563
|
+
deprecate :ReplicationDelayTime, :none, 2025, 8
|
11564
|
+
deprecate :ReplicationDelayTime=, :none, 2025, 8
|
11565
11565
|
|
11566
11566
|
def initialize(rogroupid=nil, rogroupinfo=nil, roweightvalues=nil, isbalanceroload=nil, replicationdelaytime=nil)
|
11567
11567
|
@RoGroupId = rogroupid
|
@@ -11792,8 +11792,8 @@ module TencentCloud
|
|
11792
11792
|
|
11793
11793
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
|
11794
11794
|
extend Gem::Deprecate
|
11795
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
11796
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
11795
|
+
deprecate :AuditRuleFilters, :none, 2025, 8
|
11796
|
+
deprecate :AuditRuleFilters=, :none, 2025, 8
|
11797
11797
|
|
11798
11798
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
|
11799
11799
|
@InstanceId = instanceid
|
@@ -12072,8 +12072,8 @@ module TencentCloud
|
|
12072
12072
|
|
12073
12073
|
attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
|
12074
12074
|
extend Gem::Deprecate
|
12075
|
-
deprecate :IsSucess, :none, 2025,
|
12076
|
-
deprecate :IsSucess=, :none, 2025,
|
12075
|
+
deprecate :IsSucess, :none, 2025, 8
|
12076
|
+
deprecate :IsSucess=, :none, 2025, 8
|
12077
12077
|
|
12078
12078
|
def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
|
12079
12079
|
@InstanceId = instanceid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1119
|
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-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|