tencentcloud-sdk-cdwdoris 3.0.1062 → 3.0.1063
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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db04fe84f2637f882d98d8d615673b562a73ef60
|
4
|
+
data.tar.gz: 65d750d576c841a97f199074840e3665d3bebb8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe77a7bc197bcbccf358a8b435ff0ed0321f00769549efe43b12bd2cabed5527665de6512c653ae835d9c0b0da6ef41d6dd75d9aa3f021388c7cb3e1c6c986d2
|
7
|
+
data.tar.gz: 9c732a7fd9f2ebd72aa4da89a156b377d736c5d55bf755675118c9c7b113d8be41d36bd85c57deb000d833948dbc04a4779490782b999eb17409d09e78e1407b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1063
|
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, 5
|
506
|
+
deprecate :FileKeyValues=, :none, 2025, 5
|
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, 5
|
747
|
+
deprecate :WeekDays=, :none, 2025, 5
|
748
|
+
deprecate :ExecuteHour, :none, 2025, 5
|
749
|
+
deprecate :ExecuteHour=, :none, 2025, 5
|
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, 5
|
915
|
+
deprecate :UserMultiZoneInfos=, :none, 2025, 5
|
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
|
@@ -2414,18 +2414,24 @@ module TencentCloud
|
|
2414
2414
|
# @type InstanceStateDesc: String
|
2415
2415
|
# @param FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
|
2416
2416
|
# @type FlowMsg: String
|
2417
|
+
# @param ProcessId: 流程ProcessId
|
2418
|
+
# @type ProcessId: String
|
2419
|
+
# @param JobName: Job名称
|
2420
|
+
# @type JobName: String
|
2417
2421
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2418
2422
|
# @type RequestId: String
|
2419
2423
|
|
2420
|
-
attr_accessor :InstanceState, :FlowCreateTime, :FlowName, :FlowProgress, :InstanceStateDesc, :FlowMsg, :RequestId
|
2424
|
+
attr_accessor :InstanceState, :FlowCreateTime, :FlowName, :FlowProgress, :InstanceStateDesc, :FlowMsg, :ProcessId, :JobName, :RequestId
|
2421
2425
|
|
2422
|
-
def initialize(instancestate=nil, flowcreatetime=nil, flowname=nil, flowprogress=nil, instancestatedesc=nil, flowmsg=nil, requestid=nil)
|
2426
|
+
def initialize(instancestate=nil, flowcreatetime=nil, flowname=nil, flowprogress=nil, instancestatedesc=nil, flowmsg=nil, processid=nil, jobname=nil, requestid=nil)
|
2423
2427
|
@InstanceState = instancestate
|
2424
2428
|
@FlowCreateTime = flowcreatetime
|
2425
2429
|
@FlowName = flowname
|
2426
2430
|
@FlowProgress = flowprogress
|
2427
2431
|
@InstanceStateDesc = instancestatedesc
|
2428
2432
|
@FlowMsg = flowmsg
|
2433
|
+
@ProcessId = processid
|
2434
|
+
@JobName = jobname
|
2429
2435
|
@RequestId = requestid
|
2430
2436
|
end
|
2431
2437
|
|
@@ -2436,6 +2442,8 @@ module TencentCloud
|
|
2436
2442
|
@FlowProgress = params['FlowProgress']
|
2437
2443
|
@InstanceStateDesc = params['InstanceStateDesc']
|
2438
2444
|
@FlowMsg = params['FlowMsg']
|
2445
|
+
@ProcessId = params['ProcessId']
|
2446
|
+
@JobName = params['JobName']
|
2439
2447
|
@RequestId = params['RequestId']
|
2440
2448
|
end
|
2441
2449
|
end
|
@@ -2489,8 +2497,8 @@ module TencentCloud
|
|
2489
2497
|
|
2490
2498
|
attr_accessor :InstanceID, :Input
|
2491
2499
|
extend Gem::Deprecate
|
2492
|
-
deprecate :InstanceID, :none, 2025,
|
2493
|
-
deprecate :InstanceID=, :none, 2025,
|
2500
|
+
deprecate :InstanceID, :none, 2025, 5
|
2501
|
+
deprecate :InstanceID=, :none, 2025, 5
|
2494
2502
|
|
2495
2503
|
def initialize(instanceid=nil, input=nil)
|
2496
2504
|
@InstanceID = instanceid
|
@@ -3469,8 +3477,8 @@ module TencentCloud
|
|
3469
3477
|
|
3470
3478
|
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
3479
|
extend Gem::Deprecate
|
3472
|
-
deprecate :IfExistCatalog, :none, 2025,
|
3473
|
-
deprecate :IfExistCatalog=, :none, 2025,
|
3480
|
+
deprecate :IfExistCatalog, :none, 2025, 5
|
3481
|
+
deprecate :IfExistCatalog=, :none, 2025, 5
|
3474
3482
|
|
3475
3483
|
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
3484
|
@InstanceId = instanceid
|
@@ -4606,18 +4614,18 @@ module TencentCloud
|
|
4606
4614
|
|
4607
4615
|
attr_accessor :InstanceId, :BackUpJobId, :ReplicationNum, :ReserveSourceConfig, :RecoverType, :CosSourceInfo, :ScheduleType, :NextTime, :ScheduleName, :OperationType, :RecoverScope, :RecoverDatabase, :ReserveStoragePolicy
|
4608
4616
|
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,
|
4617
|
+
deprecate :RecoverType, :none, 2025, 5
|
4618
|
+
deprecate :RecoverType=, :none, 2025, 5
|
4619
|
+
deprecate :CosSourceInfo, :none, 2025, 5
|
4620
|
+
deprecate :CosSourceInfo=, :none, 2025, 5
|
4621
|
+
deprecate :ScheduleType, :none, 2025, 5
|
4622
|
+
deprecate :ScheduleType=, :none, 2025, 5
|
4623
|
+
deprecate :NextTime, :none, 2025, 5
|
4624
|
+
deprecate :NextTime=, :none, 2025, 5
|
4625
|
+
deprecate :ScheduleName, :none, 2025, 5
|
4626
|
+
deprecate :ScheduleName=, :none, 2025, 5
|
4627
|
+
deprecate :OperationType, :none, 2025, 5
|
4628
|
+
deprecate :OperationType=, :none, 2025, 5
|
4621
4629
|
|
4622
4630
|
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
4631
|
@InstanceId = instanceid
|