tencentcloud-sdk-cdwdoris 3.0.936 → 3.0.938
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 +37 -12
- 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: 638b34579ade04acee0ab83c9fb59db9b141e712
|
4
|
+
data.tar.gz: 5772d5822c11a8aaf8688e7dc042c5830702f998
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38546955b528d2a32a5cc807aa96a9b288f2d86892f7750508c946b7cb548fdf2d04434d5acbe33b04e1eded2ee9f4b6a97fa6eb9db5a5bf64345d65cb78ca78
|
7
|
+
data.tar.gz: 468fb70ee5f9e050fb4e811033536e913bea1b1d59985d1e7353df8e97652883834c7492f70aedfff46b4ed6cedbddf7c60f940a285ab4639da3d6adfbabd94b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.938
|
data/lib/v20211228/models.rb
CHANGED
@@ -515,8 +515,8 @@ module TencentCloud
|
|
515
515
|
|
516
516
|
attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
|
517
517
|
extend Gem::Deprecate
|
518
|
-
deprecate :FileKeyValues, :none, 2024,
|
519
|
-
deprecate :FileKeyValues=, :none, 2024,
|
518
|
+
deprecate :FileKeyValues, :none, 2024, 11
|
519
|
+
deprecate :FileKeyValues=, :none, 2024, 11
|
520
520
|
|
521
521
|
def initialize(filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil, filekeyvalues=nil, filekeyvaluesnew=nil)
|
522
522
|
@FileName = filename
|
@@ -772,6 +772,11 @@ module TencentCloud
|
|
772
772
|
# @type CosBucket: String
|
773
773
|
|
774
774
|
attr_accessor :InstanceId, :OperationType, :ScheduleId, :WeekDays, :ExecuteHour, :BackUpTables, :BackupType, :DorisSourceInfo, :BackupTimeType, :RestoreType, :AuthType, :CosSourceInfo, :ScheduleName, :ScheduleInfo, :UpdateStatus, :CosBucket
|
775
|
+
extend Gem::Deprecate
|
776
|
+
deprecate :WeekDays, :none, 2024, 11
|
777
|
+
deprecate :WeekDays=, :none, 2024, 11
|
778
|
+
deprecate :ExecuteHour, :none, 2024, 11
|
779
|
+
deprecate :ExecuteHour=, :none, 2024, 11
|
775
780
|
|
776
781
|
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)
|
777
782
|
@InstanceId = instanceid
|
@@ -830,16 +835,21 @@ module TencentCloud
|
|
830
835
|
|
831
836
|
# CreateBackUpSchedule返回参数结构体
|
832
837
|
class CreateBackUpScheduleResponse < TencentCloud::Common::AbstractModel
|
838
|
+
# @param ErrorMsg: 错误信息
|
839
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
840
|
+
# @type ErrorMsg: String
|
833
841
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
834
842
|
# @type RequestId: String
|
835
843
|
|
836
|
-
attr_accessor :RequestId
|
844
|
+
attr_accessor :ErrorMsg, :RequestId
|
837
845
|
|
838
|
-
def initialize(requestid=nil)
|
846
|
+
def initialize(errormsg=nil, requestid=nil)
|
847
|
+
@ErrorMsg = errormsg
|
839
848
|
@RequestId = requestid
|
840
849
|
end
|
841
850
|
|
842
851
|
def deserialize(params)
|
852
|
+
@ErrorMsg = params['ErrorMsg']
|
843
853
|
@RequestId = params['RequestId']
|
844
854
|
end
|
845
855
|
end
|
@@ -1123,10 +1133,13 @@ module TencentCloud
|
|
1123
1133
|
# @param Catalog: catalog名称
|
1124
1134
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1125
1135
|
# @type Catalog: String
|
1136
|
+
# @param State: 状态
|
1137
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1138
|
+
# @type State: String
|
1126
1139
|
|
1127
|
-
attr_accessor :OsUser, :InitialQueryId, :Sql, :QueryStartTime, :DurationMs, :ReadRows, :ResultRows, :ResultBytes, :MemoryUsage, :InitialAddress, :DbName, :SqlType, :Catalog
|
1140
|
+
attr_accessor :OsUser, :InitialQueryId, :Sql, :QueryStartTime, :DurationMs, :ReadRows, :ResultRows, :ResultBytes, :MemoryUsage, :InitialAddress, :DbName, :SqlType, :Catalog, :State
|
1128
1141
|
|
1129
|
-
def initialize(osuser=nil, initialqueryid=nil, sql=nil, querystarttime=nil, durationms=nil, readrows=nil, resultrows=nil, resultbytes=nil, memoryusage=nil, initialaddress=nil, dbname=nil, sqltype=nil, catalog=nil)
|
1142
|
+
def initialize(osuser=nil, initialqueryid=nil, sql=nil, querystarttime=nil, durationms=nil, readrows=nil, resultrows=nil, resultbytes=nil, memoryusage=nil, initialaddress=nil, dbname=nil, sqltype=nil, catalog=nil, state=nil)
|
1130
1143
|
@OsUser = osuser
|
1131
1144
|
@InitialQueryId = initialqueryid
|
1132
1145
|
@Sql = sql
|
@@ -1140,6 +1153,7 @@ module TencentCloud
|
|
1140
1153
|
@DbName = dbname
|
1141
1154
|
@SqlType = sqltype
|
1142
1155
|
@Catalog = catalog
|
1156
|
+
@State = state
|
1143
1157
|
end
|
1144
1158
|
|
1145
1159
|
def deserialize(params)
|
@@ -1156,6 +1170,7 @@ module TencentCloud
|
|
1156
1170
|
@DbName = params['DbName']
|
1157
1171
|
@SqlType = params['SqlType']
|
1158
1172
|
@Catalog = params['Catalog']
|
1173
|
+
@State = params['State']
|
1159
1174
|
end
|
1160
1175
|
end
|
1161
1176
|
|
@@ -1395,13 +1410,21 @@ module TencentCloud
|
|
1395
1410
|
# @param BackUpJobs: 任务列表
|
1396
1411
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1397
1412
|
# @type BackUpJobs: Array
|
1413
|
+
# @param ErrorMsg: 错误信息
|
1414
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1415
|
+
# @type ErrorMsg: String
|
1416
|
+
# @param TotalCount: 总数
|
1417
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1418
|
+
# @type TotalCount: Integer
|
1398
1419
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1399
1420
|
# @type RequestId: String
|
1400
1421
|
|
1401
|
-
attr_accessor :BackUpJobs, :RequestId
|
1422
|
+
attr_accessor :BackUpJobs, :ErrorMsg, :TotalCount, :RequestId
|
1402
1423
|
|
1403
|
-
def initialize(backupjobs=nil, requestid=nil)
|
1424
|
+
def initialize(backupjobs=nil, errormsg=nil, totalcount=nil, requestid=nil)
|
1404
1425
|
@BackUpJobs = backupjobs
|
1426
|
+
@ErrorMsg = errormsg
|
1427
|
+
@TotalCount = totalcount
|
1405
1428
|
@RequestId = requestid
|
1406
1429
|
end
|
1407
1430
|
|
@@ -1414,6 +1437,8 @@ module TencentCloud
|
|
1414
1437
|
@BackUpJobs << backupjobdisplay_tmp
|
1415
1438
|
end
|
1416
1439
|
end
|
1440
|
+
@ErrorMsg = params['ErrorMsg']
|
1441
|
+
@TotalCount = params['TotalCount']
|
1417
1442
|
@RequestId = params['RequestId']
|
1418
1443
|
end
|
1419
1444
|
end
|
@@ -2446,8 +2471,8 @@ module TencentCloud
|
|
2446
2471
|
|
2447
2472
|
attr_accessor :InstanceID, :Input
|
2448
2473
|
extend Gem::Deprecate
|
2449
|
-
deprecate :InstanceID, :none, 2024,
|
2450
|
-
deprecate :InstanceID=, :none, 2024,
|
2474
|
+
deprecate :InstanceID, :none, 2024, 11
|
2475
|
+
deprecate :InstanceID=, :none, 2024, 11
|
2451
2476
|
|
2452
2477
|
def initialize(instanceid=nil, input=nil)
|
2453
2478
|
@InstanceID = instanceid
|
@@ -3436,8 +3461,8 @@ module TencentCloud
|
|
3436
3461
|
|
3437
3462
|
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
|
3438
3463
|
extend Gem::Deprecate
|
3439
|
-
deprecate :IfExistCatalog, :none, 2024,
|
3440
|
-
deprecate :IfExistCatalog=, :none, 2024,
|
3464
|
+
deprecate :IfExistCatalog, :none, 2024, 11
|
3465
|
+
deprecate :IfExistCatalog=, :none, 2024, 11
|
3441
3466
|
|
3442
3467
|
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)
|
3443
3468
|
@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.938
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|