tencentcloud-sdk-cdwdoris 3.0.1150 → 3.0.1159
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 +55 -40
- 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: 93df7719aedb127910616522d2c16266a3c36441
|
|
4
|
+
data.tar.gz: c0528c0f94738bfcab6615ad975d874e6c0893b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80a2ff76dcefc47da67e1d4a2e595aca84f25a6db5e3eb0a6bf706bca4dbe937a55e240a348a265bd52771f6efd2bf9fb2a8c8cffb62a15c562603d15f000672
|
|
7
|
+
data.tar.gz: 10e7c087f4f8d79f121a200419a6248c01848d949a9b1cda1e57998b8be22e76237693787fa68ff7184dbd5c84d27e27eb3f31ae7d22a1afedec3e0b0701b9d1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1159
|
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, 10
|
|
521
|
+
deprecate :FileKeyValues=, :none, 2025, 10
|
|
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, 10
|
|
766
|
+
deprecate :WeekDays=, :none, 2025, 10
|
|
767
|
+
deprecate :ExecuteHour, :none, 2025, 10
|
|
768
|
+
deprecate :ExecuteHour=, :none, 2025, 10
|
|
769
|
+
deprecate :BackupType, :none, 2025, 10
|
|
770
|
+
deprecate :BackupType=, :none, 2025, 10
|
|
771
|
+
deprecate :DorisSourceInfo, :none, 2025, 10
|
|
772
|
+
deprecate :DorisSourceInfo=, :none, 2025, 10
|
|
773
|
+
deprecate :RestoreType, :none, 2025, 10
|
|
774
|
+
deprecate :RestoreType=, :none, 2025, 10
|
|
775
|
+
deprecate :AuthType, :none, 2025, 10
|
|
776
|
+
deprecate :AuthType=, :none, 2025, 10
|
|
777
|
+
deprecate :CosSourceInfo, :none, 2025, 10
|
|
778
|
+
deprecate :CosSourceInfo=, :none, 2025, 10
|
|
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, 10
|
|
959
|
+
deprecate :UserMultiZoneInfos=, :none, 2025, 10
|
|
960
|
+
deprecate :CacheDiskSize, :none, 2025, 10
|
|
961
|
+
deprecate :CacheDiskSize=, :none, 2025, 10
|
|
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
|
|
@@ -1764,16 +1764,19 @@ module TencentCloud
|
|
|
1764
1764
|
# @type ErrorMsg: String
|
|
1765
1765
|
# @param HasCN: 是否包含CN节点
|
|
1766
1766
|
# @type HasCN: Boolean
|
|
1767
|
+
# @param ExistingJarConfList: 实例已经存在的jar包列表
|
|
1768
|
+
# @type ExistingJarConfList: Array
|
|
1767
1769
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1768
1770
|
# @type RequestId: String
|
|
1769
1771
|
|
|
1770
|
-
attr_accessor :ClusterConfList, :BuildVersion, :ErrorMsg, :HasCN, :RequestId
|
|
1772
|
+
attr_accessor :ClusterConfList, :BuildVersion, :ErrorMsg, :HasCN, :ExistingJarConfList, :RequestId
|
|
1771
1773
|
|
|
1772
|
-
def initialize(clusterconflist=nil, buildversion=nil, errormsg=nil, hascn=nil, requestid=nil)
|
|
1774
|
+
def initialize(clusterconflist=nil, buildversion=nil, errormsg=nil, hascn=nil, existingjarconflist=nil, requestid=nil)
|
|
1773
1775
|
@ClusterConfList = clusterconflist
|
|
1774
1776
|
@BuildVersion = buildversion
|
|
1775
1777
|
@ErrorMsg = errormsg
|
|
1776
1778
|
@HasCN = hascn
|
|
1779
|
+
@ExistingJarConfList = existingjarconflist
|
|
1777
1780
|
@RequestId = requestid
|
|
1778
1781
|
end
|
|
1779
1782
|
|
|
@@ -1789,6 +1792,14 @@ module TencentCloud
|
|
|
1789
1792
|
@BuildVersion = params['BuildVersion']
|
|
1790
1793
|
@ErrorMsg = params['ErrorMsg']
|
|
1791
1794
|
@HasCN = params['HasCN']
|
|
1795
|
+
unless params['ExistingJarConfList'].nil?
|
|
1796
|
+
@ExistingJarConfList = []
|
|
1797
|
+
params['ExistingJarConfList'].each do |i|
|
|
1798
|
+
clusterconfigsinfofromemr_tmp = ClusterConfigsInfoFromEMR.new
|
|
1799
|
+
clusterconfigsinfofromemr_tmp.deserialize(i)
|
|
1800
|
+
@ExistingJarConfList << clusterconfigsinfofromemr_tmp
|
|
1801
|
+
end
|
|
1802
|
+
end
|
|
1792
1803
|
@RequestId = params['RequestId']
|
|
1793
1804
|
end
|
|
1794
1805
|
end
|
|
@@ -2563,8 +2574,8 @@ module TencentCloud
|
|
|
2563
2574
|
|
|
2564
2575
|
attr_accessor :InstanceID, :Input
|
|
2565
2576
|
extend Gem::Deprecate
|
|
2566
|
-
deprecate :InstanceID, :none, 2025,
|
|
2567
|
-
deprecate :InstanceID=, :none, 2025,
|
|
2577
|
+
deprecate :InstanceID, :none, 2025, 10
|
|
2578
|
+
deprecate :InstanceID=, :none, 2025, 10
|
|
2568
2579
|
|
|
2569
2580
|
def initialize(instanceid=nil, input=nil)
|
|
2570
2581
|
@InstanceID = instanceid
|
|
@@ -3556,8 +3567,8 @@ module TencentCloud
|
|
|
3556
3567
|
|
|
3557
3568
|
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
|
|
3558
3569
|
extend Gem::Deprecate
|
|
3559
|
-
deprecate :IfExistCatalog, :none, 2025,
|
|
3560
|
-
deprecate :IfExistCatalog=, :none, 2025,
|
|
3570
|
+
deprecate :IfExistCatalog, :none, 2025, 10
|
|
3571
|
+
deprecate :IfExistCatalog=, :none, 2025, 10
|
|
3561
3572
|
|
|
3562
3573
|
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)
|
|
3563
3574
|
@InstanceId = instanceid
|
|
@@ -4247,10 +4258,12 @@ module TencentCloud
|
|
|
4247
4258
|
# @type UpdateComputeGroups: Array
|
|
4248
4259
|
# @param DefaultComputeGroup: 默认计算组
|
|
4249
4260
|
# @type DefaultComputeGroup: String
|
|
4261
|
+
# @param ComputeGroupType: 0: 灵活场景 1: 固定场景
|
|
4262
|
+
# @type ComputeGroupType: Integer
|
|
4250
4263
|
|
|
4251
|
-
attr_accessor :InstanceId, :UserName, :UserPrivileges, :WhiteHost, :UpdateType, :UpdateComputeGroups, :DefaultComputeGroup
|
|
4264
|
+
attr_accessor :InstanceId, :UserName, :UserPrivileges, :WhiteHost, :UpdateType, :UpdateComputeGroups, :DefaultComputeGroup, :ComputeGroupType
|
|
4252
4265
|
|
|
4253
|
-
def initialize(instanceid=nil, username=nil, userprivileges=nil, whitehost=nil, updatetype=nil, updatecomputegroups=nil, defaultcomputegroup=nil)
|
|
4266
|
+
def initialize(instanceid=nil, username=nil, userprivileges=nil, whitehost=nil, updatetype=nil, updatecomputegroups=nil, defaultcomputegroup=nil, computegrouptype=nil)
|
|
4254
4267
|
@InstanceId = instanceid
|
|
4255
4268
|
@UserName = username
|
|
4256
4269
|
@UserPrivileges = userprivileges
|
|
@@ -4258,6 +4271,7 @@ module TencentCloud
|
|
|
4258
4271
|
@UpdateType = updatetype
|
|
4259
4272
|
@UpdateComputeGroups = updatecomputegroups
|
|
4260
4273
|
@DefaultComputeGroup = defaultcomputegroup
|
|
4274
|
+
@ComputeGroupType = computegrouptype
|
|
4261
4275
|
end
|
|
4262
4276
|
|
|
4263
4277
|
def deserialize(params)
|
|
@@ -4271,6 +4285,7 @@ module TencentCloud
|
|
|
4271
4285
|
@UpdateType = params['UpdateType']
|
|
4272
4286
|
@UpdateComputeGroups = params['UpdateComputeGroups']
|
|
4273
4287
|
@DefaultComputeGroup = params['DefaultComputeGroup']
|
|
4288
|
+
@ComputeGroupType = params['ComputeGroupType']
|
|
4274
4289
|
end
|
|
4275
4290
|
end
|
|
4276
4291
|
|
|
@@ -4729,18 +4744,18 @@ module TencentCloud
|
|
|
4729
4744
|
|
|
4730
4745
|
attr_accessor :InstanceId, :BackUpJobId, :ReplicationNum, :ReserveSourceConfig, :RecoverType, :CosSourceInfo, :ScheduleType, :NextTime, :ScheduleName, :OperationType, :RecoverScope, :RecoverDatabase, :ReserveStoragePolicy
|
|
4731
4746
|
extend Gem::Deprecate
|
|
4732
|
-
deprecate :RecoverType, :none, 2025,
|
|
4733
|
-
deprecate :RecoverType=, :none, 2025,
|
|
4734
|
-
deprecate :CosSourceInfo, :none, 2025,
|
|
4735
|
-
deprecate :CosSourceInfo=, :none, 2025,
|
|
4736
|
-
deprecate :ScheduleType, :none, 2025,
|
|
4737
|
-
deprecate :ScheduleType=, :none, 2025,
|
|
4738
|
-
deprecate :NextTime, :none, 2025,
|
|
4739
|
-
deprecate :NextTime=, :none, 2025,
|
|
4740
|
-
deprecate :ScheduleName, :none, 2025,
|
|
4741
|
-
deprecate :ScheduleName=, :none, 2025,
|
|
4742
|
-
deprecate :OperationType, :none, 2025,
|
|
4743
|
-
deprecate :OperationType=, :none, 2025,
|
|
4747
|
+
deprecate :RecoverType, :none, 2025, 10
|
|
4748
|
+
deprecate :RecoverType=, :none, 2025, 10
|
|
4749
|
+
deprecate :CosSourceInfo, :none, 2025, 10
|
|
4750
|
+
deprecate :CosSourceInfo=, :none, 2025, 10
|
|
4751
|
+
deprecate :ScheduleType, :none, 2025, 10
|
|
4752
|
+
deprecate :ScheduleType=, :none, 2025, 10
|
|
4753
|
+
deprecate :NextTime, :none, 2025, 10
|
|
4754
|
+
deprecate :NextTime=, :none, 2025, 10
|
|
4755
|
+
deprecate :ScheduleName, :none, 2025, 10
|
|
4756
|
+
deprecate :ScheduleName=, :none, 2025, 10
|
|
4757
|
+
deprecate :OperationType, :none, 2025, 10
|
|
4758
|
+
deprecate :OperationType=, :none, 2025, 10
|
|
4744
4759
|
|
|
4745
4760
|
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)
|
|
4746
4761
|
@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.1159
|
|
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-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20211228/client.rb
|
|
37
36
|
- lib/v20211228/models.rb
|
|
37
|
+
- lib/v20211228/client.rb
|
|
38
38
|
- lib/tencentcloud-sdk-cdwdoris.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|