tencentcloud-sdk-cynosdb 3.0.854 → 3.0.855
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 +41 -26
- 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: 35b224a827da603fec24701fec3503836a988514
|
4
|
+
data.tar.gz: eb79bf3a6f112d472fc7da68bcf6d69bcda474d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b14219d1d14b527a9fa592f00a09de2e95da0139d7ab7fe8c709bf472d553dd34f067ebaf1882ba7113ab60b93feb686ed390e0044630e574f8893173c309495
|
7
|
+
data.tar.gz: f52918666acb0139c943036e3a5c6305c121e6200d8f441961875f1cb0e1bbd669fe6f735445d0d4e0fc8acd5e3a0ccc1fa00a2694facf7286e518305bb69894
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.855
|
data/lib/v20190107/models.rb
CHANGED
@@ -32,15 +32,23 @@ module TencentCloud
|
|
32
32
|
# @param IsSupportManualSnapshot: 是否支持手动发起快照备份
|
33
33
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
34
34
|
# @type IsSupportManualSnapshot: String
|
35
|
+
# @param IsSupportTransparentDataEncryption: 是否支持透明数据加密
|
36
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37
|
+
# @type IsSupportTransparentDataEncryption: String
|
38
|
+
# @param NoSupportTransparentDataEncryptionReason: 不支持透明数据加密原因
|
39
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
40
|
+
# @type NoSupportTransparentDataEncryptionReason: String
|
35
41
|
|
36
|
-
attr_accessor :IsSupportSlaveZone, :NonsupportSlaveZoneReason, :IsSupportRo, :NonsupportRoReason, :IsSupportManualSnapshot
|
42
|
+
attr_accessor :IsSupportSlaveZone, :NonsupportSlaveZoneReason, :IsSupportRo, :NonsupportRoReason, :IsSupportManualSnapshot, :IsSupportTransparentDataEncryption, :NoSupportTransparentDataEncryptionReason
|
37
43
|
|
38
|
-
def initialize(issupportslavezone=nil, nonsupportslavezonereason=nil, issupportro=nil, nonsupportroreason=nil, issupportmanualsnapshot=nil)
|
44
|
+
def initialize(issupportslavezone=nil, nonsupportslavezonereason=nil, issupportro=nil, nonsupportroreason=nil, issupportmanualsnapshot=nil, issupporttransparentdataencryption=nil, nosupporttransparentdataencryptionreason=nil)
|
39
45
|
@IsSupportSlaveZone = issupportslavezone
|
40
46
|
@NonsupportSlaveZoneReason = nonsupportslavezonereason
|
41
47
|
@IsSupportRo = issupportro
|
42
48
|
@NonsupportRoReason = nonsupportroreason
|
43
49
|
@IsSupportManualSnapshot = issupportmanualsnapshot
|
50
|
+
@IsSupportTransparentDataEncryption = issupporttransparentdataencryption
|
51
|
+
@NoSupportTransparentDataEncryptionReason = nosupporttransparentdataencryptionreason
|
44
52
|
end
|
45
53
|
|
46
54
|
def deserialize(params)
|
@@ -49,6 +57,8 @@ module TencentCloud
|
|
49
57
|
@IsSupportRo = params['IsSupportRo']
|
50
58
|
@NonsupportRoReason = params['NonsupportRoReason']
|
51
59
|
@IsSupportManualSnapshot = params['IsSupportManualSnapshot']
|
60
|
+
@IsSupportTransparentDataEncryption = params['IsSupportTransparentDataEncryption']
|
61
|
+
@NoSupportTransparentDataEncryptionReason = params['NoSupportTransparentDataEncryptionReason']
|
52
62
|
end
|
53
63
|
end
|
54
64
|
|
@@ -234,8 +244,8 @@ module TencentCloud
|
|
234
244
|
|
235
245
|
attr_accessor :ClusterId, :Cpu, :Memory, :ReadOnlyCount, :DeviceType, :InstanceGrpId, :VpcId, :SubnetId, :Port, :InstanceName, :AutoVoucher, :DbType, :OrderSource, :DealMode, :ParamTemplateId, :InstanceParams, :SecurityGroupIds, :UpgradeProxy
|
236
246
|
extend Gem::Deprecate
|
237
|
-
deprecate :InstanceGrpId, :none, 2024,
|
238
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
247
|
+
deprecate :InstanceGrpId, :none, 2024, 7
|
248
|
+
deprecate :InstanceGrpId=, :none, 2024, 7
|
239
249
|
|
240
250
|
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)
|
241
251
|
@ClusterId = clusterid
|
@@ -1028,8 +1038,8 @@ module TencentCloud
|
|
1028
1038
|
|
1029
1039
|
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
|
1030
1040
|
extend Gem::Deprecate
|
1031
|
-
deprecate :InstanceGrpId, :none, 2024,
|
1032
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
1041
|
+
deprecate :InstanceGrpId, :none, 2024, 7
|
1042
|
+
deprecate :InstanceGrpId=, :none, 2024, 7
|
1033
1043
|
|
1034
1044
|
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)
|
1035
1045
|
@ID = id
|
@@ -1392,8 +1402,8 @@ module TencentCloud
|
|
1392
1402
|
|
1393
1403
|
attr_accessor :InstanceGrpId, :InstanceGroupId, :InstanceId
|
1394
1404
|
extend Gem::Deprecate
|
1395
|
-
deprecate :InstanceGrpId, :none, 2024,
|
1396
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
1405
|
+
deprecate :InstanceGrpId, :none, 2024, 7
|
1406
|
+
deprecate :InstanceGrpId=, :none, 2024, 7
|
1397
1407
|
|
1398
1408
|
def initialize(instancegrpid=nil, instancegroupid=nil, instanceid=nil)
|
1399
1409
|
@InstanceGrpId = instancegrpid
|
@@ -3508,6 +3518,10 @@ module TencentCloud
|
|
3508
3518
|
# @type Status: String
|
3509
3519
|
# @param StatusDesc: 实例状态中文描述
|
3510
3520
|
# @type StatusDesc: String
|
3521
|
+
# @param ServerlessStatus: serverless实例状态, 可能值:
|
3522
|
+
# resume
|
3523
|
+
# pause
|
3524
|
+
# @type ServerlessStatus: String
|
3511
3525
|
# @param DbType: 数据库类型
|
3512
3526
|
# @type DbType: String
|
3513
3527
|
# @param DbVersion: 数据库版本
|
@@ -3552,14 +3566,10 @@ module TencentCloud
|
|
3552
3566
|
# @type MinCpu: Float
|
3553
3567
|
# @param MaxCpu: serverless实例cpu上限
|
3554
3568
|
# @type MaxCpu: Float
|
3555
|
-
# @param ServerlessStatus: serverless实例状态, 可能值:
|
3556
|
-
# resume
|
3557
|
-
# pause
|
3558
|
-
# @type ServerlessStatus: String
|
3559
3569
|
|
3560
|
-
attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :DbType, :DbVersion, :Cpu, :Memory, :Storage, :InstanceType, :InstanceRole, :UpdateTime, :CreateTime, :PayMode, :PeriodEndTime, :NetType, :VpcId, :SubnetId, :Vip, :Vport, :WanDomain, :Charset, :CynosVersion, :RenewFlag, :MinCpu, :MaxCpu
|
3570
|
+
attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :ServerlessStatus, :DbType, :DbVersion, :Cpu, :Memory, :Storage, :InstanceType, :InstanceRole, :UpdateTime, :CreateTime, :PayMode, :PeriodEndTime, :NetType, :VpcId, :SubnetId, :Vip, :Vport, :WanDomain, :Charset, :CynosVersion, :RenewFlag, :MinCpu, :MaxCpu
|
3561
3571
|
|
3562
|
-
def initialize(uin=nil, appid=nil, clusterid=nil, clustername=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, zone=nil, status=nil, statusdesc=nil, dbtype=nil, dbversion=nil, cpu=nil, memory=nil, storage=nil, instancetype=nil, instancerole=nil, updatetime=nil, createtime=nil, paymode=nil, periodendtime=nil, nettype=nil, vpcid=nil, subnetid=nil, vip=nil, vport=nil, wandomain=nil, charset=nil, cynosversion=nil, renewflag=nil, mincpu=nil, maxcpu=nil
|
3572
|
+
def initialize(uin=nil, appid=nil, clusterid=nil, clustername=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, zone=nil, status=nil, statusdesc=nil, serverlessstatus=nil, dbtype=nil, dbversion=nil, cpu=nil, memory=nil, storage=nil, instancetype=nil, instancerole=nil, updatetime=nil, createtime=nil, paymode=nil, periodendtime=nil, nettype=nil, vpcid=nil, subnetid=nil, vip=nil, vport=nil, wandomain=nil, charset=nil, cynosversion=nil, renewflag=nil, mincpu=nil, maxcpu=nil)
|
3563
3573
|
@Uin = uin
|
3564
3574
|
@AppId = appid
|
3565
3575
|
@ClusterId = clusterid
|
@@ -3571,6 +3581,7 @@ module TencentCloud
|
|
3571
3581
|
@Zone = zone
|
3572
3582
|
@Status = status
|
3573
3583
|
@StatusDesc = statusdesc
|
3584
|
+
@ServerlessStatus = serverlessstatus
|
3574
3585
|
@DbType = dbtype
|
3575
3586
|
@DbVersion = dbversion
|
3576
3587
|
@Cpu = cpu
|
@@ -3593,7 +3604,6 @@ module TencentCloud
|
|
3593
3604
|
@RenewFlag = renewflag
|
3594
3605
|
@MinCpu = mincpu
|
3595
3606
|
@MaxCpu = maxcpu
|
3596
|
-
@ServerlessStatus = serverlessstatus
|
3597
3607
|
end
|
3598
3608
|
|
3599
3609
|
def deserialize(params)
|
@@ -3608,6 +3618,7 @@ module TencentCloud
|
|
3608
3618
|
@Zone = params['Zone']
|
3609
3619
|
@Status = params['Status']
|
3610
3620
|
@StatusDesc = params['StatusDesc']
|
3621
|
+
@ServerlessStatus = params['ServerlessStatus']
|
3611
3622
|
@DbType = params['DbType']
|
3612
3623
|
@DbVersion = params['DbVersion']
|
3613
3624
|
@Cpu = params['Cpu']
|
@@ -3630,7 +3641,6 @@ module TencentCloud
|
|
3630
3641
|
@RenewFlag = params['RenewFlag']
|
3631
3642
|
@MinCpu = params['MinCpu']
|
3632
3643
|
@MaxCpu = params['MaxCpu']
|
3633
|
-
@ServerlessStatus = params['ServerlessStatus']
|
3634
3644
|
end
|
3635
3645
|
end
|
3636
3646
|
|
@@ -5436,8 +5446,8 @@ module TencentCloud
|
|
5436
5446
|
|
5437
5447
|
attr_accessor :TotalCount, :InstanceGrpInfoList, :InstanceGroupInfoList, :RequestId
|
5438
5448
|
extend Gem::Deprecate
|
5439
|
-
deprecate :InstanceGrpInfoList, :none, 2024,
|
5440
|
-
deprecate :InstanceGrpInfoList=, :none, 2024,
|
5449
|
+
deprecate :InstanceGrpInfoList, :none, 2024, 7
|
5450
|
+
deprecate :InstanceGrpInfoList=, :none, 2024, 7
|
5441
5451
|
|
5442
5452
|
def initialize(totalcount=nil, instancegrpinfolist=nil, instancegroupinfolist=nil, requestid=nil)
|
5443
5453
|
@TotalCount = totalcount
|
@@ -5759,8 +5769,8 @@ module TencentCloud
|
|
5759
5769
|
|
5760
5770
|
attr_accessor :InstanceId, :InstanceGroupId
|
5761
5771
|
extend Gem::Deprecate
|
5762
|
-
deprecate :InstanceId, :none, 2024,
|
5763
|
-
deprecate :InstanceId=, :none, 2024,
|
5772
|
+
deprecate :InstanceId, :none, 2024, 7
|
5773
|
+
deprecate :InstanceId=, :none, 2024, 7
|
5764
5774
|
|
5765
5775
|
def initialize(instanceid=nil, instancegroupid=nil)
|
5766
5776
|
@InstanceId = instanceid
|
@@ -9899,8 +9909,8 @@ module TencentCloud
|
|
9899
9909
|
|
9900
9910
|
attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
|
9901
9911
|
extend Gem::Deprecate
|
9902
|
-
deprecate :InstanceGrpId, :none, 2024,
|
9903
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
9912
|
+
deprecate :InstanceGrpId, :none, 2024, 7
|
9913
|
+
deprecate :InstanceGrpId=, :none, 2024, 7
|
9904
9914
|
|
9905
9915
|
def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
|
9906
9916
|
@ClusterId = clusterid
|
@@ -10415,8 +10425,8 @@ module TencentCloud
|
|
10415
10425
|
|
10416
10426
|
attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
|
10417
10427
|
extend Gem::Deprecate
|
10418
|
-
deprecate :InstanceGrpId, :none, 2024,
|
10419
|
-
deprecate :InstanceGrpId=, :none, 2024,
|
10428
|
+
deprecate :InstanceGrpId, :none, 2024, 7
|
10429
|
+
deprecate :InstanceGrpId=, :none, 2024, 7
|
10420
10430
|
|
10421
10431
|
def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
|
10422
10432
|
@InstanceGrpId = instancegrpid
|
@@ -10727,10 +10737,13 @@ module TencentCloud
|
|
10727
10737
|
# @param Func: 函数
|
10728
10738
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10729
10739
|
# @type Func: String
|
10740
|
+
# @param FuncPattern: 支持公式的参数的默认公式样式
|
10741
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10742
|
+
# @type FuncPattern: String
|
10730
10743
|
|
10731
|
-
attr_accessor :CurrentValue, :Default, :EnumValue, :Max, :Min, :ParamName, :NeedReboot, :ParamType, :MatchType, :MatchValue, :Description, :IsGlobal, :ModifiableInfo, :IsFunc, :Func
|
10744
|
+
attr_accessor :CurrentValue, :Default, :EnumValue, :Max, :Min, :ParamName, :NeedReboot, :ParamType, :MatchType, :MatchValue, :Description, :IsGlobal, :ModifiableInfo, :IsFunc, :Func, :FuncPattern
|
10732
10745
|
|
10733
|
-
def initialize(currentvalue=nil, default=nil, enumvalue=nil, max=nil, min=nil, paramname=nil, needreboot=nil, paramtype=nil, matchtype=nil, matchvalue=nil, description=nil, isglobal=nil, modifiableinfo=nil, isfunc=nil, func=nil)
|
10746
|
+
def initialize(currentvalue=nil, default=nil, enumvalue=nil, max=nil, min=nil, paramname=nil, needreboot=nil, paramtype=nil, matchtype=nil, matchvalue=nil, description=nil, isglobal=nil, modifiableinfo=nil, isfunc=nil, func=nil, funcpattern=nil)
|
10734
10747
|
@CurrentValue = currentvalue
|
10735
10748
|
@Default = default
|
10736
10749
|
@EnumValue = enumvalue
|
@@ -10746,6 +10759,7 @@ module TencentCloud
|
|
10746
10759
|
@ModifiableInfo = modifiableinfo
|
10747
10760
|
@IsFunc = isfunc
|
10748
10761
|
@Func = func
|
10762
|
+
@FuncPattern = funcpattern
|
10749
10763
|
end
|
10750
10764
|
|
10751
10765
|
def deserialize(params)
|
@@ -10767,6 +10781,7 @@ module TencentCloud
|
|
10767
10781
|
end
|
10768
10782
|
@IsFunc = params['IsFunc']
|
10769
10783
|
@Func = params['Func']
|
10784
|
+
@FuncPattern = params['FuncPattern']
|
10770
10785
|
end
|
10771
10786
|
end
|
10772
10787
|
|
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.855
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|