tencentcloud-sdk-cdwdoris 3.0.980 → 3.0.982
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211228/models.rb +18 -65
- 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: e76c321ca2b9d28f81dce571b1afc4fa9e6da103
|
4
|
+
data.tar.gz: d55f9745f75c2ce572f74c0878216daac9d7f28e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f62fd89def5b624f022c70acf3adb3f6915a939432cf312cc8f1bb12269681bb7cca47bdd5bb40573c6f55d2d99f177a5bbb367215000e2166833ed9a42b00f5
|
7
|
+
data.tar.gz: 6e42a5a917f017eda0c84aa0fecbb50fc3b4eea49e79a1d0f495342624968dfced662802908d06db00a6eb2300266298db85489599addf49409be2866e555326
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.982
|
data/lib/v20211228/models.rb
CHANGED
@@ -278,25 +278,18 @@ module TencentCloud
|
|
278
278
|
# 备份表信息
|
279
279
|
class BackupTableContent < TencentCloud::Common::AbstractModel
|
280
280
|
# @param Database: 数据库
|
281
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
282
281
|
# @type Database: String
|
283
282
|
# @param Table: 表
|
284
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
285
283
|
# @type Table: String
|
286
284
|
# @param TotalBytes: 表总字节数
|
287
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
288
285
|
# @type TotalBytes: Integer
|
289
286
|
# @param SingleReplicaBytes: 表单个副本的大小
|
290
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
291
287
|
# @type SingleReplicaBytes: String
|
292
288
|
# @param BackupStatus: 备份状态
|
293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
294
289
|
# @type BackupStatus: Integer
|
295
290
|
# @param BackupErrorMsg: 备份的错误信息
|
296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
297
291
|
# @type BackupErrorMsg: String
|
298
292
|
# @param IsOpenCoolDown: 该库表是否绑定降冷策略
|
299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
300
293
|
# @type IsOpenCoolDown: Boolean
|
301
294
|
|
302
295
|
attr_accessor :Database, :Table, :TotalBytes, :SingleReplicaBytes, :BackupStatus, :BackupErrorMsg, :IsOpenCoolDown
|
@@ -388,16 +381,12 @@ module TencentCloud
|
|
388
381
|
# 集群计费相关信息
|
389
382
|
class ChargeProperties < TencentCloud::Common::AbstractModel
|
390
383
|
# @param ChargeType: 计费类型,“PREPAID” 预付费,“POSTPAID_BY_HOUR” 后付费
|
391
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
392
384
|
# @type ChargeType: String
|
393
385
|
# @param RenewFlag: 是否自动续费,1表示自动续费开启
|
394
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
395
386
|
# @type RenewFlag: Integer
|
396
387
|
# @param TimeSpan: 计费时间长度
|
397
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
398
388
|
# @type TimeSpan: Integer
|
399
389
|
# @param TimeUnit: 计费时间单位,“m”表示月等
|
400
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
401
390
|
# @type TimeUnit: String
|
402
391
|
|
403
392
|
attr_accessor :ChargeType, :RenewFlag, :TimeSpan, :TimeUnit
|
@@ -436,7 +425,6 @@ module TencentCloud
|
|
436
425
|
# CheckCoolDownWorkingVariableConfigCorrect返回参数结构体
|
437
426
|
class CheckCoolDownWorkingVariableConfigCorrectResponse < TencentCloud::Common::AbstractModel
|
438
427
|
# @param ErrorMsg: 错误信息
|
439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
440
428
|
# @type ErrorMsg: String
|
441
429
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
442
430
|
# @type RequestId: String
|
@@ -463,7 +451,6 @@ module TencentCloud
|
|
463
451
|
# @param OldConfValue: 修改前的配置文件内容,base64编码
|
464
452
|
# @type OldConfValue: String
|
465
453
|
# @param Remark: 修改原因
|
466
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
467
454
|
# @type Remark: String
|
468
455
|
# @param ModifyTime: 修改时间
|
469
456
|
# @type ModifyTime: String
|
@@ -504,13 +491,11 @@ module TencentCloud
|
|
504
491
|
# @param NeedRestart: 用于表示当前配置文件是不是有过修改后没有重启,提醒用户需要重启
|
505
492
|
# @type NeedRestart: Integer
|
506
493
|
# @param FilePath: 配置文件路径
|
507
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
508
494
|
# @type FilePath: String
|
509
495
|
# @param FileKeyValues: 配置文件kv值
|
510
496
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
511
497
|
# @type FileKeyValues: String
|
512
498
|
# @param FileKeyValuesNew: 配置文件kv值
|
513
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
514
499
|
# @type FileKeyValuesNew: Array
|
515
500
|
|
516
501
|
attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
|
@@ -551,19 +536,14 @@ module TencentCloud
|
|
551
536
|
# 返回配置的文件内容(key-value)
|
552
537
|
class ConfigKeyValue < TencentCloud::Common::AbstractModel
|
553
538
|
# @param KeyName: key
|
554
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
555
539
|
# @type KeyName: String
|
556
540
|
# @param Value: 值
|
557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
558
541
|
# @type Value: String
|
559
542
|
# @param Message: 备注
|
560
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
561
543
|
# @type Message: String
|
562
544
|
# @param Display: 1-只读,2-可修改但不可删除,3-可删除
|
563
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
564
545
|
# @type Display: Integer
|
565
546
|
# @param SupportHotUpdate: 0不支持 1支持热更新
|
566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
567
547
|
# @type SupportHotUpdate: Integer
|
568
548
|
|
569
549
|
attr_accessor :KeyName, :Value, :Message, :Display, :SupportHotUpdate
|
@@ -616,16 +596,12 @@ module TencentCloud
|
|
616
596
|
# 冷热分层backend节点信息
|
617
597
|
class CoolDownBackend < TencentCloud::Common::AbstractModel
|
618
598
|
# @param Host: 字段:Host
|
619
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
620
599
|
# @type Host: String
|
621
600
|
# @param DataUsedCapacity: 字段:DataUsedCapacity
|
622
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
623
601
|
# @type DataUsedCapacity: String
|
624
602
|
# @param TotalCapacity: 字段:TotalCapacity
|
625
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
626
603
|
# @type TotalCapacity: String
|
627
604
|
# @param RemoteUsedCapacity: 字段:RemoteUsedCapacity
|
628
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
629
605
|
# @type RemoteUsedCapacity: String
|
630
606
|
|
631
607
|
attr_accessor :Host, :DataUsedCapacity, :TotalCapacity, :RemoteUsedCapacity
|
@@ -648,13 +624,10 @@ module TencentCloud
|
|
648
624
|
# 冷热分层策略
|
649
625
|
class CoolDownPolicyInfo < TencentCloud::Common::AbstractModel
|
650
626
|
# @param PolicyName: 策略名称
|
651
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
652
627
|
# @type PolicyName: String
|
653
628
|
# @param CooldownDatetime: cooldown_ttl
|
654
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
655
629
|
# @type CooldownDatetime: String
|
656
630
|
# @param CooldownTtl: cooldown_datetime
|
657
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
658
631
|
# @type CooldownTtl: String
|
659
632
|
|
660
633
|
attr_accessor :PolicyName, :CooldownDatetime, :CooldownTtl
|
@@ -675,16 +648,12 @@ module TencentCloud
|
|
675
648
|
# 冷热分层Table数据信息
|
676
649
|
class CoolDownTableDataInfo < TencentCloud::Common::AbstractModel
|
677
650
|
# @param DatabaseName: 列:DatabaseName
|
678
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
679
651
|
# @type DatabaseName: String
|
680
652
|
# @param TableName: 列:TableName
|
681
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
682
653
|
# @type TableName: String
|
683
654
|
# @param Size: 列:Size
|
684
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
685
655
|
# @type Size: String
|
686
656
|
# @param RemoteSize: 列:RemoteSize
|
687
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
688
657
|
# @type RemoteSize: String
|
689
658
|
|
690
659
|
attr_accessor :DatabaseName, :TableName, :Size, :RemoteSize
|
@@ -707,13 +676,10 @@ module TencentCloud
|
|
707
676
|
# 客户提供cos认证信息。
|
708
677
|
class CosSourceInfo < TencentCloud::Common::AbstractModel
|
709
678
|
# @param SecretId: cos认证中的Id
|
710
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
711
679
|
# @type SecretId: String
|
712
680
|
# @param SecretKey: cos认证中的key
|
713
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
714
681
|
# @type SecretKey: String
|
715
682
|
# @param CosPath: cos认证中的路径
|
716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
717
683
|
# @type CosPath: String
|
718
684
|
|
719
685
|
attr_accessor :SecretId, :SecretKey, :CosPath
|
@@ -836,7 +802,6 @@ module TencentCloud
|
|
836
802
|
# CreateBackUpSchedule返回参数结构体
|
837
803
|
class CreateBackUpScheduleResponse < TencentCloud::Common::AbstractModel
|
838
804
|
# @param ErrorMsg: 错误信息
|
839
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
840
805
|
# @type ErrorMsg: String
|
841
806
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
842
807
|
# @type RequestId: String
|
@@ -885,7 +850,6 @@ module TencentCloud
|
|
885
850
|
# CreateCoolDownPolicy返回参数结构体
|
886
851
|
class CreateCoolDownPolicyResponse < TencentCloud::Common::AbstractModel
|
887
852
|
# @param ErrorMsg: 错误信息
|
888
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
889
853
|
# @type ErrorMsg: String
|
890
854
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
891
855
|
# @type RequestId: String
|
@@ -1095,51 +1059,39 @@ module TencentCloud
|
|
1095
1059
|
# 数据库审计
|
1096
1060
|
class DataBaseAuditRecord < TencentCloud::Common::AbstractModel
|
1097
1061
|
# @param OsUser: 查询用户
|
1098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1099
1062
|
# @type OsUser: String
|
1100
1063
|
# @param InitialQueryId: 查询ID
|
1101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1102
1064
|
# @type InitialQueryId: String
|
1103
1065
|
# @param Sql: SQL语句
|
1104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1105
1066
|
# @type Sql: String
|
1106
1067
|
# @param QueryStartTime: 开始时间
|
1107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1108
1068
|
# @type QueryStartTime: String
|
1109
1069
|
# @param DurationMs: 执行耗时
|
1110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1111
1070
|
# @type DurationMs: Integer
|
1112
1071
|
# @param ReadRows: 读取行数
|
1113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1114
1072
|
# @type ReadRows: Integer
|
1115
1073
|
# @param ResultRows: 读取字节数
|
1116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1117
1074
|
# @type ResultRows: Integer
|
1118
1075
|
# @param ResultBytes: 结果字节数
|
1119
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1120
1076
|
# @type ResultBytes: Integer
|
1121
1077
|
# @param MemoryUsage: 内存
|
1122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1123
1078
|
# @type MemoryUsage: Integer
|
1124
1079
|
# @param InitialAddress: 初始查询IP
|
1125
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1126
1080
|
# @type InitialAddress: String
|
1127
1081
|
# @param DbName: 数据库
|
1128
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1129
1082
|
# @type DbName: String
|
1130
1083
|
# @param SqlType: sql类型
|
1131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1132
1084
|
# @type SqlType: String
|
1133
1085
|
# @param Catalog: catalog名称
|
1134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1135
1086
|
# @type Catalog: String
|
1136
1087
|
# @param State: 状态
|
1137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1138
1088
|
# @type State: String
|
1089
|
+
# @param IsQuery: 是否是查询
|
1090
|
+
# @type IsQuery: Boolean
|
1139
1091
|
|
1140
|
-
attr_accessor :OsUser, :InitialQueryId, :Sql, :QueryStartTime, :DurationMs, :ReadRows, :ResultRows, :ResultBytes, :MemoryUsage, :InitialAddress, :DbName, :SqlType, :Catalog, :State
|
1092
|
+
attr_accessor :OsUser, :InitialQueryId, :Sql, :QueryStartTime, :DurationMs, :ReadRows, :ResultRows, :ResultBytes, :MemoryUsage, :InitialAddress, :DbName, :SqlType, :Catalog, :State, :IsQuery
|
1141
1093
|
|
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)
|
1094
|
+
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, isquery=nil)
|
1143
1095
|
@OsUser = osuser
|
1144
1096
|
@InitialQueryId = initialqueryid
|
1145
1097
|
@Sql = sql
|
@@ -1154,6 +1106,7 @@ module TencentCloud
|
|
1154
1106
|
@SqlType = sqltype
|
1155
1107
|
@Catalog = catalog
|
1156
1108
|
@State = state
|
1109
|
+
@IsQuery = isquery
|
1157
1110
|
end
|
1158
1111
|
|
1159
1112
|
def deserialize(params)
|
@@ -1171,6 +1124,7 @@ module TencentCloud
|
|
1171
1124
|
@SqlType = params['SqlType']
|
1172
1125
|
@Catalog = params['Catalog']
|
1173
1126
|
@State = params['State']
|
1127
|
+
@IsQuery = params['IsQuery']
|
1174
1128
|
end
|
1175
1129
|
end
|
1176
1130
|
|
@@ -2016,10 +1970,12 @@ module TencentCloud
|
|
2016
1970
|
# @type SqlTypes: Array
|
2017
1971
|
# @param Catalogs: catalog名称(多选)
|
2018
1972
|
# @type Catalogs: Array
|
1973
|
+
# @param IsQuery: 是否是查询
|
1974
|
+
# @type IsQuery: Array
|
2019
1975
|
|
2020
|
-
attr_accessor :InstanceId, :StartTime, :EndTime, :PageSize, :PageNum, :OrderType, :User, :DbName, :SqlType, :Sql, :Users, :DbNames, :SqlTypes, :Catalogs
|
1976
|
+
attr_accessor :InstanceId, :StartTime, :EndTime, :PageSize, :PageNum, :OrderType, :User, :DbName, :SqlType, :Sql, :Users, :DbNames, :SqlTypes, :Catalogs, :IsQuery
|
2021
1977
|
|
2022
|
-
def initialize(instanceid=nil, starttime=nil, endtime=nil, pagesize=nil, pagenum=nil, ordertype=nil, user=nil, dbname=nil, sqltype=nil, sql=nil, users=nil, dbnames=nil, sqltypes=nil, catalogs=nil)
|
1978
|
+
def initialize(instanceid=nil, starttime=nil, endtime=nil, pagesize=nil, pagenum=nil, ordertype=nil, user=nil, dbname=nil, sqltype=nil, sql=nil, users=nil, dbnames=nil, sqltypes=nil, catalogs=nil, isquery=nil)
|
2023
1979
|
@InstanceId = instanceid
|
2024
1980
|
@StartTime = starttime
|
2025
1981
|
@EndTime = endtime
|
@@ -2034,6 +1990,7 @@ module TencentCloud
|
|
2034
1990
|
@DbNames = dbnames
|
2035
1991
|
@SqlTypes = sqltypes
|
2036
1992
|
@Catalogs = catalogs
|
1993
|
+
@IsQuery = isquery
|
2037
1994
|
end
|
2038
1995
|
|
2039
1996
|
def deserialize(params)
|
@@ -2051,6 +2008,7 @@ module TencentCloud
|
|
2051
2008
|
@DbNames = params['DbNames']
|
2052
2009
|
@SqlTypes = params['SqlTypes']
|
2053
2010
|
@Catalogs = params['Catalogs']
|
2011
|
+
@IsQuery = params['IsQuery']
|
2054
2012
|
end
|
2055
2013
|
end
|
2056
2014
|
|
@@ -2061,10 +2019,8 @@ module TencentCloud
|
|
2061
2019
|
# @param SlowQueryRecords: 记录列表
|
2062
2020
|
# @type SlowQueryRecords: :class:`Tencentcloud::Cdwdoris.v20211228.models.DataBaseAuditRecord`
|
2063
2021
|
# @param Records: 记录列表
|
2064
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2065
2022
|
# @type Records: Array
|
2066
2023
|
# @param ErrorMsg: 错误信息
|
2067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2068
2024
|
# @type ErrorMsg: String
|
2069
2025
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2070
2026
|
# @type RequestId: String
|
@@ -5392,30 +5348,25 @@ module TencentCloud
|
|
5392
5348
|
# @param InitialAddress: 初始查询IP
|
5393
5349
|
# @type InitialAddress: String
|
5394
5350
|
# @param DbName: 数据库名
|
5395
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5396
5351
|
# @type DbName: String
|
5397
5352
|
# @param IsQuery: 是否是查询,0:否,1:查询语句
|
5398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5399
5353
|
# @type IsQuery: Integer
|
5400
5354
|
# @param ResultBytesMB: ResultBytes的MB格式
|
5401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5402
5355
|
# @type ResultBytesMB: Float
|
5403
5356
|
# @param MemoryUsageMB: MemoryUsage的MB表示
|
5404
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5405
5357
|
# @type MemoryUsageMB: Float
|
5406
5358
|
# @param DurationSec: DurationMs的秒表示
|
5407
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5408
5359
|
# @type DurationSec: Float
|
5409
5360
|
# @param State: 状态
|
5410
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5411
5361
|
# @type State: String
|
5412
5362
|
# @param CatalogName: Catalog Name
|
5413
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5414
5363
|
# @type CatalogName: String
|
5364
|
+
# @param CpuTimeMs: cpu执行时间
|
5365
|
+
# @type CpuTimeMs: Integer
|
5415
5366
|
|
5416
|
-
attr_accessor :OsUser, :InitialQueryId, :Sql, :QueryStartTime, :DurationMs, :ReadRows, :ResultRows, :ResultBytes, :MemoryUsage, :InitialAddress, :DbName, :IsQuery, :ResultBytesMB, :MemoryUsageMB, :DurationSec, :State, :CatalogName
|
5367
|
+
attr_accessor :OsUser, :InitialQueryId, :Sql, :QueryStartTime, :DurationMs, :ReadRows, :ResultRows, :ResultBytes, :MemoryUsage, :InitialAddress, :DbName, :IsQuery, :ResultBytesMB, :MemoryUsageMB, :DurationSec, :State, :CatalogName, :CpuTimeMs
|
5417
5368
|
|
5418
|
-
def initialize(osuser=nil, initialqueryid=nil, sql=nil, querystarttime=nil, durationms=nil, readrows=nil, resultrows=nil, resultbytes=nil, memoryusage=nil, initialaddress=nil, dbname=nil, isquery=nil, resultbytesmb=nil, memoryusagemb=nil, durationsec=nil, state=nil, catalogname=nil)
|
5369
|
+
def initialize(osuser=nil, initialqueryid=nil, sql=nil, querystarttime=nil, durationms=nil, readrows=nil, resultrows=nil, resultbytes=nil, memoryusage=nil, initialaddress=nil, dbname=nil, isquery=nil, resultbytesmb=nil, memoryusagemb=nil, durationsec=nil, state=nil, catalogname=nil, cputimems=nil)
|
5419
5370
|
@OsUser = osuser
|
5420
5371
|
@InitialQueryId = initialqueryid
|
5421
5372
|
@Sql = sql
|
@@ -5433,6 +5384,7 @@ module TencentCloud
|
|
5433
5384
|
@DurationSec = durationsec
|
5434
5385
|
@State = state
|
5435
5386
|
@CatalogName = catalogname
|
5387
|
+
@CpuTimeMs = cputimems
|
5436
5388
|
end
|
5437
5389
|
|
5438
5390
|
def deserialize(params)
|
@@ -5453,6 +5405,7 @@ module TencentCloud
|
|
5453
5405
|
@DurationSec = params['DurationSec']
|
5454
5406
|
@State = params['State']
|
5455
5407
|
@CatalogName = params['CatalogName']
|
5408
|
+
@CpuTimeMs = params['CpuTimeMs']
|
5456
5409
|
end
|
5457
5410
|
end
|
5458
5411
|
|
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.982
|
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-01-
|
11
|
+
date: 2025-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|