tencentcloud-sdk-cdwdoris 3.0.1126 → 3.0.1150
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/v20211228/models.rb +57 -44
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afbc249159f402e531720db3fbb21bdd84f11a59
|
4
|
+
data.tar.gz: 75c2d698a92378f9412713f107977b412f8a0a4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ed10091e8e7d1cc61193896500181083896e0b5d686d4c63bf15db1a4dc9da02179e78441fd8c970406fb5dda005f9d5171fcd177012c87aa24c532bd089a03
|
7
|
+
data.tar.gz: 3cad718eaabae38368af6206701af6909e7fc6d0893dbfdd8dcb1346ff38679946b557a0840d8996e82d5036346beefce634dc9adb68cc8f51a6000e995d8b66
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1150
|
data/lib/v20211228/models.rb
CHANGED
@@ -517,8 +517,8 @@ module TencentCloud
|
|
517
517
|
|
518
518
|
attr_accessor :ComputeGroupId, :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
|
519
519
|
extend Gem::Deprecate
|
520
|
-
deprecate :FileKeyValues, :none, 2025,
|
521
|
-
deprecate :FileKeyValues=, :none, 2025,
|
520
|
+
deprecate :FileKeyValues, :none, 2025, 9
|
521
|
+
deprecate :FileKeyValues=, :none, 2025, 9
|
522
522
|
|
523
523
|
def initialize(computegroupid=nil, filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil, filekeyvalues=nil, filekeyvaluesnew=nil)
|
524
524
|
@ComputeGroupId = computegroupid
|
@@ -762,20 +762,20 @@ module TencentCloud
|
|
762
762
|
|
763
763
|
attr_accessor :InstanceId, :OperationType, :ScheduleId, :WeekDays, :ExecuteHour, :BackUpTables, :BackupType, :DorisSourceInfo, :BackupTimeType, :RestoreType, :AuthType, :CosSourceInfo, :ScheduleName, :ScheduleInfo, :UpdateStatus, :CosBucket, :SnapshotRemainPolicy, :DataRemoteRegion
|
764
764
|
extend Gem::Deprecate
|
765
|
-
deprecate :WeekDays, :none, 2025,
|
766
|
-
deprecate :WeekDays=, :none, 2025,
|
767
|
-
deprecate :ExecuteHour, :none, 2025,
|
768
|
-
deprecate :ExecuteHour=, :none, 2025,
|
769
|
-
deprecate :BackupType, :none, 2025,
|
770
|
-
deprecate :BackupType=, :none, 2025,
|
771
|
-
deprecate :DorisSourceInfo, :none, 2025,
|
772
|
-
deprecate :DorisSourceInfo=, :none, 2025,
|
773
|
-
deprecate :RestoreType, :none, 2025,
|
774
|
-
deprecate :RestoreType=, :none, 2025,
|
775
|
-
deprecate :AuthType, :none, 2025,
|
776
|
-
deprecate :AuthType=, :none, 2025,
|
777
|
-
deprecate :CosSourceInfo, :none, 2025,
|
778
|
-
deprecate :CosSourceInfo=, :none, 2025,
|
765
|
+
deprecate :WeekDays, :none, 2025, 9
|
766
|
+
deprecate :WeekDays=, :none, 2025, 9
|
767
|
+
deprecate :ExecuteHour, :none, 2025, 9
|
768
|
+
deprecate :ExecuteHour=, :none, 2025, 9
|
769
|
+
deprecate :BackupType, :none, 2025, 9
|
770
|
+
deprecate :BackupType=, :none, 2025, 9
|
771
|
+
deprecate :DorisSourceInfo, :none, 2025, 9
|
772
|
+
deprecate :DorisSourceInfo=, :none, 2025, 9
|
773
|
+
deprecate :RestoreType, :none, 2025, 9
|
774
|
+
deprecate :RestoreType=, :none, 2025, 9
|
775
|
+
deprecate :AuthType, :none, 2025, 9
|
776
|
+
deprecate :AuthType=, :none, 2025, 9
|
777
|
+
deprecate :CosSourceInfo, :none, 2025, 9
|
778
|
+
deprecate :CosSourceInfo=, :none, 2025, 9
|
779
779
|
|
780
780
|
def initialize(instanceid=nil, operationtype=nil, scheduleid=nil, weekdays=nil, executehour=nil, backuptables=nil, backuptype=nil, dorissourceinfo=nil, backuptimetype=nil, restoretype=nil, authtype=nil, cossourceinfo=nil, schedulename=nil, scheduleinfo=nil, updatestatus=nil, cosbucket=nil, snapshotremainpolicy=nil, dataremoteregion=nil)
|
781
781
|
@InstanceId = instanceid
|
@@ -955,10 +955,10 @@ module TencentCloud
|
|
955
955
|
|
956
956
|
attr_accessor :Zone, :FeSpec, :BeSpec, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DorisUserPwd, :Tags, :HaType, :CaseSensitive, :EnableMultiZones, :UserMultiZoneInfos, :UserMultiZoneInfoArr, :IsSSC, :SSCCU, :CacheDiskSize, :CacheDataDiskSize
|
957
957
|
extend Gem::Deprecate
|
958
|
-
deprecate :UserMultiZoneInfos, :none, 2025,
|
959
|
-
deprecate :UserMultiZoneInfos=, :none, 2025,
|
960
|
-
deprecate :CacheDiskSize, :none, 2025,
|
961
|
-
deprecate :CacheDiskSize=, :none, 2025,
|
958
|
+
deprecate :UserMultiZoneInfos, :none, 2025, 9
|
959
|
+
deprecate :UserMultiZoneInfos=, :none, 2025, 9
|
960
|
+
deprecate :CacheDiskSize, :none, 2025, 9
|
961
|
+
deprecate :CacheDiskSize=, :none, 2025, 9
|
962
962
|
|
963
963
|
def initialize(zone=nil, fespec=nil, bespec=nil, haflag=nil, uservpcid=nil, usersubnetid=nil, productversion=nil, chargeproperties=nil, instancename=nil, dorisuserpwd=nil, tags=nil, hatype=nil, casesensitive=nil, enablemultizones=nil, usermultizoneinfos=nil, usermultizoneinfoarr=nil, isssc=nil, ssccu=nil, cachedisksize=nil, cachedatadisksize=nil)
|
964
964
|
@Zone = zone
|
@@ -2464,7 +2464,11 @@ module TencentCloud
|
|
2464
2464
|
|
2465
2465
|
# DescribeInstanceState返回参数结构体
|
2466
2466
|
class DescribeInstanceStateResponse < TencentCloud::Common::AbstractModel
|
2467
|
-
# @param InstanceState:
|
2467
|
+
# @param InstanceState: 集群状态
|
2468
|
+
# Init 创建中
|
2469
|
+
# Serving 运行中
|
2470
|
+
# Isolated 已隔离
|
2471
|
+
# Changing 变更中
|
2468
2472
|
# @type InstanceState: String
|
2469
2473
|
# @param FlowCreateTime: 集群操作创建时间
|
2470
2474
|
# @type FlowCreateTime: String
|
@@ -2559,8 +2563,8 @@ module TencentCloud
|
|
2559
2563
|
|
2560
2564
|
attr_accessor :InstanceID, :Input
|
2561
2565
|
extend Gem::Deprecate
|
2562
|
-
deprecate :InstanceID, :none, 2025,
|
2563
|
-
deprecate :InstanceID=, :none, 2025,
|
2566
|
+
deprecate :InstanceID, :none, 2025, 9
|
2567
|
+
deprecate :InstanceID=, :none, 2025, 9
|
2564
2568
|
|
2565
2569
|
def initialize(instanceid=nil, input=nil)
|
2566
2570
|
@InstanceID = instanceid
|
@@ -3426,14 +3430,15 @@ module TencentCloud
|
|
3426
3430
|
|
3427
3431
|
# 实例描述信息
|
3428
3432
|
class InstanceInfo < TencentCloud::Common::AbstractModel
|
3429
|
-
# @param InstanceId: 集群实例ID, "
|
3433
|
+
# @param InstanceId: 集群实例ID, "cdwdoris-xxxx" 字符串类型
|
3430
3434
|
# @type InstanceId: String
|
3431
3435
|
# @param InstanceName: 集群实例名称
|
3432
3436
|
# @type InstanceName: String
|
3433
3437
|
# @param Status: 状态,
|
3434
|
-
# Init
|
3435
|
-
#
|
3436
|
-
#
|
3438
|
+
# Init 创建中
|
3439
|
+
# Serving 运行中
|
3440
|
+
# Isolated 已隔离
|
3441
|
+
# Changing 变更中
|
3437
3442
|
# @type Status: String
|
3438
3443
|
# @param Version: 版本
|
3439
3444
|
# @type Version: String
|
@@ -3468,7 +3473,7 @@ module TencentCloud
|
|
3468
3473
|
# @type Id: Integer
|
3469
3474
|
# @param RegionId: regionId, 表示地域
|
3470
3475
|
# @type RegionId: Integer
|
3471
|
-
# @param ZoneDesc: 可用区说明,例如 "
|
3476
|
+
# @param ZoneDesc: 可用区说明,例如 "广州三区"
|
3472
3477
|
# @type ZoneDesc: String
|
3473
3478
|
# @param FlowMsg: 错误流程说明信息
|
3474
3479
|
# @type FlowMsg: String
|
@@ -3544,13 +3549,17 @@ module TencentCloud
|
|
3544
3549
|
# @type CosStorageSize: Float
|
3545
3550
|
# @param IsMasterNonVM: 存算分离的指标 当是true 不支持新建计算组
|
3546
3551
|
# @type IsMasterNonVM: Boolean
|
3552
|
+
# @param CosPkgCapacity: Cos容量包大小
|
3553
|
+
# @type CosPkgCapacity: Integer
|
3554
|
+
# @param UseManagedBucket: 集群是否使用托管桶
|
3555
|
+
# @type UseManagedBucket: Boolean
|
3547
3556
|
|
3548
|
-
attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CoreSummary, :HA, :HaType, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :CosBucketName, :CanAttachCbs, :BuildVersion, :Components, :IfExistCatalog, :Characteristic, :RestartTimeout, :GraceShutdownWaitSeconds, :CaseSensitive, :IsWhiteSGs, :BindSGs, :EnableMultiZones, :UserNetworkInfos, :EnableCoolDown, :CoolDownBucket, :Details, :EnableDlc, :AccountType, :MonitorMode, :CNSummary, :ComputeGroupCount, :CosStorageSize, :IsMasterNonVM
|
3557
|
+
attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CoreSummary, :HA, :HaType, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :CosBucketName, :CanAttachCbs, :BuildVersion, :Components, :IfExistCatalog, :Characteristic, :RestartTimeout, :GraceShutdownWaitSeconds, :CaseSensitive, :IsWhiteSGs, :BindSGs, :EnableMultiZones, :UserNetworkInfos, :EnableCoolDown, :CoolDownBucket, :Details, :EnableDlc, :AccountType, :MonitorMode, :CNSummary, :ComputeGroupCount, :CosStorageSize, :IsMasterNonVM, :CosPkgCapacity, :UseManagedBucket
|
3549
3558
|
extend Gem::Deprecate
|
3550
|
-
deprecate :IfExistCatalog, :none, 2025,
|
3551
|
-
deprecate :IfExistCatalog=, :none, 2025,
|
3559
|
+
deprecate :IfExistCatalog, :none, 2025, 9
|
3560
|
+
deprecate :IfExistCatalog=, :none, 2025, 9
|
3552
3561
|
|
3553
|
-
def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, coresummary=nil, ha=nil, hatype=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, cosbucketname=nil, canattachcbs=nil, buildversion=nil, components=nil, ifexistcatalog=nil, characteristic=nil, restarttimeout=nil, graceshutdownwaitseconds=nil, casesensitive=nil, iswhitesgs=nil, bindsgs=nil, enablemultizones=nil, usernetworkinfos=nil, enablecooldown=nil, cooldownbucket=nil, details=nil, enabledlc=nil, accounttype=nil, monitormode=nil, cnsummary=nil, computegroupcount=nil, cosstoragesize=nil, ismasternonvm=nil)
|
3562
|
+
def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, coresummary=nil, ha=nil, hatype=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, cosbucketname=nil, canattachcbs=nil, buildversion=nil, components=nil, ifexistcatalog=nil, characteristic=nil, restarttimeout=nil, graceshutdownwaitseconds=nil, casesensitive=nil, iswhitesgs=nil, bindsgs=nil, enablemultizones=nil, usernetworkinfos=nil, enablecooldown=nil, cooldownbucket=nil, details=nil, enabledlc=nil, accounttype=nil, monitormode=nil, cnsummary=nil, computegroupcount=nil, cosstoragesize=nil, ismasternonvm=nil, cospkgcapacity=nil, usemanagedbucket=nil)
|
3554
3563
|
@InstanceId = instanceid
|
3555
3564
|
@InstanceName = instancename
|
3556
3565
|
@Status = status
|
@@ -3606,6 +3615,8 @@ module TencentCloud
|
|
3606
3615
|
@ComputeGroupCount = computegroupcount
|
3607
3616
|
@CosStorageSize = cosstoragesize
|
3608
3617
|
@IsMasterNonVM = ismasternonvm
|
3618
|
+
@CosPkgCapacity = cospkgcapacity
|
3619
|
+
@UseManagedBucket = usemanagedbucket
|
3609
3620
|
end
|
3610
3621
|
|
3611
3622
|
def deserialize(params)
|
@@ -3683,6 +3694,8 @@ module TencentCloud
|
|
3683
3694
|
@ComputeGroupCount = params['ComputeGroupCount']
|
3684
3695
|
@CosStorageSize = params['CosStorageSize']
|
3685
3696
|
@IsMasterNonVM = params['IsMasterNonVM']
|
3697
|
+
@CosPkgCapacity = params['CosPkgCapacity']
|
3698
|
+
@UseManagedBucket = params['UseManagedBucket']
|
3686
3699
|
end
|
3687
3700
|
end
|
3688
3701
|
|
@@ -4716,18 +4729,18 @@ module TencentCloud
|
|
4716
4729
|
|
4717
4730
|
attr_accessor :InstanceId, :BackUpJobId, :ReplicationNum, :ReserveSourceConfig, :RecoverType, :CosSourceInfo, :ScheduleType, :NextTime, :ScheduleName, :OperationType, :RecoverScope, :RecoverDatabase, :ReserveStoragePolicy
|
4718
4731
|
extend Gem::Deprecate
|
4719
|
-
deprecate :RecoverType, :none, 2025,
|
4720
|
-
deprecate :RecoverType=, :none, 2025,
|
4721
|
-
deprecate :CosSourceInfo, :none, 2025,
|
4722
|
-
deprecate :CosSourceInfo=, :none, 2025,
|
4723
|
-
deprecate :ScheduleType, :none, 2025,
|
4724
|
-
deprecate :ScheduleType=, :none, 2025,
|
4725
|
-
deprecate :NextTime, :none, 2025,
|
4726
|
-
deprecate :NextTime=, :none, 2025,
|
4727
|
-
deprecate :ScheduleName, :none, 2025,
|
4728
|
-
deprecate :ScheduleName=, :none, 2025,
|
4729
|
-
deprecate :OperationType, :none, 2025,
|
4730
|
-
deprecate :OperationType=, :none, 2025,
|
4732
|
+
deprecate :RecoverType, :none, 2025, 9
|
4733
|
+
deprecate :RecoverType=, :none, 2025, 9
|
4734
|
+
deprecate :CosSourceInfo, :none, 2025, 9
|
4735
|
+
deprecate :CosSourceInfo=, :none, 2025, 9
|
4736
|
+
deprecate :ScheduleType, :none, 2025, 9
|
4737
|
+
deprecate :ScheduleType=, :none, 2025, 9
|
4738
|
+
deprecate :NextTime, :none, 2025, 9
|
4739
|
+
deprecate :NextTime=, :none, 2025, 9
|
4740
|
+
deprecate :ScheduleName, :none, 2025, 9
|
4741
|
+
deprecate :ScheduleName=, :none, 2025, 9
|
4742
|
+
deprecate :OperationType, :none, 2025, 9
|
4743
|
+
deprecate :OperationType=, :none, 2025, 9
|
4731
4744
|
|
4732
4745
|
def initialize(instanceid=nil, backupjobid=nil, replicationnum=nil, reservesourceconfig=nil, recovertype=nil, cossourceinfo=nil, scheduletype=nil, nexttime=nil, schedulename=nil, operationtype=nil, recoverscope=nil, recoverdatabase=nil, reservestoragepolicy=nil)
|
4733
4746
|
@InstanceId = instanceid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdwdoris
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1150
|
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-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-cdwdoris.rb
|
37
36
|
- lib/v20211228/client.rb
|
38
37
|
- lib/v20211228/models.rb
|
38
|
+
- lib/tencentcloud-sdk-cdwdoris.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|