tencentcloud-sdk-cdwdoris 3.0.981 → 3.0.983

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc23c7f5bd716e8f9fbf7a1c622176615d44dd84
4
- data.tar.gz: 0a22ed98f0c44e71eaff2a7c88202db2c35b3927
3
+ metadata.gz: 688f38c4917d2d4e537df8a44afd58943472f532
4
+ data.tar.gz: e2b8807715d305b53753b6c577f1c01154f4e59d
5
5
  SHA512:
6
- metadata.gz: acd11976ed0316b1e37a3ee848560fad014543275a7ecf70a9029c129c5b7f695be377888cbe89b18fe18eb191474042edefa8d55f42b15b723418f6c3a51625
7
- data.tar.gz: 96619aabf2201a38a39d17360f6f28ab31ebf599af0b81d582dd8028eced1234e73f665d7398ff78790e544eb908b77d736a0fff3aeb4791f55b07ec0ecb9cff
6
+ metadata.gz: 7367b6bf09cdb72a47135aa7172dd5b878574e672cc291efa7b5c66d93138cec378290a7299f128ae43d0efb0b1675186aa353d59a78652fcb9b003b5d835943
7
+ data.tar.gz: b2162f386cd795b0f2aaa8a1568a1f51d631c5ccea7bfdd21708eb5e0b9e55a8598bb9e5bfac1542c5f447b284ae6c29fb26845b4c7f4887de8b451e91f6a7f3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.981
1
+ 3.0.983
@@ -845,7 +845,7 @@ module TencentCloud
845
845
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
846
846
  end
847
847
 
848
- # 购买页拉取集群的数据节点和zookeeper节点的规格列表
848
+ # 拉取集群节点规格列表
849
849
 
850
850
  # @param request: Request instance for DescribeSpec.
851
851
  # @type request: :class:`Tencentcloud::cdwdoris::V20211228::DescribeSpecRequest`
@@ -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
@@ -367,7 +360,6 @@ module TencentCloud
367
360
  # CancelBackupJob返回参数结构体
368
361
  class CancelBackupJobResponse < TencentCloud::Common::AbstractModel
369
362
  # @param ErrorMsg: 错误信息
370
- # 注意:此字段可能返回 null,表示取不到有效值。
371
363
  # @type ErrorMsg: String
372
364
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
373
365
  # @type RequestId: String
@@ -388,16 +380,12 @@ module TencentCloud
388
380
  # 集群计费相关信息
389
381
  class ChargeProperties < TencentCloud::Common::AbstractModel
390
382
  # @param ChargeType: 计费类型,“PREPAID” 预付费,“POSTPAID_BY_HOUR” 后付费
391
- # 注意:此字段可能返回 null,表示取不到有效值。
392
383
  # @type ChargeType: String
393
384
  # @param RenewFlag: 是否自动续费,1表示自动续费开启
394
- # 注意:此字段可能返回 null,表示取不到有效值。
395
385
  # @type RenewFlag: Integer
396
386
  # @param TimeSpan: 计费时间长度
397
- # 注意:此字段可能返回 null,表示取不到有效值。
398
387
  # @type TimeSpan: Integer
399
388
  # @param TimeUnit: 计费时间单位,“m”表示月等
400
- # 注意:此字段可能返回 null,表示取不到有效值。
401
389
  # @type TimeUnit: String
402
390
 
403
391
  attr_accessor :ChargeType, :RenewFlag, :TimeSpan, :TimeUnit
@@ -436,7 +424,6 @@ module TencentCloud
436
424
  # CheckCoolDownWorkingVariableConfigCorrect返回参数结构体
437
425
  class CheckCoolDownWorkingVariableConfigCorrectResponse < TencentCloud::Common::AbstractModel
438
426
  # @param ErrorMsg: 错误信息
439
- # 注意:此字段可能返回 null,表示取不到有效值。
440
427
  # @type ErrorMsg: String
441
428
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
442
429
  # @type RequestId: String
@@ -463,7 +450,6 @@ module TencentCloud
463
450
  # @param OldConfValue: 修改前的配置文件内容,base64编码
464
451
  # @type OldConfValue: String
465
452
  # @param Remark: 修改原因
466
- # 注意:此字段可能返回 null,表示取不到有效值。
467
453
  # @type Remark: String
468
454
  # @param ModifyTime: 修改时间
469
455
  # @type ModifyTime: String
@@ -504,13 +490,11 @@ module TencentCloud
504
490
  # @param NeedRestart: 用于表示当前配置文件是不是有过修改后没有重启,提醒用户需要重启
505
491
  # @type NeedRestart: Integer
506
492
  # @param FilePath: 配置文件路径
507
- # 注意:此字段可能返回 null,表示取不到有效值。
508
493
  # @type FilePath: String
509
494
  # @param FileKeyValues: 配置文件kv值
510
495
  # 注意:此字段可能返回 null,表示取不到有效值。
511
496
  # @type FileKeyValues: String
512
497
  # @param FileKeyValuesNew: 配置文件kv值
513
- # 注意:此字段可能返回 null,表示取不到有效值。
514
498
  # @type FileKeyValuesNew: Array
515
499
 
516
500
  attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
@@ -551,19 +535,14 @@ module TencentCloud
551
535
  # 返回配置的文件内容(key-value)
552
536
  class ConfigKeyValue < TencentCloud::Common::AbstractModel
553
537
  # @param KeyName: key
554
- # 注意:此字段可能返回 null,表示取不到有效值。
555
538
  # @type KeyName: String
556
539
  # @param Value: 值
557
- # 注意:此字段可能返回 null,表示取不到有效值。
558
540
  # @type Value: String
559
541
  # @param Message: 备注
560
- # 注意:此字段可能返回 null,表示取不到有效值。
561
542
  # @type Message: String
562
543
  # @param Display: 1-只读,2-可修改但不可删除,3-可删除
563
- # 注意:此字段可能返回 null,表示取不到有效值。
564
544
  # @type Display: Integer
565
545
  # @param SupportHotUpdate: 0不支持 1支持热更新
566
- # 注意:此字段可能返回 null,表示取不到有效值。
567
546
  # @type SupportHotUpdate: Integer
568
547
 
569
548
  attr_accessor :KeyName, :Value, :Message, :Display, :SupportHotUpdate
@@ -616,16 +595,12 @@ module TencentCloud
616
595
  # 冷热分层backend节点信息
617
596
  class CoolDownBackend < TencentCloud::Common::AbstractModel
618
597
  # @param Host: 字段:Host
619
- # 注意:此字段可能返回 null,表示取不到有效值。
620
598
  # @type Host: String
621
599
  # @param DataUsedCapacity: 字段:DataUsedCapacity
622
- # 注意:此字段可能返回 null,表示取不到有效值。
623
600
  # @type DataUsedCapacity: String
624
601
  # @param TotalCapacity: 字段:TotalCapacity
625
- # 注意:此字段可能返回 null,表示取不到有效值。
626
602
  # @type TotalCapacity: String
627
603
  # @param RemoteUsedCapacity: 字段:RemoteUsedCapacity
628
- # 注意:此字段可能返回 null,表示取不到有效值。
629
604
  # @type RemoteUsedCapacity: String
630
605
 
631
606
  attr_accessor :Host, :DataUsedCapacity, :TotalCapacity, :RemoteUsedCapacity
@@ -648,13 +623,10 @@ module TencentCloud
648
623
  # 冷热分层策略
649
624
  class CoolDownPolicyInfo < TencentCloud::Common::AbstractModel
650
625
  # @param PolicyName: 策略名称
651
- # 注意:此字段可能返回 null,表示取不到有效值。
652
626
  # @type PolicyName: String
653
627
  # @param CooldownDatetime: cooldown_ttl
654
- # 注意:此字段可能返回 null,表示取不到有效值。
655
628
  # @type CooldownDatetime: String
656
629
  # @param CooldownTtl: cooldown_datetime
657
- # 注意:此字段可能返回 null,表示取不到有效值。
658
630
  # @type CooldownTtl: String
659
631
 
660
632
  attr_accessor :PolicyName, :CooldownDatetime, :CooldownTtl
@@ -675,16 +647,12 @@ module TencentCloud
675
647
  # 冷热分层Table数据信息
676
648
  class CoolDownTableDataInfo < TencentCloud::Common::AbstractModel
677
649
  # @param DatabaseName: 列:DatabaseName
678
- # 注意:此字段可能返回 null,表示取不到有效值。
679
650
  # @type DatabaseName: String
680
651
  # @param TableName: 列:TableName
681
- # 注意:此字段可能返回 null,表示取不到有效值。
682
652
  # @type TableName: String
683
653
  # @param Size: 列:Size
684
- # 注意:此字段可能返回 null,表示取不到有效值。
685
654
  # @type Size: String
686
655
  # @param RemoteSize: 列:RemoteSize
687
- # 注意:此字段可能返回 null,表示取不到有效值。
688
656
  # @type RemoteSize: String
689
657
 
690
658
  attr_accessor :DatabaseName, :TableName, :Size, :RemoteSize
@@ -707,13 +675,10 @@ module TencentCloud
707
675
  # 客户提供cos认证信息。
708
676
  class CosSourceInfo < TencentCloud::Common::AbstractModel
709
677
  # @param SecretId: cos认证中的Id
710
- # 注意:此字段可能返回 null,表示取不到有效值。
711
678
  # @type SecretId: String
712
679
  # @param SecretKey: cos认证中的key
713
- # 注意:此字段可能返回 null,表示取不到有效值。
714
680
  # @type SecretKey: String
715
681
  # @param CosPath: cos认证中的路径
716
- # 注意:此字段可能返回 null,表示取不到有效值。
717
682
  # @type CosPath: String
718
683
 
719
684
  attr_accessor :SecretId, :SecretKey, :CosPath
@@ -836,7 +801,6 @@ module TencentCloud
836
801
  # CreateBackUpSchedule返回参数结构体
837
802
  class CreateBackUpScheduleResponse < TencentCloud::Common::AbstractModel
838
803
  # @param ErrorMsg: 错误信息
839
- # 注意:此字段可能返回 null,表示取不到有效值。
840
804
  # @type ErrorMsg: String
841
805
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
842
806
  # @type RequestId: String
@@ -885,7 +849,6 @@ module TencentCloud
885
849
  # CreateCoolDownPolicy返回参数结构体
886
850
  class CreateCoolDownPolicyResponse < TencentCloud::Common::AbstractModel
887
851
  # @param ErrorMsg: 错误信息
888
- # 注意:此字段可能返回 null,表示取不到有效值。
889
852
  # @type ErrorMsg: String
890
853
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
891
854
  # @type RequestId: String
@@ -1095,51 +1058,39 @@ module TencentCloud
1095
1058
  # 数据库审计
1096
1059
  class DataBaseAuditRecord < TencentCloud::Common::AbstractModel
1097
1060
  # @param OsUser: 查询用户
1098
- # 注意:此字段可能返回 null,表示取不到有效值。
1099
1061
  # @type OsUser: String
1100
1062
  # @param InitialQueryId: 查询ID
1101
- # 注意:此字段可能返回 null,表示取不到有效值。
1102
1063
  # @type InitialQueryId: String
1103
1064
  # @param Sql: SQL语句
1104
- # 注意:此字段可能返回 null,表示取不到有效值。
1105
1065
  # @type Sql: String
1106
1066
  # @param QueryStartTime: 开始时间
1107
- # 注意:此字段可能返回 null,表示取不到有效值。
1108
1067
  # @type QueryStartTime: String
1109
1068
  # @param DurationMs: 执行耗时
1110
- # 注意:此字段可能返回 null,表示取不到有效值。
1111
1069
  # @type DurationMs: Integer
1112
1070
  # @param ReadRows: 读取行数
1113
- # 注意:此字段可能返回 null,表示取不到有效值。
1114
1071
  # @type ReadRows: Integer
1115
1072
  # @param ResultRows: 读取字节数
1116
- # 注意:此字段可能返回 null,表示取不到有效值。
1117
1073
  # @type ResultRows: Integer
1118
1074
  # @param ResultBytes: 结果字节数
1119
- # 注意:此字段可能返回 null,表示取不到有效值。
1120
1075
  # @type ResultBytes: Integer
1121
1076
  # @param MemoryUsage: 内存
1122
- # 注意:此字段可能返回 null,表示取不到有效值。
1123
1077
  # @type MemoryUsage: Integer
1124
1078
  # @param InitialAddress: 初始查询IP
1125
- # 注意:此字段可能返回 null,表示取不到有效值。
1126
1079
  # @type InitialAddress: String
1127
1080
  # @param DbName: 数据库
1128
- # 注意:此字段可能返回 null,表示取不到有效值。
1129
1081
  # @type DbName: String
1130
1082
  # @param SqlType: sql类型
1131
- # 注意:此字段可能返回 null,表示取不到有效值。
1132
1083
  # @type SqlType: String
1133
1084
  # @param Catalog: catalog名称
1134
- # 注意:此字段可能返回 null,表示取不到有效值。
1135
1085
  # @type Catalog: String
1136
1086
  # @param State: 状态
1137
- # 注意:此字段可能返回 null,表示取不到有效值。
1138
1087
  # @type State: String
1088
+ # @param IsQuery: 是否是查询
1089
+ # @type IsQuery: Boolean
1139
1090
 
1140
- attr_accessor :OsUser, :InitialQueryId, :Sql, :QueryStartTime, :DurationMs, :ReadRows, :ResultRows, :ResultBytes, :MemoryUsage, :InitialAddress, :DbName, :SqlType, :Catalog, :State
1091
+ attr_accessor :OsUser, :InitialQueryId, :Sql, :QueryStartTime, :DurationMs, :ReadRows, :ResultRows, :ResultBytes, :MemoryUsage, :InitialAddress, :DbName, :SqlType, :Catalog, :State, :IsQuery
1141
1092
 
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)
1093
+ 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
1094
  @OsUser = osuser
1144
1095
  @InitialQueryId = initialqueryid
1145
1096
  @Sql = sql
@@ -1154,6 +1105,7 @@ module TencentCloud
1154
1105
  @SqlType = sqltype
1155
1106
  @Catalog = catalog
1156
1107
  @State = state
1108
+ @IsQuery = isquery
1157
1109
  end
1158
1110
 
1159
1111
  def deserialize(params)
@@ -1171,6 +1123,7 @@ module TencentCloud
1171
1123
  @SqlType = params['SqlType']
1172
1124
  @Catalog = params['Catalog']
1173
1125
  @State = params['State']
1126
+ @IsQuery = params['IsQuery']
1174
1127
  end
1175
1128
  end
1176
1129
 
@@ -2016,10 +1969,12 @@ module TencentCloud
2016
1969
  # @type SqlTypes: Array
2017
1970
  # @param Catalogs: catalog名称(多选)
2018
1971
  # @type Catalogs: Array
1972
+ # @param IsQuery: 是否是查询
1973
+ # @type IsQuery: Array
2019
1974
 
2020
- attr_accessor :InstanceId, :StartTime, :EndTime, :PageSize, :PageNum, :OrderType, :User, :DbName, :SqlType, :Sql, :Users, :DbNames, :SqlTypes, :Catalogs
1975
+ attr_accessor :InstanceId, :StartTime, :EndTime, :PageSize, :PageNum, :OrderType, :User, :DbName, :SqlType, :Sql, :Users, :DbNames, :SqlTypes, :Catalogs, :IsQuery
2021
1976
 
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)
1977
+ 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
1978
  @InstanceId = instanceid
2024
1979
  @StartTime = starttime
2025
1980
  @EndTime = endtime
@@ -2034,6 +1989,7 @@ module TencentCloud
2034
1989
  @DbNames = dbnames
2035
1990
  @SqlTypes = sqltypes
2036
1991
  @Catalogs = catalogs
1992
+ @IsQuery = isquery
2037
1993
  end
2038
1994
 
2039
1995
  def deserialize(params)
@@ -2051,6 +2007,7 @@ module TencentCloud
2051
2007
  @DbNames = params['DbNames']
2052
2008
  @SqlTypes = params['SqlTypes']
2053
2009
  @Catalogs = params['Catalogs']
2010
+ @IsQuery = params['IsQuery']
2054
2011
  end
2055
2012
  end
2056
2013
 
@@ -2061,10 +2018,8 @@ module TencentCloud
2061
2018
  # @param SlowQueryRecords: 记录列表
2062
2019
  # @type SlowQueryRecords: :class:`Tencentcloud::Cdwdoris.v20211228.models.DataBaseAuditRecord`
2063
2020
  # @param Records: 记录列表
2064
- # 注意:此字段可能返回 null,表示取不到有效值。
2065
2021
  # @type Records: Array
2066
2022
  # @param ErrorMsg: 错误信息
2067
- # 注意:此字段可能返回 null,表示取不到有效值。
2068
2023
  # @type ErrorMsg: String
2069
2024
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2070
2025
  # @type RequestId: String
@@ -2888,7 +2843,6 @@ module TencentCloud
2888
2843
  # @param CoreSpec: be节点规格描述
2889
2844
  # @type CoreSpec: Array
2890
2845
  # @param AttachCBSSpec: 云盘列表
2891
- # 注意:此字段可能返回 null,表示取不到有效值。
2892
2846
  # @type AttachCBSSpec: Array
2893
2847
  # @param CNSpec: cn节点列表
2894
2848
  # @type CNSpec: Array
@@ -2994,10 +2948,8 @@ module TencentCloud
2994
2948
  # DescribeSqlApis返回参数结构体
2995
2949
  class DescribeSqlApisResponse < TencentCloud::Common::AbstractModel
2996
2950
  # @param ReturnData: 返回的查询数据,大部分情况是list,也可能是bool
2997
- # 注意:此字段可能返回 null,表示取不到有效值。
2998
2951
  # @type ReturnData: String
2999
2952
  # @param ErrorMsg: 错误消息
3000
- # 注意:此字段可能返回 null,表示取不到有效值。
3001
2953
  # @type ErrorMsg: String
3002
2954
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3003
2955
  # @type RequestId: String
@@ -3052,10 +3004,8 @@ module TencentCloud
3052
3004
  # DescribeTableList返回参数结构体
3053
3005
  class DescribeTableListResponse < TencentCloud::Common::AbstractModel
3054
3006
  # @param TableNames: 表名列表
3055
- # 注意:此字段可能返回 null,表示取不到有效值。
3056
3007
  # @type TableNames: Array
3057
3008
  # @param Message: 错误信息
3058
- # 注意:此字段可能返回 null,表示取不到有效值。
3059
3009
  # @type Message: String
3060
3010
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3061
3011
  # @type RequestId: String
@@ -3252,16 +3202,12 @@ module TencentCloud
3252
3202
  # 外部doris集群的连接信息
3253
3203
  class DorisSourceInfo < TencentCloud::Common::AbstractModel
3254
3204
  # @param Host: doris集群的fe的ip
3255
- # 注意:此字段可能返回 null,表示取不到有效值。
3256
3205
  # @type Host: String
3257
3206
  # @param Port: doris集群的fe的端口号
3258
- # 注意:此字段可能返回 null,表示取不到有效值。
3259
3207
  # @type Port: Integer
3260
3208
  # @param User: doris集群的账号
3261
- # 注意:此字段可能返回 null,表示取不到有效值。
3262
3209
  # @type User: String
3263
3210
  # @param Password: base64编码的doris集群对应用户的密码
3264
- # 注意:此字段可能返回 null,表示取不到有效值。
3265
3211
  # @type Password: String
3266
3212
 
3267
3213
  attr_accessor :Host, :Port, :User, :Password
@@ -3284,13 +3230,10 @@ module TencentCloud
3284
3230
  # 前端规则描述
3285
3231
  class FrontEndRule < TencentCloud::Common::AbstractModel
3286
3232
  # @param ID: id序列
3287
- # 注意:此字段可能返回 null,表示取不到有效值。
3288
3233
  # @type ID: Integer
3289
3234
  # @param Name: 规则名称
3290
- # 注意:此字段可能返回 null,表示取不到有效值。
3291
3235
  # @type Name: String
3292
3236
  # @param Rule: 详细规则
3293
- # 注意:此字段可能返回 null,表示取不到有效值。
3294
3237
  # @type Rule: String
3295
3238
 
3296
3239
  attr_accessor :ID, :Name, :Rule
@@ -3331,7 +3274,6 @@ module TencentCloud
3331
3274
  # Instance表detail字段
3332
3275
  class InstanceDetail < TencentCloud::Common::AbstractModel
3333
3276
  # @param EnableAlarmStrategy: 告警策略是否可用
3334
- # 注意:此字段可能返回 null,表示取不到有效值。
3335
3277
  # @type EnableAlarmStrategy: Boolean
3336
3278
 
3337
3279
  attr_accessor :EnableAlarmStrategy
@@ -3348,164 +3290,114 @@ module TencentCloud
3348
3290
  # 实例描述信息
3349
3291
  class InstanceInfo < TencentCloud::Common::AbstractModel
3350
3292
  # @param InstanceId: 集群实例ID, "cdw-xxxx" 字符串类型
3351
- # 注意:此字段可能返回 null,表示取不到有效值。
3352
3293
  # @type InstanceId: String
3353
3294
  # @param InstanceName: 集群实例名称
3354
- # 注意:此字段可能返回 null,表示取不到有效值。
3355
3295
  # @type InstanceName: String
3356
3296
  # @param Status: 状态,
3357
3297
  # Init 创建中; Serving 运行中;
3358
3298
  # Deleted已销毁;Deleting 销毁中;
3359
3299
  # Modify 集群变更中;
3360
- # 注意:此字段可能返回 null,表示取不到有效值。
3361
3300
  # @type Status: String
3362
3301
  # @param Version: 版本
3363
- # 注意:此字段可能返回 null,表示取不到有效值。
3364
3302
  # @type Version: String
3365
3303
  # @param Region: 地域, ap-guangzhou
3366
- # 注意:此字段可能返回 null,表示取不到有效值。
3367
3304
  # @type Region: String
3368
3305
  # @param Zone: 可用区, ap-guangzhou-3
3369
- # 注意:此字段可能返回 null,表示取不到有效值。
3370
3306
  # @type Zone: String
3371
3307
  # @param VpcId: 私有网络名称
3372
- # 注意:此字段可能返回 null,表示取不到有效值。
3373
3308
  # @type VpcId: String
3374
3309
  # @param SubnetId: 子网名称
3375
- # 注意:此字段可能返回 null,表示取不到有效值。
3376
3310
  # @type SubnetId: String
3377
3311
  # @param PayMode: 付费类型,"hour", "prepay"
3378
- # 注意:此字段可能返回 null,表示取不到有效值。
3379
3312
  # @type PayMode: String
3380
3313
  # @param CreateTime: 创建时间
3381
- # 注意:此字段可能返回 null,表示取不到有效值。
3382
3314
  # @type CreateTime: String
3383
3315
  # @param ExpireTime: 过期时间
3384
- # 注意:此字段可能返回 null,表示取不到有效值。
3385
3316
  # @type ExpireTime: String
3386
3317
  # @param MasterSummary: 数据节点描述信息
3387
- # 注意:此字段可能返回 null,表示取不到有效值。
3388
3318
  # @type MasterSummary: :class:`Tencentcloud::Cdwdoris.v20211228.models.NodesSummary`
3389
3319
  # @param CoreSummary: zookeeper节点描述信息
3390
- # 注意:此字段可能返回 null,表示取不到有效值。
3391
3320
  # @type CoreSummary: :class:`Tencentcloud::Cdwdoris.v20211228.models.NodesSummary`
3392
3321
  # @param HA: 高可用,“true" "false"
3393
- # 注意:此字段可能返回 null,表示取不到有效值。
3394
3322
  # @type HA: String
3395
3323
  # @param HaType: 高可用类型:
3396
3324
  # 0:非高可用
3397
3325
  # 1:读高可用
3398
3326
  # 2:读写高可用。
3399
- # 注意:此字段可能返回 null,表示取不到有效值。
3400
3327
  # @type HaType: Integer
3401
3328
  # @param AccessInfo: 访问地址,例如 "10.0.0.1:9000"
3402
- # 注意:此字段可能返回 null,表示取不到有效值。
3403
3329
  # @type AccessInfo: String
3404
3330
  # @param Id: 记录ID,数值型
3405
- # 注意:此字段可能返回 null,表示取不到有效值。
3406
3331
  # @type Id: Integer
3407
3332
  # @param RegionId: regionId, 表示地域
3408
- # 注意:此字段可能返回 null,表示取不到有效值。
3409
3333
  # @type RegionId: Integer
3410
3334
  # @param ZoneDesc: 可用区说明,例如 "广州二区"
3411
- # 注意:此字段可能返回 null,表示取不到有效值。
3412
3335
  # @type ZoneDesc: String
3413
3336
  # @param FlowMsg: 错误流程说明信息
3414
- # 注意:此字段可能返回 null,表示取不到有效值。
3415
3337
  # @type FlowMsg: String
3416
3338
  # @param StatusDesc: 状态描述,例如“运行中”等
3417
- # 注意:此字段可能返回 null,表示取不到有效值。
3418
3339
  # @type StatusDesc: String
3419
3340
  # @param RenewFlag: 自动续费标记
3420
- # 注意:此字段可能返回 null,表示取不到有效值。
3421
3341
  # @type RenewFlag: Boolean
3422
3342
  # @param Tags: 标签列表
3423
- # 注意:此字段可能返回 null,表示取不到有效值。
3424
3343
  # @type Tags: Array
3425
3344
  # @param Monitor: 监控信息
3426
- # 注意:此字段可能返回 null,表示取不到有效值。
3427
3345
  # @type Monitor: String
3428
3346
  # @param HasClsTopic: 是否开通日志
3429
- # 注意:此字段可能返回 null,表示取不到有效值。
3430
3347
  # @type HasClsTopic: Boolean
3431
3348
  # @param ClsTopicId: 日志主题ID
3432
- # 注意:此字段可能返回 null,表示取不到有效值。
3433
3349
  # @type ClsTopicId: String
3434
3350
  # @param ClsLogSetId: 日志集ID
3435
- # 注意:此字段可能返回 null,表示取不到有效值。
3436
3351
  # @type ClsLogSetId: String
3437
3352
  # @param EnableXMLConfig: 是否支持xml配置管理
3438
- # 注意:此字段可能返回 null,表示取不到有效值。
3439
3353
  # @type EnableXMLConfig: Integer
3440
3354
  # @param RegionDesc: 区域
3441
- # 注意:此字段可能返回 null,表示取不到有效值。
3442
3355
  # @type RegionDesc: String
3443
3356
  # @param Eip: 弹性网卡地址
3444
- # 注意:此字段可能返回 null,表示取不到有效值。
3445
3357
  # @type Eip: String
3446
3358
  # @param CosMoveFactor: 冷热分层系数
3447
- # 注意:此字段可能返回 null,表示取不到有效值。
3448
3359
  # @type CosMoveFactor: Integer
3449
3360
  # @param Kind: external/local/yunti
3450
- # 注意:此字段可能返回 null,表示取不到有效值。
3451
3361
  # @type Kind: String
3452
3362
  # @param CosBucketName: cos桶
3453
- # 注意:此字段可能返回 null,表示取不到有效值。
3454
3363
  # @type CosBucketName: String
3455
3364
  # @param CanAttachCbs: cbs
3456
- # 注意:此字段可能返回 null,表示取不到有效值。
3457
3365
  # @type CanAttachCbs: Boolean
3458
3366
  # @param BuildVersion: 小版本
3459
- # 注意:此字段可能返回 null,表示取不到有效值。
3460
3367
  # @type BuildVersion: String
3461
3368
  # @param Components: 组件信息
3462
3369
  # 注:这里返回类型实际为map[string]struct类型,并非显示的string类型,可以参考“示例值”进行数据的解析。
3463
- # 注意:此字段可能返回 null,表示取不到有效值。
3464
3370
  # @type Components: String
3465
3371
  # @param IfExistCatalog: 判断审计日志表是否有catalog字段
3466
3372
  # 注意:此字段可能返回 null,表示取不到有效值。
3467
3373
  # @type IfExistCatalog: Integer
3468
3374
  # @param Characteristic: 页面特性,用于前端屏蔽一些页面入口
3469
- # 注意:此字段可能返回 null,表示取不到有效值。
3470
3375
  # @type Characteristic: Array
3471
3376
  # @param RestartTimeout: 超时时间 单位s
3472
- # 注意:此字段可能返回 null,表示取不到有效值。
3473
3377
  # @type RestartTimeout: String
3474
3378
  # @param GraceShutdownWaitSeconds: 内核优雅重启超时时间,如果为-1说明未设置
3475
- # 注意:此字段可能返回 null,表示取不到有效值。
3476
3379
  # @type GraceShutdownWaitSeconds: String
3477
3380
  # @param CaseSensitive: 表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
3478
- # 注意:此字段可能返回 null,表示取不到有效值。
3479
3381
  # @type CaseSensitive: Integer
3480
3382
  # @param IsWhiteSGs: 用户是否可以绑定安全组
3481
- # 注意:此字段可能返回 null,表示取不到有效值。
3482
3383
  # @type IsWhiteSGs: Boolean
3483
3384
  # @param BindSGs: 已绑定的安全组信息
3484
- # 注意:此字段可能返回 null,表示取不到有效值。
3485
3385
  # @type BindSGs: Array
3486
3386
  # @param EnableMultiZones: 是否为多可用区
3487
- # 注意:此字段可能返回 null,表示取不到有效值。
3488
3387
  # @type EnableMultiZones: Boolean
3489
3388
  # @param UserNetworkInfos: 用户可用区和子网信息
3490
- # 注意:此字段可能返回 null,表示取不到有效值。
3491
3389
  # @type UserNetworkInfos: String
3492
3390
  # @param EnableCoolDown: 是否启用冷热分层。0:未开启 1:已开启
3493
- # 注意:此字段可能返回 null,表示取不到有效值。
3494
3391
  # @type EnableCoolDown: Integer
3495
3392
  # @param CoolDownBucket: 冷热分层使用COS桶
3496
- # 注意:此字段可能返回 null,表示取不到有效值。
3497
3393
  # @type CoolDownBucket: String
3498
3394
  # @param Details: 实例扩展信息
3499
- # 注意:此字段可能返回 null,表示取不到有效值。
3500
3395
  # @type Details: :class:`Tencentcloud::Cdwdoris.v20211228.models.InstanceDetail`
3501
3396
  # @param EnableDlc: 是否启用DLC 0:关闭 1:开启
3502
- # 注意:此字段可能返回 null,表示取不到有效值。
3503
3397
  # @type EnableDlc: Integer
3504
3398
  # @param AccountType: 账户类型 0:普通用户 1:CAM用户
3505
- # 注意:此字段可能返回 null,表示取不到有效值。
3506
3399
  # @type AccountType: Integer
3507
3400
  # @param MonitorMode: 监控模式 0: 老监控 1:新监控
3508
- # 注意:此字段可能返回 null,表示取不到有效值。
3509
3401
  # @type MonitorMode: Integer
3510
3402
  # @param CNSummary: cn节点信息
3511
3403
  # @type CNSummary: :class:`Tencentcloud::Cdwdoris.v20211228.models.NodesSummary`
@@ -3662,19 +3554,14 @@ module TencentCloud
3662
3554
  # @param Role: 所属clickhouse cluster名称
3663
3555
  # @type Role: String
3664
3556
  # @param Status: 状态
3665
- # 注意:此字段可能返回 null,表示取不到有效值。
3666
3557
  # @type Status: String
3667
3558
  # @param Rip: rip
3668
- # 注意:此字段可能返回 null,表示取不到有效值。
3669
3559
  # @type Rip: String
3670
3560
  # @param FeRole: FE节点角色
3671
- # 注意:此字段可能返回 null,表示取不到有效值。
3672
3561
  # @type FeRole: String
3673
3562
  # @param UUID: UUID
3674
- # 注意:此字段可能返回 null,表示取不到有效值。
3675
3563
  # @type UUID: String
3676
3564
  # @param Zone: 可用区
3677
- # 注意:此字段可能返回 null,表示取不到有效值。
3678
3565
  # @type Zone: String
3679
3566
  # @param CreateTime: 创建时间
3680
3567
  # @type CreateTime: String
@@ -3856,7 +3743,6 @@ module TencentCloud
3856
3743
  # ModifyCoolDownPolicy返回参数结构体
3857
3744
  class ModifyCoolDownPolicyResponse < TencentCloud::Common::AbstractModel
3858
3745
  # @param ErrorMsg: 错误信息
3859
- # 注意:此字段可能返回 null,表示取不到有效值。
3860
3746
  # @type ErrorMsg: String
3861
3747
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3862
3748
  # @type RequestId: String
@@ -3956,7 +3842,6 @@ module TencentCloud
3956
3842
  # ModifyInstanceKeyValConfigs返回参数结构体
3957
3843
  class ModifyInstanceKeyValConfigsResponse < TencentCloud::Common::AbstractModel
3958
3844
  # @param ErrorMsg: 错误信息
3959
- # 注意:此字段可能返回 null,表示取不到有效值。
3960
3845
  # @type ErrorMsg: String
3961
3846
  # @param FlowId: ID
3962
3847
  # @type FlowId: Integer
@@ -4100,7 +3985,6 @@ module TencentCloud
4100
3985
  # ModifySecurityGroups返回参数结构体
4101
3986
  class ModifySecurityGroupsResponse < TencentCloud::Common::AbstractModel
4102
3987
  # @param ErrorMsg: 错误信息
4103
- # 注意:此字段可能返回 null,表示取不到有效值。
4104
3988
  # @type ErrorMsg: String
4105
3989
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4106
3990
  # @type RequestId: String
@@ -4207,7 +4091,6 @@ module TencentCloud
4207
4091
  # ModifyUserPrivilegesV3返回参数结构体
4208
4092
  class ModifyUserPrivilegesV3Response < TencentCloud::Common::AbstractModel
4209
4093
  # @param ErrorMsg: 错误信息,为空就是没有错误
4210
- # 注意:此字段可能返回 null,表示取不到有效值。
4211
4094
  # @type ErrorMsg: String
4212
4095
  # @param InstanceId: 集群id
4213
4096
  # @type InstanceId: String
@@ -4315,13 +4198,10 @@ module TencentCloud
4315
4198
  # 网络信息
4316
4199
  class NetworkInfo < TencentCloud::Common::AbstractModel
4317
4200
  # @param Zone: 可用区
4318
- # 注意:此字段可能返回 null,表示取不到有效值。
4319
4201
  # @type Zone: String
4320
4202
  # @param SubnetId: 子网id
4321
- # 注意:此字段可能返回 null,表示取不到有效值。
4322
4203
  # @type SubnetId: String
4323
4204
  # @param SubnetIpNum: 当前子网可用ip数
4324
- # 注意:此字段可能返回 null,表示取不到有效值。
4325
4205
  # @type SubnetIpNum: Integer
4326
4206
 
4327
4207
  attr_accessor :Zone, :SubnetId, :SubnetIpNum
@@ -4342,28 +4222,20 @@ module TencentCloud
4342
4222
  # NodeInfo
4343
4223
  class NodeInfo < TencentCloud::Common::AbstractModel
4344
4224
  # @param Ip: 用户IP
4345
- # 注意:此字段可能返回 null,表示取不到有效值。
4346
4225
  # @type Ip: String
4347
4226
  # @param Status: 节点状态
4348
- # 注意:此字段可能返回 null,表示取不到有效值。
4349
4227
  # @type Status: Integer
4350
4228
  # @param NodeName: 节点角色名
4351
- # 注意:此字段可能返回 null,表示取不到有效值。
4352
4229
  # @type NodeName: String
4353
4230
  # @param ComponentName: 组件名
4354
- # 注意:此字段可能返回 null,表示取不到有效值。
4355
4231
  # @type ComponentName: String
4356
4232
  # @param NodeRole: 节点角色
4357
- # 注意:此字段可能返回 null,表示取不到有效值。
4358
4233
  # @type NodeRole: String
4359
4234
  # @param LastRestartTime: 节点上次重启的时间
4360
- # 注意:此字段可能返回 null,表示取不到有效值。
4361
4235
  # @type LastRestartTime: String
4362
4236
  # @param Zone: 节点所在可用区
4363
- # 注意:此字段可能返回 null,表示取不到有效值。
4364
4237
  # @type Zone: String
4365
4238
  # @param Id: Id
4366
- # 注意:此字段可能返回 null,表示取不到有效值。
4367
4239
  # @type Id: String
4368
4240
 
4369
4241
  attr_accessor :Ip, :Status, :NodeName, :ComponentName, :NodeRole, :LastRestartTime, :Zone, :Id
@@ -4406,10 +4278,8 @@ module TencentCloud
4406
4278
  # @param LastRestartTime: 上一次重启时间
4407
4279
  # @type LastRestartTime: String
4408
4280
  # @param Id: id
4409
- # 注意:此字段可能返回 null,表示取不到有效值。
4410
4281
  # @type Id: String
4411
4282
  # @param Zone: 可用区
4412
- # 注意:此字段可能返回 null,表示取不到有效值。
4413
4283
  # @type Zone: String
4414
4284
  # @param CreateTime: 创建时间
4415
4285
  # @type CreateTime: String
@@ -4458,25 +4328,18 @@ module TencentCloud
4458
4328
  # @param DiskDesc: 磁盘描述
4459
4329
  # @type DiskDesc: String
4460
4330
  # @param AttachCBSSpec: 挂载云盘信息
4461
- # 注意:此字段可能返回 null,表示取不到有效值。
4462
4331
  # @type AttachCBSSpec: :class:`Tencentcloud::Cdwdoris.v20211228.models.AttachCBSSpec`
4463
4332
  # @param SubProductType: 子产品名称
4464
- # 注意:此字段可能返回 null,表示取不到有效值。
4465
4333
  # @type SubProductType: String
4466
4334
  # @param SpecCore: 规格核数
4467
- # 注意:此字段可能返回 null,表示取不到有效值。
4468
4335
  # @type SpecCore: Integer
4469
4336
  # @param SpecMemory: 规格内存
4470
- # 注意:此字段可能返回 null,表示取不到有效值。
4471
4337
  # @type SpecMemory: Integer
4472
4338
  # @param DiskCount: 磁盘大小
4473
- # 注意:此字段可能返回 null,表示取不到有效值。
4474
4339
  # @type DiskCount: Integer
4475
4340
  # @param Encrypt: 是否加密
4476
- # 注意:此字段可能返回 null,表示取不到有效值。
4477
4341
  # @type Encrypt: Integer
4478
4342
  # @param MaxDiskSize: 最大磁盘
4479
- # 注意:此字段可能返回 null,表示取不到有效值。
4480
4343
  # @type MaxDiskSize: Integer
4481
4344
 
4482
4345
  attr_accessor :Spec, :NodeSize, :Core, :Memory, :Disk, :DiskType, :DiskDesc, :AttachCBSSpec, :SubProductType, :SpecCore, :SpecMemory, :DiskCount, :Encrypt, :MaxDiskSize
@@ -4602,7 +4465,6 @@ module TencentCloud
4602
4465
  # OpenCoolDown返回参数结构体
4603
4466
  class OpenCoolDownResponse < TencentCloud::Common::AbstractModel
4604
4467
  # @param ErrorMsg: 错误信息
4605
- # 注意:此字段可能返回 null,表示取不到有效值。
4606
4468
  # @type ErrorMsg: String
4607
4469
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4608
4470
  # @type RequestId: String
@@ -5392,30 +5254,25 @@ module TencentCloud
5392
5254
  # @param InitialAddress: 初始查询IP
5393
5255
  # @type InitialAddress: String
5394
5256
  # @param DbName: 数据库名
5395
- # 注意:此字段可能返回 null,表示取不到有效值。
5396
5257
  # @type DbName: String
5397
5258
  # @param IsQuery: 是否是查询,0:否,1:查询语句
5398
- # 注意:此字段可能返回 null,表示取不到有效值。
5399
5259
  # @type IsQuery: Integer
5400
5260
  # @param ResultBytesMB: ResultBytes的MB格式
5401
- # 注意:此字段可能返回 null,表示取不到有效值。
5402
5261
  # @type ResultBytesMB: Float
5403
5262
  # @param MemoryUsageMB: MemoryUsage的MB表示
5404
- # 注意:此字段可能返回 null,表示取不到有效值。
5405
5263
  # @type MemoryUsageMB: Float
5406
5264
  # @param DurationSec: DurationMs的秒表示
5407
- # 注意:此字段可能返回 null,表示取不到有效值。
5408
5265
  # @type DurationSec: Float
5409
5266
  # @param State: 状态
5410
- # 注意:此字段可能返回 null,表示取不到有效值。
5411
5267
  # @type State: String
5412
5268
  # @param CatalogName: Catalog Name
5413
- # 注意:此字段可能返回 null,表示取不到有效值。
5414
5269
  # @type CatalogName: String
5270
+ # @param CpuTimeMs: cpu执行时间
5271
+ # @type CpuTimeMs: Integer
5415
5272
 
5416
- attr_accessor :OsUser, :InitialQueryId, :Sql, :QueryStartTime, :DurationMs, :ReadRows, :ResultRows, :ResultBytes, :MemoryUsage, :InitialAddress, :DbName, :IsQuery, :ResultBytesMB, :MemoryUsageMB, :DurationSec, :State, :CatalogName
5273
+ attr_accessor :OsUser, :InitialQueryId, :Sql, :QueryStartTime, :DurationMs, :ReadRows, :ResultRows, :ResultBytes, :MemoryUsage, :InitialAddress, :DbName, :IsQuery, :ResultBytesMB, :MemoryUsageMB, :DurationSec, :State, :CatalogName, :CpuTimeMs
5417
5274
 
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)
5275
+ 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
5276
  @OsUser = osuser
5420
5277
  @InitialQueryId = initialqueryid
5421
5278
  @Sql = sql
@@ -5433,6 +5290,7 @@ module TencentCloud
5433
5290
  @DurationSec = durationsec
5434
5291
  @State = state
5435
5292
  @CatalogName = catalogname
5293
+ @CpuTimeMs = cputimems
5436
5294
  end
5437
5295
 
5438
5296
  def deserialize(params)
@@ -5453,6 +5311,7 @@ module TencentCloud
5453
5311
  @DurationSec = params['DurationSec']
5454
5312
  @State = params['State']
5455
5313
  @CatalogName = params['CatalogName']
5314
+ @CpuTimeMs = params['CpuTimeMs']
5456
5315
  end
5457
5316
  end
5458
5317
 
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.981
4
+ version: 3.0.983
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-13 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common