tencentcloud-sdk-cdwdoris 3.0.991 → 3.0.992
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 +24 -24
- 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: aba1baa21ef1ab0730af205857839ae3551aeec4
|
|
4
|
+
data.tar.gz: becd2d545bb5c876f7247e9fb10ec35402d2f4ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fc1c28153a073204995608fe38a2d75e66d27ada00e713e2f201e614e13a07e07c1adbdcff33842b4077691c156a488d60ab7078400f73b70ddc89fa5f2dedc
|
|
7
|
+
data.tar.gz: 6a24ba9d82678b6c518cbd4a527509b5db7c823ef3942f2d3cdb29a81e707ba2a6a3327599363fd5efccbfe637a34b749b3961c0f8fd6a1eb03ab2346a06e30e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.992
|
data/lib/v20211228/models.rb
CHANGED
|
@@ -489,8 +489,8 @@ module TencentCloud
|
|
|
489
489
|
|
|
490
490
|
attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
|
|
491
491
|
extend Gem::Deprecate
|
|
492
|
-
deprecate :FileKeyValues, :none, 2025,
|
|
493
|
-
deprecate :FileKeyValues=, :none, 2025,
|
|
492
|
+
deprecate :FileKeyValues, :none, 2025, 2
|
|
493
|
+
deprecate :FileKeyValues=, :none, 2025, 2
|
|
494
494
|
|
|
495
495
|
def initialize(filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil, filekeyvalues=nil, filekeyvaluesnew=nil)
|
|
496
496
|
@FileName = filename
|
|
@@ -728,10 +728,10 @@ module TencentCloud
|
|
|
728
728
|
|
|
729
729
|
attr_accessor :InstanceId, :OperationType, :ScheduleId, :WeekDays, :ExecuteHour, :BackUpTables, :BackupType, :DorisSourceInfo, :BackupTimeType, :RestoreType, :AuthType, :CosSourceInfo, :ScheduleName, :ScheduleInfo, :UpdateStatus, :CosBucket
|
|
730
730
|
extend Gem::Deprecate
|
|
731
|
-
deprecate :WeekDays, :none, 2025,
|
|
732
|
-
deprecate :WeekDays=, :none, 2025,
|
|
733
|
-
deprecate :ExecuteHour, :none, 2025,
|
|
734
|
-
deprecate :ExecuteHour=, :none, 2025,
|
|
731
|
+
deprecate :WeekDays, :none, 2025, 2
|
|
732
|
+
deprecate :WeekDays=, :none, 2025, 2
|
|
733
|
+
deprecate :ExecuteHour, :none, 2025, 2
|
|
734
|
+
deprecate :ExecuteHour=, :none, 2025, 2
|
|
735
735
|
|
|
736
736
|
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)
|
|
737
737
|
@InstanceId = instanceid
|
|
@@ -896,8 +896,8 @@ module TencentCloud
|
|
|
896
896
|
|
|
897
897
|
attr_accessor :Zone, :FeSpec, :BeSpec, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DorisUserPwd, :Tags, :HaType, :CaseSensitive, :EnableMultiZones, :UserMultiZoneInfos, :UserMultiZoneInfoArr
|
|
898
898
|
extend Gem::Deprecate
|
|
899
|
-
deprecate :UserMultiZoneInfos, :none, 2025,
|
|
900
|
-
deprecate :UserMultiZoneInfos=, :none, 2025,
|
|
899
|
+
deprecate :UserMultiZoneInfos, :none, 2025, 2
|
|
900
|
+
deprecate :UserMultiZoneInfos=, :none, 2025, 2
|
|
901
901
|
|
|
902
902
|
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)
|
|
903
903
|
@Zone = zone
|
|
@@ -2450,8 +2450,8 @@ module TencentCloud
|
|
|
2450
2450
|
|
|
2451
2451
|
attr_accessor :InstanceID, :Input
|
|
2452
2452
|
extend Gem::Deprecate
|
|
2453
|
-
deprecate :InstanceID, :none, 2025,
|
|
2454
|
-
deprecate :InstanceID=, :none, 2025,
|
|
2453
|
+
deprecate :InstanceID, :none, 2025, 2
|
|
2454
|
+
deprecate :InstanceID=, :none, 2025, 2
|
|
2455
2455
|
|
|
2456
2456
|
def initialize(instanceid=nil, input=nil)
|
|
2457
2457
|
@InstanceID = instanceid
|
|
@@ -3404,8 +3404,8 @@ module TencentCloud
|
|
|
3404
3404
|
|
|
3405
3405
|
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
|
|
3406
3406
|
extend Gem::Deprecate
|
|
3407
|
-
deprecate :IfExistCatalog, :none, 2025,
|
|
3408
|
-
deprecate :IfExistCatalog=, :none, 2025,
|
|
3407
|
+
deprecate :IfExistCatalog, :none, 2025, 2
|
|
3408
|
+
deprecate :IfExistCatalog=, :none, 2025, 2
|
|
3409
3409
|
|
|
3410
3410
|
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)
|
|
3411
3411
|
@InstanceId = instanceid
|
|
@@ -4515,18 +4515,18 @@ module TencentCloud
|
|
|
4515
4515
|
|
|
4516
4516
|
attr_accessor :InstanceId, :BackUpJobId, :ReplicationNum, :ReserveSourceConfig, :RecoverType, :CosSourceInfo, :ScheduleType, :NextTime, :ScheduleName, :OperationType, :RecoverScope, :RecoverDatabase, :ReserveStoragePolicy
|
|
4517
4517
|
extend Gem::Deprecate
|
|
4518
|
-
deprecate :RecoverType, :none, 2025,
|
|
4519
|
-
deprecate :RecoverType=, :none, 2025,
|
|
4520
|
-
deprecate :CosSourceInfo, :none, 2025,
|
|
4521
|
-
deprecate :CosSourceInfo=, :none, 2025,
|
|
4522
|
-
deprecate :ScheduleType, :none, 2025,
|
|
4523
|
-
deprecate :ScheduleType=, :none, 2025,
|
|
4524
|
-
deprecate :NextTime, :none, 2025,
|
|
4525
|
-
deprecate :NextTime=, :none, 2025,
|
|
4526
|
-
deprecate :ScheduleName, :none, 2025,
|
|
4527
|
-
deprecate :ScheduleName=, :none, 2025,
|
|
4528
|
-
deprecate :OperationType, :none, 2025,
|
|
4529
|
-
deprecate :OperationType=, :none, 2025,
|
|
4518
|
+
deprecate :RecoverType, :none, 2025, 2
|
|
4519
|
+
deprecate :RecoverType=, :none, 2025, 2
|
|
4520
|
+
deprecate :CosSourceInfo, :none, 2025, 2
|
|
4521
|
+
deprecate :CosSourceInfo=, :none, 2025, 2
|
|
4522
|
+
deprecate :ScheduleType, :none, 2025, 2
|
|
4523
|
+
deprecate :ScheduleType=, :none, 2025, 2
|
|
4524
|
+
deprecate :NextTime, :none, 2025, 2
|
|
4525
|
+
deprecate :NextTime=, :none, 2025, 2
|
|
4526
|
+
deprecate :ScheduleName, :none, 2025, 2
|
|
4527
|
+
deprecate :ScheduleName=, :none, 2025, 2
|
|
4528
|
+
deprecate :OperationType, :none, 2025, 2
|
|
4529
|
+
deprecate :OperationType=, :none, 2025, 2
|
|
4530
4530
|
|
|
4531
4531
|
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)
|
|
4532
4532
|
@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.992
|
|
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-02-
|
|
11
|
+
date: 2025-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|