tencentcloud-sdk-cdwdoris 3.0.1040 → 3.0.1041
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 +34 -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: 90c6f0769f6285cb15db4c2b672520646e1ea9b6
|
4
|
+
data.tar.gz: d163a99eadeec596d77499890109b5ed61f3f694
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b1307c67d120349c7757a16e06534f71c919a74cd6484f79f02b860451bedf56803e67751a28e2678c7cbe75bc99902d7ed45b0203c5d0f6fdcc5499789b959
|
7
|
+
data.tar.gz: 5b4ead8abc7eaed9eebc3aade1b70aad42ac8f97f8d2b8110272918933602eb1acd8d6f25c88fe1a56ad9d0ff14c15d3d6f378e324756d6f723759b2bf1918a7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1041
|
data/lib/v20211228/models.rb
CHANGED
@@ -502,8 +502,8 @@ module TencentCloud
|
|
502
502
|
|
503
503
|
attr_accessor :ComputeGroupId, :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
|
504
504
|
extend Gem::Deprecate
|
505
|
-
deprecate :FileKeyValues, :none, 2025,
|
506
|
-
deprecate :FileKeyValues=, :none, 2025,
|
505
|
+
deprecate :FileKeyValues, :none, 2025, 4
|
506
|
+
deprecate :FileKeyValues=, :none, 2025, 4
|
507
507
|
|
508
508
|
def initialize(computegroupid=nil, filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil, filekeyvalues=nil, filekeyvaluesnew=nil)
|
509
509
|
@ComputeGroupId = computegroupid
|
@@ -743,10 +743,10 @@ module TencentCloud
|
|
743
743
|
|
744
744
|
attr_accessor :InstanceId, :OperationType, :ScheduleId, :WeekDays, :ExecuteHour, :BackUpTables, :BackupType, :DorisSourceInfo, :BackupTimeType, :RestoreType, :AuthType, :CosSourceInfo, :ScheduleName, :ScheduleInfo, :UpdateStatus, :CosBucket
|
745
745
|
extend Gem::Deprecate
|
746
|
-
deprecate :WeekDays, :none, 2025,
|
747
|
-
deprecate :WeekDays=, :none, 2025,
|
748
|
-
deprecate :ExecuteHour, :none, 2025,
|
749
|
-
deprecate :ExecuteHour=, :none, 2025,
|
746
|
+
deprecate :WeekDays, :none, 2025, 4
|
747
|
+
deprecate :WeekDays=, :none, 2025, 4
|
748
|
+
deprecate :ExecuteHour, :none, 2025, 4
|
749
|
+
deprecate :ExecuteHour=, :none, 2025, 4
|
750
750
|
|
751
751
|
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)
|
752
752
|
@InstanceId = instanceid
|
@@ -911,8 +911,8 @@ module TencentCloud
|
|
911
911
|
|
912
912
|
attr_accessor :Zone, :FeSpec, :BeSpec, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DorisUserPwd, :Tags, :HaType, :CaseSensitive, :EnableMultiZones, :UserMultiZoneInfos, :UserMultiZoneInfoArr
|
913
913
|
extend Gem::Deprecate
|
914
|
-
deprecate :UserMultiZoneInfos, :none, 2025,
|
915
|
-
deprecate :UserMultiZoneInfos=, :none, 2025,
|
914
|
+
deprecate :UserMultiZoneInfos, :none, 2025, 4
|
915
|
+
deprecate :UserMultiZoneInfos=, :none, 2025, 4
|
916
916
|
|
917
917
|
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)
|
918
918
|
@Zone = zone
|
@@ -2489,8 +2489,8 @@ module TencentCloud
|
|
2489
2489
|
|
2490
2490
|
attr_accessor :InstanceID, :Input
|
2491
2491
|
extend Gem::Deprecate
|
2492
|
-
deprecate :InstanceID, :none, 2025,
|
2493
|
-
deprecate :InstanceID=, :none, 2025,
|
2492
|
+
deprecate :InstanceID, :none, 2025, 4
|
2493
|
+
deprecate :InstanceID=, :none, 2025, 4
|
2494
2494
|
|
2495
2495
|
def initialize(instanceid=nil, input=nil)
|
2496
2496
|
@InstanceID = instanceid
|
@@ -3469,8 +3469,8 @@ module TencentCloud
|
|
3469
3469
|
|
3470
3470
|
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
|
3471
3471
|
extend Gem::Deprecate
|
3472
|
-
deprecate :IfExistCatalog, :none, 2025,
|
3473
|
-
deprecate :IfExistCatalog=, :none, 2025,
|
3472
|
+
deprecate :IfExistCatalog, :none, 2025, 4
|
3473
|
+
deprecate :IfExistCatalog=, :none, 2025, 4
|
3474
3474
|
|
3475
3475
|
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)
|
3476
3476
|
@InstanceId = instanceid
|
@@ -4606,18 +4606,18 @@ module TencentCloud
|
|
4606
4606
|
|
4607
4607
|
attr_accessor :InstanceId, :BackUpJobId, :ReplicationNum, :ReserveSourceConfig, :RecoverType, :CosSourceInfo, :ScheduleType, :NextTime, :ScheduleName, :OperationType, :RecoverScope, :RecoverDatabase, :ReserveStoragePolicy
|
4608
4608
|
extend Gem::Deprecate
|
4609
|
-
deprecate :RecoverType, :none, 2025,
|
4610
|
-
deprecate :RecoverType=, :none, 2025,
|
4611
|
-
deprecate :CosSourceInfo, :none, 2025,
|
4612
|
-
deprecate :CosSourceInfo=, :none, 2025,
|
4613
|
-
deprecate :ScheduleType, :none, 2025,
|
4614
|
-
deprecate :ScheduleType=, :none, 2025,
|
4615
|
-
deprecate :NextTime, :none, 2025,
|
4616
|
-
deprecate :NextTime=, :none, 2025,
|
4617
|
-
deprecate :ScheduleName, :none, 2025,
|
4618
|
-
deprecate :ScheduleName=, :none, 2025,
|
4619
|
-
deprecate :OperationType, :none, 2025,
|
4620
|
-
deprecate :OperationType=, :none, 2025,
|
4609
|
+
deprecate :RecoverType, :none, 2025, 4
|
4610
|
+
deprecate :RecoverType=, :none, 2025, 4
|
4611
|
+
deprecate :CosSourceInfo, :none, 2025, 4
|
4612
|
+
deprecate :CosSourceInfo=, :none, 2025, 4
|
4613
|
+
deprecate :ScheduleType, :none, 2025, 4
|
4614
|
+
deprecate :ScheduleType=, :none, 2025, 4
|
4615
|
+
deprecate :NextTime, :none, 2025, 4
|
4616
|
+
deprecate :NextTime=, :none, 2025, 4
|
4617
|
+
deprecate :ScheduleName, :none, 2025, 4
|
4618
|
+
deprecate :ScheduleName=, :none, 2025, 4
|
4619
|
+
deprecate :OperationType, :none, 2025, 4
|
4620
|
+
deprecate :OperationType=, :none, 2025, 4
|
4621
4621
|
|
4622
4622
|
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)
|
4623
4623
|
@InstanceId = instanceid
|
@@ -4786,10 +4786,14 @@ module TencentCloud
|
|
4786
4786
|
# @type IsInternationalSite: Integer
|
4787
4787
|
# @param Bucket: 桶
|
4788
4788
|
# @type Bucket: String
|
4789
|
+
# @param SSCCount: 存算分离集群数
|
4790
|
+
# @type SSCCount: Integer
|
4791
|
+
# @param EnableSSC: 是否开通存算分离
|
4792
|
+
# @type EnableSSC: Boolean
|
4789
4793
|
|
4790
|
-
attr_accessor :Name, :Desc, :RegionId, :Zones, :Count, :IsInternationalSite, :Bucket
|
4794
|
+
attr_accessor :Name, :Desc, :RegionId, :Zones, :Count, :IsInternationalSite, :Bucket, :SSCCount, :EnableSSC
|
4791
4795
|
|
4792
|
-
def initialize(name=nil, desc=nil, regionid=nil, zones=nil, count=nil, isinternationalsite=nil, bucket=nil)
|
4796
|
+
def initialize(name=nil, desc=nil, regionid=nil, zones=nil, count=nil, isinternationalsite=nil, bucket=nil, ssccount=nil, enablessc=nil)
|
4793
4797
|
@Name = name
|
4794
4798
|
@Desc = desc
|
4795
4799
|
@RegionId = regionid
|
@@ -4797,6 +4801,8 @@ module TencentCloud
|
|
4797
4801
|
@Count = count
|
4798
4802
|
@IsInternationalSite = isinternationalsite
|
4799
4803
|
@Bucket = bucket
|
4804
|
+
@SSCCount = ssccount
|
4805
|
+
@EnableSSC = enablessc
|
4800
4806
|
end
|
4801
4807
|
|
4802
4808
|
def deserialize(params)
|
@@ -4814,6 +4820,8 @@ module TencentCloud
|
|
4814
4820
|
@Count = params['Count']
|
4815
4821
|
@IsInternationalSite = params['IsInternationalSite']
|
4816
4822
|
@Bucket = params['Bucket']
|
4823
|
+
@SSCCount = params['SSCCount']
|
4824
|
+
@EnableSSC = params['EnableSSC']
|
4817
4825
|
end
|
4818
4826
|
end
|
4819
4827
|
|
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.1041
|
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-04-
|
11
|
+
date: 2025-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|