tencentcloud-sdk-cynosdb 3.0.1161 → 3.0.1163
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/v20190107/models.rb +59 -31
- 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: f49cbd280edabefa1c67517d638d04eaeefaa8df
|
|
4
|
+
data.tar.gz: 244f314dba24d1f27e4ca0d408326e3213f5d1c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92347b1ac4b027c459bb2448de8cbe4b664b34336313b436a2a8132ca8c6070d019c547b266dcd41bc18088bd2406257acbd79fdb8ea208c126ee4cd504c20b6
|
|
7
|
+
data.tar.gz: 1883b1a2e8b18b1bb12441a0fbf93df4cd284fc487599bf3ffbba74ac5a5cab39a1237f21b285132686a22abc3c3af81851630ac531a0180ef3cde36e3ab1262
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1163
|
data/lib/v20190107/models.rb
CHANGED
|
@@ -35,10 +35,18 @@ module TencentCloud
|
|
|
35
35
|
# @type NoSupportTransparentDataEncryptionReason: String
|
|
36
36
|
# @param IsSupportManualLogic: 是否支持手动发起逻辑备份
|
|
37
37
|
# @type IsSupportManualLogic: String
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
38
|
+
# @param IsSupportGlobalEncryption: 是否支持开启全局加密
|
|
39
|
+
# @type IsSupportGlobalEncryption: String
|
|
40
|
+
# @param NoSupportGlobalEncryptionReason: 不支持全局加密的原因
|
|
41
|
+
# @type NoSupportGlobalEncryptionReason: String
|
|
42
|
+
# @param NoSupportTransparentDataEncryptionReasonCode: 不支持透明加密原因状态码
|
|
43
|
+
# @type NoSupportTransparentDataEncryptionReasonCode: String
|
|
44
|
+
# @param NoSupportGlobalEncryptionReasonCode: 不支持全局加密原因状态码
|
|
45
|
+
# @type NoSupportGlobalEncryptionReasonCode: String
|
|
46
|
+
|
|
47
|
+
attr_accessor :IsSupportSlaveZone, :NonsupportSlaveZoneReason, :IsSupportRo, :NonsupportRoReason, :IsSupportManualSnapshot, :IsSupportTransparentDataEncryption, :NoSupportTransparentDataEncryptionReason, :IsSupportManualLogic, :IsSupportGlobalEncryption, :NoSupportGlobalEncryptionReason, :NoSupportTransparentDataEncryptionReasonCode, :NoSupportGlobalEncryptionReasonCode
|
|
48
|
+
|
|
49
|
+
def initialize(issupportslavezone=nil, nonsupportslavezonereason=nil, issupportro=nil, nonsupportroreason=nil, issupportmanualsnapshot=nil, issupporttransparentdataencryption=nil, nosupporttransparentdataencryptionreason=nil, issupportmanuallogic=nil, issupportglobalencryption=nil, nosupportglobalencryptionreason=nil, nosupporttransparentdataencryptionreasoncode=nil, nosupportglobalencryptionreasoncode=nil)
|
|
42
50
|
@IsSupportSlaveZone = issupportslavezone
|
|
43
51
|
@NonsupportSlaveZoneReason = nonsupportslavezonereason
|
|
44
52
|
@IsSupportRo = issupportro
|
|
@@ -47,6 +55,10 @@ module TencentCloud
|
|
|
47
55
|
@IsSupportTransparentDataEncryption = issupporttransparentdataencryption
|
|
48
56
|
@NoSupportTransparentDataEncryptionReason = nosupporttransparentdataencryptionreason
|
|
49
57
|
@IsSupportManualLogic = issupportmanuallogic
|
|
58
|
+
@IsSupportGlobalEncryption = issupportglobalencryption
|
|
59
|
+
@NoSupportGlobalEncryptionReason = nosupportglobalencryptionreason
|
|
60
|
+
@NoSupportTransparentDataEncryptionReasonCode = nosupporttransparentdataencryptionreasoncode
|
|
61
|
+
@NoSupportGlobalEncryptionReasonCode = nosupportglobalencryptionreasoncode
|
|
50
62
|
end
|
|
51
63
|
|
|
52
64
|
def deserialize(params)
|
|
@@ -58,6 +70,10 @@ module TencentCloud
|
|
|
58
70
|
@IsSupportTransparentDataEncryption = params['IsSupportTransparentDataEncryption']
|
|
59
71
|
@NoSupportTransparentDataEncryptionReason = params['NoSupportTransparentDataEncryptionReason']
|
|
60
72
|
@IsSupportManualLogic = params['IsSupportManualLogic']
|
|
73
|
+
@IsSupportGlobalEncryption = params['IsSupportGlobalEncryption']
|
|
74
|
+
@NoSupportGlobalEncryptionReason = params['NoSupportGlobalEncryptionReason']
|
|
75
|
+
@NoSupportTransparentDataEncryptionReasonCode = params['NoSupportTransparentDataEncryptionReasonCode']
|
|
76
|
+
@NoSupportGlobalEncryptionReasonCode = params['NoSupportGlobalEncryptionReasonCode']
|
|
61
77
|
end
|
|
62
78
|
end
|
|
63
79
|
|
|
@@ -247,8 +263,8 @@ module TencentCloud
|
|
|
247
263
|
|
|
248
264
|
attr_accessor :ClusterId, :Cpu, :Memory, :ReadOnlyCount, :DeviceType, :InstanceGrpId, :VpcId, :SubnetId, :Port, :InstanceName, :AutoVoucher, :DbType, :OrderSource, :DealMode, :ParamTemplateId, :InstanceParams, :SecurityGroupIds, :UpgradeProxy
|
|
249
265
|
extend Gem::Deprecate
|
|
250
|
-
deprecate :InstanceGrpId, :none, 2025,
|
|
251
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
|
266
|
+
deprecate :InstanceGrpId, :none, 2025, 11
|
|
267
|
+
deprecate :InstanceGrpId=, :none, 2025, 11
|
|
252
268
|
|
|
253
269
|
def initialize(clusterid=nil, cpu=nil, memory=nil, readonlycount=nil, devicetype=nil, instancegrpid=nil, vpcid=nil, subnetid=nil, port=nil, instancename=nil, autovoucher=nil, dbtype=nil, ordersource=nil, dealmode=nil, paramtemplateid=nil, instanceparams=nil, securitygroupids=nil, upgradeproxy=nil)
|
|
254
270
|
@ClusterId = clusterid
|
|
@@ -1117,10 +1133,10 @@ module TencentCloud
|
|
|
1117
1133
|
|
|
1118
1134
|
attr_accessor :ID, :AppId, :ClusterId, :Region, :CreateTime, :DelayTime, :ErrMsg, :FlowId, :Input, :InstanceGrpId, :InstanceGroupId, :InstanceId, :ObjectId, :ObjectType, :Operator, :Output, :Status, :TaskType, :TriggerTaskId, :UpdateTime, :StartTime, :EndTime, :ClusterName, :InstanceName, :Process, :ModifyParamsData, :CreateClustersData, :RollbackData, :ModifyInstanceData, :ManualBackupData, :ModifyDbVersionData, :ClusterSlaveData, :SwitchClusterLogBin, :ModifyInstanceParamsData, :TaskMaintainInfo, :InstanceCLSDeliveryInfos, :TaskProgressInfo, :GdnTaskInfo
|
|
1119
1135
|
extend Gem::Deprecate
|
|
1120
|
-
deprecate :InstanceGrpId, :none, 2025,
|
|
1121
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
|
1122
|
-
deprecate :ModifyParamsData, :none, 2025,
|
|
1123
|
-
deprecate :ModifyParamsData=, :none, 2025,
|
|
1136
|
+
deprecate :InstanceGrpId, :none, 2025, 11
|
|
1137
|
+
deprecate :InstanceGrpId=, :none, 2025, 11
|
|
1138
|
+
deprecate :ModifyParamsData, :none, 2025, 11
|
|
1139
|
+
deprecate :ModifyParamsData=, :none, 2025, 11
|
|
1124
1140
|
|
|
1125
1141
|
def initialize(id=nil, appid=nil, clusterid=nil, region=nil, createtime=nil, delaytime=nil, errmsg=nil, flowid=nil, input=nil, instancegrpid=nil, instancegroupid=nil, instanceid=nil, objectid=nil, objecttype=nil, operator=nil, output=nil, status=nil, tasktype=nil, triggertaskid=nil, updatetime=nil, starttime=nil, endtime=nil, clustername=nil, instancename=nil, process=nil, modifyparamsdata=nil, createclustersdata=nil, rollbackdata=nil, modifyinstancedata=nil, manualbackupdata=nil, modifydbversiondata=nil, clusterslavedata=nil, switchclusterlogbin=nil, modifyinstanceparamsdata=nil, taskmaintaininfo=nil, instanceclsdeliveryinfos=nil, taskprogressinfo=nil, gdntaskinfo=nil)
|
|
1126
1142
|
@ID = id
|
|
@@ -1578,8 +1594,8 @@ module TencentCloud
|
|
|
1578
1594
|
|
|
1579
1595
|
attr_accessor :InstanceGrpId, :InstanceGroupId, :InstanceId
|
|
1580
1596
|
extend Gem::Deprecate
|
|
1581
|
-
deprecate :InstanceGrpId, :none, 2025,
|
|
1582
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
|
1597
|
+
deprecate :InstanceGrpId, :none, 2025, 11
|
|
1598
|
+
deprecate :InstanceGrpId=, :none, 2025, 11
|
|
1583
1599
|
|
|
1584
1600
|
def initialize(instancegrpid=nil, instancegroupid=nil, instanceid=nil)
|
|
1585
1601
|
@InstanceGrpId = instancegrpid
|
|
@@ -1948,8 +1964,8 @@ module TencentCloud
|
|
|
1948
1964
|
|
|
1949
1965
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
|
|
1950
1966
|
extend Gem::Deprecate
|
|
1951
|
-
deprecate :Filter, :none, 2025,
|
|
1952
|
-
deprecate :Filter=, :none, 2025,
|
|
1967
|
+
deprecate :Filter, :none, 2025, 11
|
|
1968
|
+
deprecate :Filter=, :none, 2025, 11
|
|
1953
1969
|
|
|
1954
1970
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
|
|
1955
1971
|
@InstanceId = instanceid
|
|
@@ -5111,8 +5127,8 @@ module TencentCloud
|
|
|
5111
5127
|
|
|
5112
5128
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :Limit, :Offset, :LogFilter
|
|
5113
5129
|
extend Gem::Deprecate
|
|
5114
|
-
deprecate :Filter, :none, 2025,
|
|
5115
|
-
deprecate :Filter=, :none, 2025,
|
|
5130
|
+
deprecate :Filter, :none, 2025, 11
|
|
5131
|
+
deprecate :Filter=, :none, 2025, 11
|
|
5116
5132
|
|
|
5117
5133
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, limit=nil, offset=nil, logfilter=nil)
|
|
5118
5134
|
@InstanceId = instanceid
|
|
@@ -6149,8 +6165,8 @@ module TencentCloud
|
|
|
6149
6165
|
|
|
6150
6166
|
attr_accessor :TotalCount, :InstanceGrpInfoList, :InstanceGroupInfoList, :RequestId
|
|
6151
6167
|
extend Gem::Deprecate
|
|
6152
|
-
deprecate :InstanceGrpInfoList, :none, 2025,
|
|
6153
|
-
deprecate :InstanceGrpInfoList=, :none, 2025,
|
|
6168
|
+
deprecate :InstanceGrpInfoList, :none, 2025, 11
|
|
6169
|
+
deprecate :InstanceGrpInfoList=, :none, 2025, 11
|
|
6154
6170
|
|
|
6155
6171
|
def initialize(totalcount=nil, instancegrpinfolist=nil, instancegroupinfolist=nil, requestid=nil)
|
|
6156
6172
|
@TotalCount = totalcount
|
|
@@ -6442,20 +6458,28 @@ module TencentCloud
|
|
|
6442
6458
|
# @type KeyId: String
|
|
6443
6459
|
# @param KeyRegion: 加密秘钥地域
|
|
6444
6460
|
# @type KeyRegion: String
|
|
6461
|
+
# @param KeyType: 秘钥类型
|
|
6462
|
+
# @type KeyType: String
|
|
6463
|
+
# @param IsOpenGlobalEncryption: 是否已经开启全局加密
|
|
6464
|
+
# @type IsOpenGlobalEncryption: Boolean
|
|
6445
6465
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6446
6466
|
# @type RequestId: String
|
|
6447
6467
|
|
|
6448
|
-
attr_accessor :KeyId, :KeyRegion, :RequestId
|
|
6468
|
+
attr_accessor :KeyId, :KeyRegion, :KeyType, :IsOpenGlobalEncryption, :RequestId
|
|
6449
6469
|
|
|
6450
|
-
def initialize(keyid=nil, keyregion=nil, requestid=nil)
|
|
6470
|
+
def initialize(keyid=nil, keyregion=nil, keytype=nil, isopenglobalencryption=nil, requestid=nil)
|
|
6451
6471
|
@KeyId = keyid
|
|
6452
6472
|
@KeyRegion = keyregion
|
|
6473
|
+
@KeyType = keytype
|
|
6474
|
+
@IsOpenGlobalEncryption = isopenglobalencryption
|
|
6453
6475
|
@RequestId = requestid
|
|
6454
6476
|
end
|
|
6455
6477
|
|
|
6456
6478
|
def deserialize(params)
|
|
6457
6479
|
@KeyId = params['KeyId']
|
|
6458
6480
|
@KeyRegion = params['KeyRegion']
|
|
6481
|
+
@KeyType = params['KeyType']
|
|
6482
|
+
@IsOpenGlobalEncryption = params['IsOpenGlobalEncryption']
|
|
6459
6483
|
@RequestId = params['RequestId']
|
|
6460
6484
|
end
|
|
6461
6485
|
end
|
|
@@ -6542,13 +6566,13 @@ module TencentCloud
|
|
|
6542
6566
|
class DescribeDBSecurityGroupsRequest < TencentCloud::Common::AbstractModel
|
|
6543
6567
|
# @param InstanceId: 实例ID(InstanceId与InstanceGroupId必须任选一个传入)
|
|
6544
6568
|
# @type InstanceId: String
|
|
6545
|
-
# @param InstanceGroupId: 实例组ID
|
|
6569
|
+
# @param InstanceGroupId: 实例组 ID,可通过 [DescribeClusterInstanceGroups](https://cloud.tencent.com/document/product/1003/103934) 接口查询。
|
|
6546
6570
|
# @type InstanceGroupId: String
|
|
6547
6571
|
|
|
6548
6572
|
attr_accessor :InstanceId, :InstanceGroupId
|
|
6549
6573
|
extend Gem::Deprecate
|
|
6550
|
-
deprecate :InstanceId, :none, 2025,
|
|
6551
|
-
deprecate :InstanceId=, :none, 2025,
|
|
6574
|
+
deprecate :InstanceId, :none, 2025, 11
|
|
6575
|
+
deprecate :InstanceId=, :none, 2025, 11
|
|
6552
6576
|
|
|
6553
6577
|
def initialize(instanceid=nil, instancegroupid=nil)
|
|
6554
6578
|
@InstanceId = instanceid
|
|
@@ -11760,8 +11784,8 @@ module TencentCloud
|
|
|
11760
11784
|
|
|
11761
11785
|
attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
|
|
11762
11786
|
extend Gem::Deprecate
|
|
11763
|
-
deprecate :InstanceGrpId, :none, 2025,
|
|
11764
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
|
11787
|
+
deprecate :InstanceGrpId, :none, 2025, 11
|
|
11788
|
+
deprecate :InstanceGrpId=, :none, 2025, 11
|
|
11765
11789
|
|
|
11766
11790
|
def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
|
|
11767
11791
|
@ClusterId = clusterid
|
|
@@ -12061,8 +12085,8 @@ module TencentCloud
|
|
|
12061
12085
|
|
|
12062
12086
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
|
|
12063
12087
|
extend Gem::Deprecate
|
|
12064
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
|
12065
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
|
12088
|
+
deprecate :AuditRuleFilters, :none, 2025, 11
|
|
12089
|
+
deprecate :AuditRuleFilters=, :none, 2025, 11
|
|
12066
12090
|
|
|
12067
12091
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
|
|
12068
12092
|
@InstanceId = instanceid
|
|
@@ -12220,14 +12244,17 @@ module TencentCloud
|
|
|
12220
12244
|
# @type KeyId: String
|
|
12221
12245
|
# @param KeyRegion: 秘钥地域
|
|
12222
12246
|
# @type KeyRegion: String
|
|
12247
|
+
# @param IsOpenGlobalEncryption: 是否开启全局加密
|
|
12248
|
+
# @type IsOpenGlobalEncryption: Boolean
|
|
12223
12249
|
|
|
12224
|
-
attr_accessor :ClusterId, :KeyType, :KeyId, :KeyRegion
|
|
12250
|
+
attr_accessor :ClusterId, :KeyType, :KeyId, :KeyRegion, :IsOpenGlobalEncryption
|
|
12225
12251
|
|
|
12226
|
-
def initialize(clusterid=nil, keytype=nil, keyid=nil, keyregion=nil)
|
|
12252
|
+
def initialize(clusterid=nil, keytype=nil, keyid=nil, keyregion=nil, isopenglobalencryption=nil)
|
|
12227
12253
|
@ClusterId = clusterid
|
|
12228
12254
|
@KeyType = keytype
|
|
12229
12255
|
@KeyId = keyid
|
|
12230
12256
|
@KeyRegion = keyregion
|
|
12257
|
+
@IsOpenGlobalEncryption = isopenglobalencryption
|
|
12231
12258
|
end
|
|
12232
12259
|
|
|
12233
12260
|
def deserialize(params)
|
|
@@ -12235,6 +12262,7 @@ module TencentCloud
|
|
|
12235
12262
|
@KeyType = params['KeyType']
|
|
12236
12263
|
@KeyId = params['KeyId']
|
|
12237
12264
|
@KeyRegion = params['KeyRegion']
|
|
12265
|
+
@IsOpenGlobalEncryption = params['IsOpenGlobalEncryption']
|
|
12238
12266
|
end
|
|
12239
12267
|
end
|
|
12240
12268
|
|
|
@@ -12369,8 +12397,8 @@ module TencentCloud
|
|
|
12369
12397
|
|
|
12370
12398
|
attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
|
|
12371
12399
|
extend Gem::Deprecate
|
|
12372
|
-
deprecate :InstanceGrpId, :none, 2025,
|
|
12373
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
|
12400
|
+
deprecate :InstanceGrpId, :none, 2025, 11
|
|
12401
|
+
deprecate :InstanceGrpId=, :none, 2025, 11
|
|
12374
12402
|
|
|
12375
12403
|
def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
|
|
12376
12404
|
@InstanceGrpId = instancegrpid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cynosdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1163
|
|
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-
|
|
11
|
+
date: 2025-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|