tencentcloud-sdk-cdb 3.0.1191 → 3.0.1198
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 +36 -36
- 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: fd0014e87f7658dd4f129f3a17d2a4d5b8584115
|
|
4
|
+
data.tar.gz: a895b88ad954217a5744e46b637b2c5ba7a606f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf103156bde7c0de0ae2ca4f37835dfd027a8f3cfe96e7ae815a663360a008868b3f70739488f8303034856998fffd0446995550388368ff43fb5c9d6e725661
|
|
7
|
+
data.tar.gz: 201875d804c889111546f0f67c3da75cbca6ba932d0c8d86cf0ca93ca4a368ba63559bc950dcfcf1536544fc149614df00a0b1221a1ed908f227dd6fd74cdf8e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1198
|
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,
|
|
65
|
-
deprecate :CreateTime=, :none,
|
|
64
|
+
deprecate :CreateTime, :none, 2026, 1
|
|
65
|
+
deprecate :CreateTime=, :none, 2026, 1
|
|
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
|
|
@@ -448,8 +448,8 @@ module TencentCloud
|
|
|
448
448
|
|
|
449
449
|
attr_accessor :InstanceId, :StartTime, :EndTime, :AggregationConditions, :AuditLogFilter, :LogFilter
|
|
450
450
|
extend Gem::Deprecate
|
|
451
|
-
deprecate :AuditLogFilter, :none,
|
|
452
|
-
deprecate :AuditLogFilter=, :none,
|
|
451
|
+
deprecate :AuditLogFilter, :none, 2026, 1
|
|
452
|
+
deprecate :AuditLogFilter=, :none, 2026, 1
|
|
453
453
|
|
|
454
454
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, aggregationconditions=nil, auditlogfilter=nil, logfilter=nil)
|
|
455
455
|
@InstanceId = instanceid
|
|
@@ -1108,10 +1108,10 @@ module TencentCloud
|
|
|
1108
1108
|
|
|
1109
1109
|
attr_accessor :ExpandThreshold, :ShrinkThreshold, :ExpandPeriod, :ShrinkPeriod, :ExpandSecondPeriod, :ShrinkSecondPeriod
|
|
1110
1110
|
extend Gem::Deprecate
|
|
1111
|
-
deprecate :ExpandPeriod, :none,
|
|
1112
|
-
deprecate :ExpandPeriod=, :none,
|
|
1113
|
-
deprecate :ShrinkPeriod, :none,
|
|
1114
|
-
deprecate :ShrinkPeriod=, :none,
|
|
1111
|
+
deprecate :ExpandPeriod, :none, 2026, 1
|
|
1112
|
+
deprecate :ExpandPeriod=, :none, 2026, 1
|
|
1113
|
+
deprecate :ShrinkPeriod, :none, 2026, 1
|
|
1114
|
+
deprecate :ShrinkPeriod=, :none, 2026, 1
|
|
1115
1115
|
|
|
1116
1116
|
def initialize(expandthreshold=nil, shrinkthreshold=nil, expandperiod=nil, shrinkperiod=nil, expandsecondperiod=nil, shrinksecondperiod=nil)
|
|
1117
1117
|
@ExpandThreshold = expandthreshold
|
|
@@ -1136,7 +1136,7 @@ module TencentCloud
|
|
|
1136
1136
|
class BackupConfig < TencentCloud::Common::AbstractModel
|
|
1137
1137
|
# @param ReplicationMode: 第二个从库复制方式,可能的返回值:async-异步,semisync-半同步
|
|
1138
1138
|
# @type ReplicationMode: String
|
|
1139
|
-
# @param Zone: 第二个从库可用区的正式名称,如ap-shanghai-
|
|
1139
|
+
# @param Zone: 第二个从库可用区的正式名称,如 ap-shanghai-2
|
|
1140
1140
|
# @type Zone: String
|
|
1141
1141
|
# @param Vip: 第二个从库内网IP地址
|
|
1142
1142
|
# @type Vip: String
|
|
@@ -1424,8 +1424,8 @@ module TencentCloud
|
|
|
1424
1424
|
|
|
1425
1425
|
attr_accessor :Name, :Size, :Date, :IntranetUrl, :InternetUrl, :Type, :BinlogStartTime, :BinlogFinishTime, :Region, :Status, :RemoteInfo, :CosStorageType, :InstanceId
|
|
1426
1426
|
extend Gem::Deprecate
|
|
1427
|
-
deprecate :InstanceId, :none,
|
|
1428
|
-
deprecate :InstanceId=, :none,
|
|
1427
|
+
deprecate :InstanceId, :none, 2026, 1
|
|
1428
|
+
deprecate :InstanceId=, :none, 2026, 1
|
|
1429
1429
|
|
|
1430
1430
|
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)
|
|
1431
1431
|
@Name = name
|
|
@@ -2375,8 +2375,8 @@ module TencentCloud
|
|
|
2375
2375
|
|
|
2376
2376
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
|
|
2377
2377
|
extend Gem::Deprecate
|
|
2378
|
-
deprecate :Filter, :none,
|
|
2379
|
-
deprecate :Filter=, :none,
|
|
2378
|
+
deprecate :Filter, :none, 2026, 1
|
|
2379
|
+
deprecate :Filter=, :none, 2026, 1
|
|
2380
2380
|
|
|
2381
2381
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
|
|
2382
2382
|
@InstanceId = instanceid
|
|
@@ -5122,10 +5122,10 @@ module TencentCloud
|
|
|
5122
5122
|
|
|
5123
5123
|
attr_accessor :StartTimeMin, :StartTimeMax, :BackupExpireDays, :BackupMethod, :BinlogExpireDays, :BackupTimeWindow, :EnableBackupPeriodSave, :BackupPeriodSaveDays, :BackupPeriodSaveInterval, :BackupPeriodSaveCount, :StartBackupPeriodSaveDate, :EnableBackupArchive, :BackupArchiveDays, :EnableBinlogArchive, :BinlogArchiveDays, :EnableBackupStandby, :BackupStandbyDays, :EnableBinlogStandby, :BinlogStandbyDays, :RequestId
|
|
5124
5124
|
extend Gem::Deprecate
|
|
5125
|
-
deprecate :StartTimeMin, :none,
|
|
5126
|
-
deprecate :StartTimeMin=, :none,
|
|
5127
|
-
deprecate :StartTimeMax, :none,
|
|
5128
|
-
deprecate :StartTimeMax=, :none,
|
|
5125
|
+
deprecate :StartTimeMin, :none, 2026, 1
|
|
5126
|
+
deprecate :StartTimeMin=, :none, 2026, 1
|
|
5127
|
+
deprecate :StartTimeMax, :none, 2026, 1
|
|
5128
|
+
deprecate :StartTimeMax=, :none, 2026, 1
|
|
5129
5129
|
|
|
5130
5130
|
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)
|
|
5131
5131
|
@StartTimeMin = starttimemin
|
|
@@ -6160,7 +6160,7 @@ module TencentCloud
|
|
|
6160
6160
|
# @type ProtectMode: Integer
|
|
6161
6161
|
# @param DeployMode: 主实例部署方式,可能的返回值:0 - 单可用部署,1 - 多可用区部署。
|
|
6162
6162
|
# @type DeployMode: Integer
|
|
6163
|
-
# @param Zone: 实例可用区信息,格式如 "ap-shanghai-
|
|
6163
|
+
# @param Zone: 实例可用区信息,格式如 "ap-shanghai-2"。
|
|
6164
6164
|
# @type Zone: String
|
|
6165
6165
|
# @param SlaveConfig: 备库的配置信息。
|
|
6166
6166
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -7817,8 +7817,8 @@ module TencentCloud
|
|
|
7817
7817
|
|
|
7818
7818
|
attr_accessor :Count, :CustomConf, :WeightRule, :CustomConfInfo, :RequestId
|
|
7819
7819
|
extend Gem::Deprecate
|
|
7820
|
-
deprecate :CustomConf, :none,
|
|
7821
|
-
deprecate :CustomConf=, :none,
|
|
7820
|
+
deprecate :CustomConf, :none, 2026, 1
|
|
7821
|
+
deprecate :CustomConf=, :none, 2026, 1
|
|
7822
7822
|
|
|
7823
7823
|
def initialize(count=nil, customconf=nil, weightrule=nil, customconfinfo=nil, requestid=nil)
|
|
7824
7824
|
@Count = count
|
|
@@ -9813,8 +9813,8 @@ module TencentCloud
|
|
|
9813
9813
|
|
|
9814
9814
|
attr_accessor :AsyncRequestId, :RequestId
|
|
9815
9815
|
extend Gem::Deprecate
|
|
9816
|
-
deprecate :AsyncRequestId, :none,
|
|
9817
|
-
deprecate :AsyncRequestId=, :none,
|
|
9816
|
+
deprecate :AsyncRequestId, :none, 2026, 1
|
|
9817
|
+
deprecate :AsyncRequestId=, :none, 2026, 1
|
|
9818
9818
|
|
|
9819
9819
|
def initialize(asyncrequestid=nil, requestid=nil)
|
|
9820
9820
|
@AsyncRequestId = asyncrequestid
|
|
@@ -10218,8 +10218,8 @@ module TencentCloud
|
|
|
10218
10218
|
|
|
10219
10219
|
attr_accessor :InstanceId, :NewPassword, :Accounts, :SkipValidatePassword
|
|
10220
10220
|
extend Gem::Deprecate
|
|
10221
|
-
deprecate :SkipValidatePassword, :none,
|
|
10222
|
-
deprecate :SkipValidatePassword=, :none,
|
|
10221
|
+
deprecate :SkipValidatePassword, :none, 2026, 1
|
|
10222
|
+
deprecate :SkipValidatePassword=, :none, 2026, 1
|
|
10223
10223
|
|
|
10224
10224
|
def initialize(instanceid=nil, newpassword=nil, accounts=nil, skipvalidatepassword=nil)
|
|
10225
10225
|
@InstanceId = instanceid
|
|
@@ -10561,8 +10561,8 @@ module TencentCloud
|
|
|
10561
10561
|
|
|
10562
10562
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditAll, :AuditRuleFilters, :RuleTemplateIds
|
|
10563
10563
|
extend Gem::Deprecate
|
|
10564
|
-
deprecate :AuditRuleFilters, :none,
|
|
10565
|
-
deprecate :AuditRuleFilters=, :none,
|
|
10564
|
+
deprecate :AuditRuleFilters, :none, 2026, 1
|
|
10565
|
+
deprecate :AuditRuleFilters=, :none, 2026, 1
|
|
10566
10566
|
|
|
10567
10567
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditall=nil, auditrulefilters=nil, ruletemplateids=nil)
|
|
10568
10568
|
@InstanceId = instanceid
|
|
@@ -11316,8 +11316,8 @@ module TencentCloud
|
|
|
11316
11316
|
|
|
11317
11317
|
attr_accessor :AsyncRequestId, :RequestId
|
|
11318
11318
|
extend Gem::Deprecate
|
|
11319
|
-
deprecate :AsyncRequestId, :none,
|
|
11320
|
-
deprecate :AsyncRequestId=, :none,
|
|
11319
|
+
deprecate :AsyncRequestId, :none, 2026, 1
|
|
11320
|
+
deprecate :AsyncRequestId=, :none, 2026, 1
|
|
11321
11321
|
|
|
11322
11322
|
def initialize(asyncrequestid=nil, requestid=nil)
|
|
11323
11323
|
@AsyncRequestId = asyncrequestid
|
|
@@ -11742,8 +11742,8 @@ module TencentCloud
|
|
|
11742
11742
|
|
|
11743
11743
|
attr_accessor :RoGroupId, :RoGroupInfo, :RoWeightValues, :IsBalanceRoLoad, :ReplicationDelayTime
|
|
11744
11744
|
extend Gem::Deprecate
|
|
11745
|
-
deprecate :ReplicationDelayTime, :none,
|
|
11746
|
-
deprecate :ReplicationDelayTime=, :none,
|
|
11745
|
+
deprecate :ReplicationDelayTime, :none, 2026, 1
|
|
11746
|
+
deprecate :ReplicationDelayTime=, :none, 2026, 1
|
|
11747
11747
|
|
|
11748
11748
|
def initialize(rogroupid=nil, rogroupinfo=nil, roweightvalues=nil, isbalanceroload=nil, replicationdelaytime=nil)
|
|
11749
11749
|
@RoGroupId = rogroupid
|
|
@@ -11974,8 +11974,8 @@ module TencentCloud
|
|
|
11974
11974
|
|
|
11975
11975
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
|
|
11976
11976
|
extend Gem::Deprecate
|
|
11977
|
-
deprecate :AuditRuleFilters, :none,
|
|
11978
|
-
deprecate :AuditRuleFilters=, :none,
|
|
11977
|
+
deprecate :AuditRuleFilters, :none, 2026, 1
|
|
11978
|
+
deprecate :AuditRuleFilters=, :none, 2026, 1
|
|
11979
11979
|
|
|
11980
11980
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
|
|
11981
11981
|
@InstanceId = instanceid
|
|
@@ -12254,8 +12254,8 @@ module TencentCloud
|
|
|
12254
12254
|
|
|
12255
12255
|
attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
|
|
12256
12256
|
extend Gem::Deprecate
|
|
12257
|
-
deprecate :IsSucess, :none,
|
|
12258
|
-
deprecate :IsSucess=, :none,
|
|
12257
|
+
deprecate :IsSucess, :none, 2026, 1
|
|
12258
|
+
deprecate :IsSucess=, :none, 2026, 1
|
|
12259
12259
|
|
|
12260
12260
|
def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
|
|
12261
12261
|
@InstanceId = instanceid
|
|
@@ -13218,7 +13218,7 @@ module TencentCloud
|
|
|
13218
13218
|
# @type Weight: Integer
|
|
13219
13219
|
# @param Region: RO实例所在区域名称,如ap-shanghai
|
|
13220
13220
|
# @type Region: String
|
|
13221
|
-
# @param Zone: RO可用区的正式名称,如ap-shanghai-
|
|
13221
|
+
# @param Zone: RO可用区的正式名称,如 ap-shanghai-2
|
|
13222
13222
|
# @type Zone: String
|
|
13223
13223
|
# @param InstanceId: RO实例ID,格式如:cdbro-c1nl9rpv
|
|
13224
13224
|
# @type InstanceId: String
|
|
@@ -13729,7 +13729,7 @@ module TencentCloud
|
|
|
13729
13729
|
class SlaveConfig < TencentCloud::Common::AbstractModel
|
|
13730
13730
|
# @param ReplicationMode: 从库复制方式,可能的返回值:aysnc-异步,semisync-半同步
|
|
13731
13731
|
# @type ReplicationMode: String
|
|
13732
|
-
# @param Zone: 从库可用区的正式名称,如ap-shanghai-
|
|
13732
|
+
# @param Zone: 从库可用区的正式名称,如 ap-shanghai-2
|
|
13733
13733
|
# @type Zone: String
|
|
13734
13734
|
|
|
13735
13735
|
attr_accessor :ReplicationMode, :Zone
|
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.1198
|
|
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-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|