tencentcloud-sdk-emr 3.0.972 → 3.0.974

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190103/models.rb +16 -372
  4. metadata +2 -2
@@ -309,7 +309,6 @@ module TencentCloud
309
309
  # 通用的参数
310
310
  class Arg < TencentCloud::Common::AbstractModel
311
311
  # @param Key: key
312
- # 注意:此字段可能返回 null,表示取不到有效值。
313
312
  # @type Key: String
314
313
  # @param Values: 值列表
315
314
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -415,22 +414,16 @@ module TencentCloud
415
414
  # @param SpecInfo: 扩容时所使用规格信息。
416
415
  # @type SpecInfo: String
417
416
  # @param CompensateFlag: 补偿扩容,0表示不开启,1表示开启
418
- # 注意:此字段可能返回 null,表示取不到有效值。
419
417
  # @type CompensateFlag: Integer
420
418
  # @param CompensateCount: 补偿次数
421
- # 注意:此字段可能返回 null,表示取不到有效值。
422
419
  # @type CompensateCount: Integer
423
420
  # @param RetryCount: 重试次数
424
- # 注意:此字段可能返回 null,表示取不到有效值。
425
421
  # @type RetryCount: Integer
426
422
  # @param RetryInfo: 重试信息
427
- # 注意:此字段可能返回 null,表示取不到有效值。
428
423
  # @type RetryInfo: String
429
424
  # @param RetryEnReason: 重试英文描述
430
- # 注意:此字段可能返回 null,表示取不到有效值。
431
425
  # @type RetryEnReason: String
432
426
  # @param RetryReason: 重试描述
433
- # 注意:此字段可能返回 null,表示取不到有效值。
434
427
  # @type RetryReason: String
435
428
 
436
429
  attr_accessor :StrategyName, :ScaleAction, :ActionStatus, :ActionTime, :ScaleInfo, :ExpectScaleNum, :EndTime, :StrategyType, :SpecInfo, :CompensateFlag, :CompensateCount, :RetryCount, :RetryInfo, :RetryEnReason, :RetryReason
@@ -475,7 +468,6 @@ module TencentCloud
475
468
  # 弹性扩缩容规格配置
476
469
  class AutoScaleResourceConf < TencentCloud::Common::AbstractModel
477
470
  # @param Id: 配置ID。
478
- # 注意:此字段可能返回 null,表示取不到有效值。
479
471
  # @type Id: Integer
480
472
  # @param ClusterId: 集群实例ID。
481
473
  # @type ClusterId: Integer
@@ -486,37 +478,26 @@ module TencentCloud
486
478
  # @param StrategyType: 扩容规则类型,1为按负载指标扩容规则,2为按时间扩容规则
487
479
  # @type StrategyType: Integer
488
480
  # @param NextTimeCanScale: 下次能可扩容时间。
489
- # 注意:此字段可能返回 null,表示取不到有效值。
490
481
  # @type NextTimeCanScale: Integer
491
482
  # @param GraceDownFlag: 优雅缩容开关
492
- # 注意:此字段可能返回 null,表示取不到有效值。
493
483
  # @type GraceDownFlag: Boolean
494
484
  # @param HardwareType: "CVM"表示规格全部使用CVM相关类型,"POD"表示规格使用容器相关类型,默认为"CVM"。
495
- # 注意:此字段可能返回 null,表示取不到有效值。
496
485
  # @type HardwareType: String
497
486
  # @param PayMode: "POSTPAY"表示只使用按量计费,"SPOT_FIRST"表示竞价实例优先,只有HardwareType为"HOST"时支持竞价实例优先,"POD"只支持纯按量计费。
498
- # 注意:此字段可能返回 null,表示取不到有效值。
499
487
  # @type PayMode: String
500
488
  # @param PostPayPercentMin: 竞价实例优先的场景下,按量计费资源数量的最低百分比,整数
501
- # 注意:此字段可能返回 null,表示取不到有效值。
502
489
  # @type PostPayPercentMin: Integer
503
490
  # @param ChangeToPod: 预设资源类型为HOST时,支持勾选“资源不足时切换POD”;支持取消勾选;默认不勾选(0),勾选(1)
504
- # 注意:此字段可能返回 null,表示取不到有效值。
505
491
  # @type ChangeToPod: Integer
506
492
  # @param GroupName: 伸缩组名
507
- # 注意:此字段可能返回 null,表示取不到有效值。
508
493
  # @type GroupName: String
509
494
  # @param YarnNodeLabel: 标签
510
- # 注意:此字段可能返回 null,表示取不到有效值。
511
495
  # @type YarnNodeLabel: String
512
496
  # @param GroupStatus: 伸缩组状态
513
- # 注意:此字段可能返回 null,表示取不到有效值。
514
497
  # @type GroupStatus: Integer
515
498
  # @param Parallel: 并行伸缩 0关闭;1开启
516
- # 注意:此字段可能返回 null,表示取不到有效值。
517
499
  # @type Parallel: Integer
518
500
  # @param EnableMNode: 是否支持MNode
519
- # 注意:此字段可能返回 null,表示取不到有效值。
520
501
  # @type EnableMNode: Integer
521
502
 
522
503
  attr_accessor :Id, :ClusterId, :ScaleLowerBound, :ScaleUpperBound, :StrategyType, :NextTimeCanScale, :GraceDownFlag, :HardwareType, :PayMode, :PostPayPercentMin, :ChangeToPod, :GroupName, :YarnNodeLabel, :GroupStatus, :Parallel, :EnableMNode
@@ -590,49 +571,35 @@ module TencentCloud
590
571
  # CBS实例信息
591
572
  class CBSInstance < TencentCloud::Common::AbstractModel
592
573
  # @param DiskId: 云硬盘ID
593
- # 注意:此字段可能返回 null,表示取不到有效值。
594
574
  # @type DiskId: String
595
575
  # @param DiskUsage: 云硬盘类型
596
- # 注意:此字段可能返回 null,表示取不到有效值。
597
576
  # @type DiskUsage: String
598
577
  # @param DiskName: 云硬盘名称
599
- # 注意:此字段可能返回 null,表示取不到有效值。
600
578
  # @type DiskName: String
601
579
  # @param DiskSize: 云硬盘大小
602
- # 注意:此字段可能返回 null,表示取不到有效值。
603
580
  # @type DiskSize: Integer
604
581
  # @param DiskType: 云盘介质类型
605
- # 注意:此字段可能返回 null,表示取不到有效值。
606
582
  # @type DiskType: String
607
583
  # @param DeleteWithInstance: 是否跟随实例删除
608
- # 注意:此字段可能返回 null,表示取不到有效值。
609
584
  # @type DeleteWithInstance: Boolean
610
585
  # @param DiskChargeType: 云硬盘收费类型
611
- # 注意:此字段可能返回 null,表示取不到有效值。
612
586
  # @type DiskChargeType: String
613
587
  # @param DiskState: 云硬盘运行状态
614
- # 注意:此字段可能返回 null,表示取不到有效值。
615
588
  # @type DiskState: String
616
589
  # @param RenewFlag: 是否自动续费
617
- # 注意:此字段可能返回 null,表示取不到有效值。
618
590
  # @type RenewFlag: String
619
591
  # @param DeadlineTime: 到期时间
620
- # 注意:此字段可能返回 null,表示取不到有效值。
621
592
  # @type DeadlineTime: String
622
593
  # @param Attached: 云盘是否挂载到云主机上
623
- # 注意:此字段可能返回 null,表示取不到有效值。
624
594
  # @type Attached: Boolean
625
595
  # @param DifferDaysOfDeadline: 当前时间距离盘到期的天数
626
- # 注意:此字段可能返回 null,表示取不到有效值。
627
596
  # @type DifferDaysOfDeadline: Integer
628
597
  # @param InstanceIdList: 该云盘当前被挂载到的CVM实例InstanceId
629
598
  # 注意:此字段可能返回 null,表示取不到有效值。
630
599
  # @type InstanceIdList: Array
631
600
  # @param InstanceId: 云硬盘挂载的云主机ID
632
- # 注意:此字段可能返回 null,表示取不到有效值。
633
601
  # @type InstanceId: String
634
602
  # @param Shareable: 云盘是否为共享型云盘。
635
- # 注意:此字段可能返回 null,表示取不到有效值。
636
603
  # @type Shareable: Boolean
637
604
 
638
605
  attr_accessor :DiskId, :DiskUsage, :DiskName, :DiskSize, :DiskType, :DeleteWithInstance, :DiskChargeType, :DiskState, :RenewFlag, :DeadlineTime, :Attached, :DifferDaysOfDeadline, :InstanceIdList, :InstanceId, :Shareable
@@ -677,7 +644,6 @@ module TencentCloud
677
644
  # 容器集群Pod服务CLB设置
678
645
  class CLBSetting < TencentCloud::Common::AbstractModel
679
646
  # @param CLBType: CLB类型,PUBLIC_IP表示支持公网CLB和INTERNAL_IP表示支持内网CLB字段
680
- # 注意:此字段可能返回 null,表示取不到有效值。
681
647
  # @type CLBType: String
682
648
  # @param VPCSettings: Vpc和子网信息设置
683
649
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -920,16 +886,12 @@ module TencentCloud
920
886
  # 当前集群共用组件与集群对应关系
921
887
  class ClusterExternalServiceInfo < TencentCloud::Common::AbstractModel
922
888
  # @param DependType: 依赖关系,0:被其他集群依赖,1:依赖其他集群
923
- # 注意:此字段可能返回 null,表示取不到有效值。
924
889
  # @type DependType: Integer
925
890
  # @param Service: 共用组件
926
- # 注意:此字段可能返回 null,表示取不到有效值。
927
891
  # @type Service: String
928
892
  # @param ClusterId: 共用集群
929
- # 注意:此字段可能返回 null,表示取不到有效值。
930
893
  # @type ClusterId: String
931
894
  # @param ClusterStatus: 共用集群状态
932
- # 注意:此字段可能返回 null,表示取不到有效值。
933
895
  # @type ClusterStatus: Integer
934
896
 
935
897
  attr_accessor :DependType, :Service, :ClusterId, :ClusterStatus
@@ -952,10 +914,8 @@ module TencentCloud
952
914
  # 集群id与流程id的mapping
953
915
  class ClusterIDToFlowID < TencentCloud::Common::AbstractModel
954
916
  # @param ClusterId: 集群id
955
- # 注意:此字段可能返回 null,表示取不到有效值。
956
917
  # @type ClusterId: String
957
918
  # @param FlowId: 流程id
958
- # 注意:此字段可能返回 null,表示取不到有效值。
959
919
  # @type FlowId: Integer
960
920
 
961
921
  attr_accessor :ClusterId, :FlowId
@@ -1138,10 +1098,10 @@ module TencentCloud
1138
1098
 
1139
1099
  attr_accessor :Id, :ClusterId, :Ftitle, :ClusterName, :RegionId, :ZoneId, :AppId, :Uin, :ProjectId, :VpcId, :SubnetId, :Status, :AddTime, :RunTime, :Config, :MasterIp, :EmrVersion, :ChargeType, :TradeVersion, :ResourceOrderId, :IsTradeCluster, :AlarmInfo, :IsWoodpeckerCluster, :MetaDb, :Tags, :HiveMetaDb, :ServiceClass, :AliasInfo, :ProductId, :Zone, :SceneName, :SceneServiceClass, :SceneEmrVersion, :DisplayName, :VpcName, :SubnetName, :ClusterExternalServiceInfo, :UniqVpcId, :UniqSubnetId, :TopologyInfoList, :IsMultiZoneCluster, :IsCvmReplace, :ClusterTitle, :ConfigDetail, :BindFileSystemNum
1140
1100
  extend Gem::Deprecate
1141
- deprecate :Ftitle, :none, 2024, 12
1142
- deprecate :Ftitle=, :none, 2024, 12
1143
- deprecate :Config, :none, 2024, 12
1144
- deprecate :Config=, :none, 2024, 12
1101
+ deprecate :Ftitle, :none, 2025, 1
1102
+ deprecate :Ftitle=, :none, 2025, 1
1103
+ deprecate :Config, :none, 2025, 1
1104
+ deprecate :Config=, :none, 2025, 1
1145
1105
 
1146
1106
  def initialize(id=nil, clusterid=nil, ftitle=nil, clustername=nil, regionid=nil, zoneid=nil, appid=nil, uin=nil, projectid=nil, vpcid=nil, subnetid=nil, status=nil, addtime=nil, runtime=nil, config=nil, masterip=nil, emrversion=nil, chargetype=nil, tradeversion=nil, resourceorderid=nil, istradecluster=nil, alarminfo=nil, iswoodpeckercluster=nil, metadb=nil, tags=nil, hivemetadb=nil, serviceclass=nil, aliasinfo=nil, productid=nil, zone=nil, scenename=nil, sceneserviceclass=nil, sceneemrversion=nil, displayname=nil, vpcname=nil, subnetname=nil, clusterexternalserviceinfo=nil, uniqvpcid=nil, uniqsubnetid=nil, topologyinfolist=nil, ismultizonecluster=nil, iscvmreplace=nil, clustertitle=nil, configdetail=nil, bindfilesystemnum=nil)
1147
1107
  @Id = id
@@ -1358,7 +1318,6 @@ module TencentCloud
1358
1318
  # 操作的进程范围
1359
1319
  class ComponentBasicRestartInfo < TencentCloud::Common::AbstractModel
1360
1320
  # @param ComponentName: 进程名,必填,如NameNode
1361
- # 注意:此字段可能返回 null,表示取不到有效值。
1362
1321
  # @type ComponentName: String
1363
1322
  # @param IpList: 操作的IP列表
1364
1323
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1387,15 +1346,12 @@ module TencentCloud
1387
1346
  # - 3:删除
1388
1347
  # - 4:克隆,与新建子队列的行为一样,特别的对于`fair`,可以复制子队列到新建队列
1389
1348
  # - 6:编辑-增量更新
1390
- # 注意:此字段可能返回 null,表示取不到有效值。
1391
1349
  # @type OpType: Integer
1392
1350
  # @param Name: 队列名称,不支持修改。
1393
1351
  # @type Name: String
1394
1352
  # @param ParentId: 新建队列 传root的MyId;新建子队列 传 选中队列的 myId;克隆 要传 选中队列 parentId
1395
- # 注意:此字段可能返回 null,表示取不到有效值。
1396
1353
  # @type ParentId: String
1397
1354
  # @param MyId: 编辑、删除 传选中队列的 myId。克隆只有在调度器是`fair`时才需要传,用来复制子队列到新队列。
1398
- # 注意:此字段可能返回 null,表示取不到有效值。
1399
1355
  # @type MyId: String
1400
1356
  # @param BasicParams: 基础配置信息。key的取值与**DescribeYarnQueue**返回的字段一致。
1401
1357
  # ###### 公平调度器
@@ -1476,7 +1432,6 @@ module TencentCloud
1476
1432
  # 资源调度-配置集信息
1477
1433
  class ConfigSetInfo < TencentCloud::Common::AbstractModel
1478
1434
  # @param ConfigSet: 配置集名称
1479
- # 注意:此字段可能返回 null,表示取不到有效值。
1480
1435
  # @type ConfigSet: String
1481
1436
  # @param LabelParams: 容量调度器会使用,里面设置了标签相关的配置。key的取值与**DescribeYarnQueue**返回的字段一致。
1482
1437
  # key的取值信息如下:
@@ -2289,10 +2244,8 @@ module TencentCloud
2289
2244
  # 弹性扩缩容按天重复任务描述
2290
2245
  class DayRepeatStrategy < TencentCloud::Common::AbstractModel
2291
2246
  # @param ExecuteAtTimeOfDay: 重复任务执行的具体时刻,例如"01:02:00"
2292
- # 注意:此字段可能返回 null,表示取不到有效值。
2293
2247
  # @type ExecuteAtTimeOfDay: String
2294
2248
  # @param Step: 每隔Step天执行一次
2295
- # 注意:此字段可能返回 null,表示取不到有效值。
2296
2249
  # @type Step: Integer
2297
2250
 
2298
2251
  attr_accessor :ExecuteAtTimeOfDay, :Step
@@ -2319,7 +2272,6 @@ module TencentCloud
2319
2272
  # @param Key: key,用于展示,该配置对应与配置文件中的配置项
2320
2273
  # @type Key: String
2321
2274
  # @param Value: Name对应的值
2322
- # 注意:此字段可能返回 null,表示取不到有效值。
2323
2275
  # @type Value: String
2324
2276
 
2325
2277
  attr_accessor :Name, :Desc, :Prompt, :Key, :Value
@@ -4981,43 +4933,30 @@ module TencentCloud
4981
4933
  # 动态生成的变更详情条目
4982
4934
  class DiffDetailItem < TencentCloud::Common::AbstractModel
4983
4935
  # @param Attribute: 属性
4984
- # 注意:此字段可能返回 null,表示取不到有效值。
4985
4936
  # @type Attribute: String
4986
4937
  # @param InEffect: 当前生效
4987
- # 注意:此字段可能返回 null,表示取不到有效值。
4988
4938
  # @type InEffect: String
4989
4939
  # @param PendingEffectiveness: 待生效
4990
- # 注意:此字段可能返回 null,表示取不到有效值。
4991
4940
  # @type PendingEffectiveness: String
4992
4941
  # @param Operation: 操作
4993
- # 注意:此字段可能返回 null,表示取不到有效值。
4994
4942
  # @type Operation: String
4995
4943
  # @param Queue: 队列
4996
- # 注意:此字段可能返回 null,表示取不到有效值。
4997
4944
  # @type Queue: String
4998
4945
  # @param ConfigSet: 配置集
4999
- # 注意:此字段可能返回 null,表示取不到有效值。
5000
4946
  # @type ConfigSet: String
5001
4947
  # @param LabelName: 标签
5002
- # 注意:此字段可能返回 null,表示取不到有效值。
5003
4948
  # @type LabelName: String
5004
4949
  # @param InEffectIndex: 当前所在位置
5005
- # 注意:此字段可能返回 null,表示取不到有效值。
5006
4950
  # @type InEffectIndex: String
5007
4951
  # @param PendingEffectIndex: 待生效的位置
5008
- # 注意:此字段可能返回 null,表示取不到有效值。
5009
4952
  # @type PendingEffectIndex: String
5010
4953
  # @param PlanName: 计划模式名称
5011
- # 注意:此字段可能返回 null,表示取不到有效值。
5012
4954
  # @type PlanName: String
5013
4955
  # @param Label: 标签
5014
- # 注意:此字段可能返回 null,表示取不到有效值。
5015
4956
  # @type Label: String
5016
4957
  # @param RuleName: 放置规则
5017
- # 注意:此字段可能返回 null,表示取不到有效值。
5018
4958
  # @type RuleName: String
5019
4959
  # @param UserName: 用户名
5020
- # 注意:此字段可能返回 null,表示取不到有效值。
5021
4960
  # @type UserName: String
5022
4961
 
5023
4962
  attr_accessor :Attribute, :InEffect, :PendingEffectiveness, :Operation, :Queue, :ConfigSet, :LabelName, :InEffectIndex, :PendingEffectIndex, :PlanName, :Label, :RuleName, :UserName
@@ -5080,13 +5019,10 @@ module TencentCloud
5080
5019
  # @param DiskType: 数据盘类型,创建EMR容器集群实例可选
5081
5020
  # <li> SSD云盘: CLOUD_SSD</li>
5082
5021
  # <li>高效云盘: CLOUD_PREMIUM</li>
5083
- # 注意:此字段可能返回 null,表示取不到有效值。
5084
5022
  # @type DiskType: String
5085
5023
  # @param DiskCapacity: 单块大小GB
5086
- # 注意:此字段可能返回 null,表示取不到有效值。
5087
5024
  # @type DiskCapacity: Integer
5088
5025
  # @param DiskNumber: 数据盘数量
5089
- # 注意:此字段可能返回 null,表示取不到有效值。
5090
5026
  # @type DiskNumber: Integer
5091
5027
 
5092
5028
  attr_accessor :DiskType, :DiskCapacity, :DiskNumber
@@ -5156,7 +5092,6 @@ module TencentCloud
5156
5092
  # 节点磁盘信息
5157
5093
  class DiskSpecInfo < TencentCloud::Common::AbstractModel
5158
5094
  # @param Count: 磁盘数量
5159
- # 注意:此字段可能返回 null,表示取不到有效值。
5160
5095
  # @type Count: Integer
5161
5096
  # @param DiskType: 系统盘类型 取值范围:
5162
5097
  # <li>CLOUD_SSD:表示云SSD。</li>
@@ -5174,13 +5109,10 @@ module TencentCloud
5174
5109
  # <li>CLOUD_HSSD:表示增强型SSD云硬盘。</li>
5175
5110
  # <li>CLOUD_THROUGHPUT:表示吞吐型云硬盘。</li>
5176
5111
  # <li>CLOUD_TSSD:表示极速型SSD云硬盘。</li>
5177
- # 注意:此字段可能返回 null,表示取不到有效值。
5178
5112
  # @type DiskType: String
5179
5113
  # @param DiskSize: 数据容量,单位为GB
5180
- # 注意:此字段可能返回 null,表示取不到有效值。
5181
5114
  # @type DiskSize: Integer
5182
5115
  # @param ExtraPerformance: 额外性能
5183
- # 注意:此字段可能返回 null,表示取不到有效值。
5184
5116
  # @type ExtraPerformance: Integer
5185
5117
 
5186
5118
  attr_accessor :Count, :DiskType, :DiskSize, :ExtraPerformance
@@ -5203,10 +5135,8 @@ module TencentCloud
5203
5135
  # 采样序列
5204
5136
  class Dps < TencentCloud::Common::AbstractModel
5205
5137
  # @param Timestamp: 时间戳
5206
- # 注意:此字段可能返回 null,表示取不到有效值。
5207
5138
  # @type Timestamp: String
5208
5139
  # @param Value: 采样值
5209
- # 注意:此字段可能返回 null,表示取不到有效值。
5210
5140
  # @type Value: String
5211
5141
 
5212
5142
  attr_accessor :Timestamp, :Value
@@ -5467,16 +5397,12 @@ module TencentCloud
5467
5397
  # 注意:此字段可能返回 null,表示取不到有效值。
5468
5398
  # @type SoftInfo: Array
5469
5399
  # @param MasterNodeSize: Master节点个数
5470
- # 注意:此字段可能返回 null,表示取不到有效值。
5471
5400
  # @type MasterNodeSize: Integer
5472
5401
  # @param CoreNodeSize: Core节点个数
5473
- # 注意:此字段可能返回 null,表示取不到有效值。
5474
5402
  # @type CoreNodeSize: Integer
5475
5403
  # @param TaskNodeSize: Task节点个数
5476
- # 注意:此字段可能返回 null,表示取不到有效值。
5477
5404
  # @type TaskNodeSize: Integer
5478
5405
  # @param ComNodeSize: Common节点个数
5479
- # 注意:此字段可能返回 null,表示取不到有效值。
5480
5406
  # @type ComNodeSize: Integer
5481
5407
  # @param MasterResource: Master节点资源
5482
5408
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5491,34 +5417,25 @@ module TencentCloud
5491
5417
  # 注意:此字段可能返回 null,表示取不到有效值。
5492
5418
  # @type ComResource: :class:`Tencentcloud::Emr.v20190103.models.ResourceDetail`
5493
5419
  # @param OnCos: 是否使用COS
5494
- # 注意:此字段可能返回 null,表示取不到有效值。
5495
5420
  # @type OnCos: Boolean
5496
5421
  # @param ChargeType: 收费类型
5497
- # 注意:此字段可能返回 null,表示取不到有效值。
5498
5422
  # @type ChargeType: Integer
5499
5423
  # @param RouterNodeSize: Router节点个数
5500
- # 注意:此字段可能返回 null,表示取不到有效值。
5501
5424
  # @type RouterNodeSize: Integer
5502
5425
  # @param SupportHA: 是否支持HA
5503
- # 注意:此字段可能返回 null,表示取不到有效值。
5504
5426
  # @type SupportHA: Boolean
5505
5427
  # @param SecurityOn: 是否支持安全模式
5506
- # 注意:此字段可能返回 null,表示取不到有效值。
5507
5428
  # @type SecurityOn: Boolean
5508
5429
  # @param SecurityGroup: 安全组名称
5509
- # 注意:此字段可能返回 null,表示取不到有效值。
5510
5430
  # @type SecurityGroup: String
5511
5431
  # @param CbsEncrypt: 是否开启Cbs加密
5512
- # 注意:此字段可能返回 null,表示取不到有效值。
5513
5432
  # @type CbsEncrypt: Integer
5514
5433
  # @param ApplicationRole: 自定义应用角色。
5515
- # 注意:此字段可能返回 null,表示取不到有效值。
5516
5434
  # @type ApplicationRole: String
5517
5435
  # @param SecurityGroups: 安全组
5518
5436
  # 注意:此字段可能返回 null,表示取不到有效值。
5519
5437
  # @type SecurityGroups: Array
5520
5438
  # @param PublicKeyId: SSH密钥Id
5521
- # 注意:此字段可能返回 null,表示取不到有效值。
5522
5439
  # @type PublicKeyId: String
5523
5440
 
5524
5441
  attr_accessor :SoftInfo, :MasterNodeSize, :CoreNodeSize, :TaskNodeSize, :ComNodeSize, :MasterResource, :CoreResource, :TaskResource, :ComResource, :OnCos, :ChargeType, :RouterNodeSize, :SupportHA, :SecurityOn, :SecurityGroup, :CbsEncrypt, :ApplicationRole, :SecurityGroups, :PublicKeyId
@@ -5725,7 +5642,6 @@ module TencentCloud
5725
5642
  # 容器集群外部访问设置
5726
5643
  class ExternalAccess < TencentCloud::Common::AbstractModel
5727
5644
  # @param Type: 外部访问类型,当前仅支持CLB字段
5728
- # 注意:此字段可能返回 null,表示取不到有效值。
5729
5645
  # @type Type: String
5730
5646
  # @param CLBServer: CLB设置信息
5731
5647
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5822,7 +5738,6 @@ module TencentCloud
5822
5738
  # 流程额外信息
5823
5739
  class FlowExtraDetail < TencentCloud::Common::AbstractModel
5824
5740
  # @param Title: 额外信息Title
5825
- # 注意:此字段可能返回 null,表示取不到有效值。
5826
5741
  # @type Title: String
5827
5742
  # @param Detail: 额外信息
5828
5743
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5875,7 +5790,6 @@ module TencentCloud
5875
5790
  # @param PKey: 参数key
5876
5791
  # @type PKey: String
5877
5792
  # @param PValue: 参数value
5878
- # 注意:此字段可能返回 null,表示取不到有效值。
5879
5793
  # @type PValue: String
5880
5794
 
5881
5795
  attr_accessor :PKey, :PValue
@@ -5897,13 +5811,10 @@ module TencentCloud
5897
5811
  # 注意:此字段可能返回 null,表示取不到有效值。
5898
5812
  # @type GroupGlobalConf: :class:`Tencentcloud::Emr.v20190103.models.AutoScaleResourceConf`
5899
5813
  # @param CurrentNodes: 当前伸缩组扩容出来的节点数量。
5900
- # 注意:此字段可能返回 null,表示取不到有效值。
5901
5814
  # @type CurrentNodes: Integer
5902
5815
  # @param CurrentPostPaidNodes: 当前伸缩组扩容出来的后付费节点数量。
5903
- # 注意:此字段可能返回 null,表示取不到有效值。
5904
5816
  # @type CurrentPostPaidNodes: Integer
5905
5817
  # @param CurrentSpotPaidNodes: 当前伸缩组扩容出来的竞价实例节点数量。
5906
- # 注意:此字段可能返回 null,表示取不到有效值。
5907
5818
  # @type CurrentSpotPaidNodes: Integer
5908
5819
 
5909
5820
  attr_accessor :GroupGlobalConf, :CurrentNodes, :CurrentPostPaidNodes, :CurrentSpotPaidNodes
@@ -5953,31 +5864,23 @@ module TencentCloud
5953
5864
  # Hive查询详情
5954
5865
  class HiveQuery < TencentCloud::Common::AbstractModel
5955
5866
  # @param Statement: 查询语句
5956
- # 注意:此字段可能返回 null,表示取不到有效值。
5957
5867
  # @type Statement: String
5958
5868
  # @param Duration: 执行时长
5959
- # 注意:此字段可能返回 null,表示取不到有效值。
5960
5869
  # @type Duration: String
5961
5870
  # @param StartTime: 开始时间毫秒
5962
- # 注意:此字段可能返回 null,表示取不到有效值。
5963
5871
  # @type StartTime: Integer
5964
5872
  # @param EndTime: 结束时间毫秒
5965
- # 注意:此字段可能返回 null,表示取不到有效值。
5966
5873
  # @type EndTime: Integer
5967
5874
  # @param State: 状态
5968
- # 注意:此字段可能返回 null,表示取不到有效值。
5969
5875
  # @type State: String
5970
5876
  # @param User: 用户
5971
- # 注意:此字段可能返回 null,表示取不到有效值。
5972
5877
  # @type User: String
5973
5878
  # @param JobIds: appId列表
5974
5879
  # 注意:此字段可能返回 null,表示取不到有效值。
5975
5880
  # @type JobIds: Array
5976
5881
  # @param ExecutionEngine: 执行引擎
5977
- # 注意:此字段可能返回 null,表示取不到有效值。
5978
5882
  # @type ExecutionEngine: String
5979
5883
  # @param Id: 查询ID
5980
- # 注意:此字段可能返回 null,表示取不到有效值。
5981
5884
  # @type Id: String
5982
5885
 
5983
5886
  attr_accessor :Statement, :Duration, :StartTime, :EndTime, :State, :User, :JobIds, :ExecutionEngine, :Id
@@ -6010,10 +5913,8 @@ module TencentCloud
6010
5913
  # 主机路径
6011
5914
  class HostPathVolumeSource < TencentCloud::Common::AbstractModel
6012
5915
  # @param Path: 主机路径
6013
- # 注意:此字段可能返回 null,表示取不到有效值。
6014
5916
  # @type Path: String
6015
5917
  # @param Type: 主机路径类型,当前默认DirectoryOrCreate
6016
- # 注意:此字段可能返回 null,表示取不到有效值。
6017
5918
  # @type Type: String
6018
5919
 
6019
5920
  attr_accessor :Path, :Type
@@ -6032,7 +5933,6 @@ module TencentCloud
6032
5933
  # Pod HostPath挂载方式描述
6033
5934
  class HostVolumeContext < TencentCloud::Common::AbstractModel
6034
5935
  # @param VolumePath: Pod挂载宿主机的目录。资源对宿主机的挂载点,指定的挂载点对应了宿主机的路径,该挂载点在Pod中作为数据存储目录使用
6035
- # 注意:此字段可能返回 null,表示取不到有效值。
6036
5936
  # @type VolumePath: String
6037
5937
 
6038
5938
  attr_accessor :VolumePath
@@ -6049,85 +5949,58 @@ module TencentCloud
6049
5949
  # Impala查询详情
6050
5950
  class ImpalaQuery < TencentCloud::Common::AbstractModel
6051
5951
  # @param Statement: 执行语句
6052
- # 注意:此字段可能返回 null,表示取不到有效值。
6053
5952
  # @type Statement: String
6054
5953
  # @param Id: 查询ID
6055
- # 注意:此字段可能返回 null,表示取不到有效值。
6056
5954
  # @type Id: String
6057
5955
  # @param StartTime: 开始时间
6058
- # 注意:此字段可能返回 null,表示取不到有效值。
6059
5956
  # @type StartTime: Integer
6060
5957
  # @param Duration: 运行时间
6061
- # 注意:此字段可能返回 null,表示取不到有效值。
6062
5958
  # @type Duration: String
6063
5959
  # @param EndTime: 结束时间
6064
- # 注意:此字段可能返回 null,表示取不到有效值。
6065
5960
  # @type EndTime: Integer
6066
5961
  # @param State: 执行状态
6067
- # 注意:此字段可能返回 null,表示取不到有效值。
6068
5962
  # @type State: String
6069
5963
  # @param RowsFetched: 获取行数
6070
- # 注意:此字段可能返回 null,表示取不到有效值。
6071
5964
  # @type RowsFetched: Integer
6072
5965
  # @param User: 用户
6073
- # 注意:此字段可能返回 null,表示取不到有效值。
6074
5966
  # @type User: String
6075
5967
  # @param DefaultDB: 默认DB
6076
- # 注意:此字段可能返回 null,表示取不到有效值。
6077
5968
  # @type DefaultDB: String
6078
5969
  # @param Coordinator: 执行的Coordinator节点
6079
- # 注意:此字段可能返回 null,表示取不到有效值。
6080
5970
  # @type Coordinator: String
6081
5971
  # @param MaxNodePeakMemoryUsage: 单节点内存峰值
6082
- # 注意:此字段可能返回 null,表示取不到有效值。
6083
5972
  # @type MaxNodePeakMemoryUsage: String
6084
5973
  # @param QueryType: 查询类型
6085
- # 注意:此字段可能返回 null,表示取不到有效值。
6086
5974
  # @type QueryType: String
6087
5975
  # @param ScanHDFSRows: 扫描的HDFS行数
6088
- # 注意:此字段可能返回 null,表示取不到有效值。
6089
5976
  # @type ScanHDFSRows: Integer
6090
5977
  # @param ScanKUDURows: 扫描的Kudu行数
6091
- # 注意:此字段可能返回 null,表示取不到有效值。
6092
5978
  # @type ScanKUDURows: Integer
6093
5979
  # @param ScanRowsTotal: 扫描的总行数
6094
- # 注意:此字段可能返回 null,表示取不到有效值。
6095
5980
  # @type ScanRowsTotal: Integer
6096
5981
  # @param TotalBytesRead: 读取的总字节数
6097
- # 注意:此字段可能返回 null,表示取不到有效值。
6098
5982
  # @type TotalBytesRead: Integer
6099
5983
  # @param TotalBytesSent: 发送的总字节数
6100
- # 注意:此字段可能返回 null,表示取不到有效值。
6101
5984
  # @type TotalBytesSent: Integer
6102
5985
  # @param TotalCpuTime: CPU总时间
6103
- # 注意:此字段可能返回 null,表示取不到有效值。
6104
5986
  # @type TotalCpuTime: Integer
6105
5987
  # @param TotalInnerBytesSent: 内部数据发送总量(Bytes)
6106
- # 注意:此字段可能返回 null,表示取不到有效值。
6107
5988
  # @type TotalInnerBytesSent: Integer
6108
5989
  # @param TotalScanBytesSent: 内部扫描数据发送总量(Bytes)
6109
- # 注意:此字段可能返回 null,表示取不到有效值。
6110
5990
  # @type TotalScanBytesSent: Integer
6111
5991
  # @param EstimatedPerHostMemBytes: 预估单节点内存
6112
- # 注意:此字段可能返回 null,表示取不到有效值。
6113
5992
  # @type EstimatedPerHostMemBytes: Integer
6114
5993
  # @param NumRowsFetchedFromCache: 从缓存中获取的数据行数
6115
- # 注意:此字段可能返回 null,表示取不到有效值。
6116
5994
  # @type NumRowsFetchedFromCache: Integer
6117
5995
  # @param SessionId: 会话ID
6118
- # 注意:此字段可能返回 null,表示取不到有效值。
6119
5996
  # @type SessionId: String
6120
5997
  # @param PerNodePeakMemoryBytesSum: 单节点内存峰值和(Bytes)
6121
- # 注意:此字段可能返回 null,表示取不到有效值。
6122
5998
  # @type PerNodePeakMemoryBytesSum: Integer
6123
5999
  # @param BackendsCount: 后端个数
6124
- # 注意:此字段可能返回 null,表示取不到有效值。
6125
6000
  # @type BackendsCount: Integer
6126
6001
  # @param FragmentInstancesCount: fragment数
6127
- # 注意:此字段可能返回 null,表示取不到有效值。
6128
6002
  # @type FragmentInstancesCount: Integer
6129
6003
  # @param RemainingFragmentCount: 剩余未完成Fragment数
6130
- # 注意:此字段可能返回 null,表示取不到有效值。
6131
6004
  # @type RemainingFragmentCount: Integer
6132
6005
 
6133
6006
  attr_accessor :Statement, :Id, :StartTime, :Duration, :EndTime, :State, :RowsFetched, :User, :DefaultDB, :Coordinator, :MaxNodePeakMemoryUsage, :QueryType, :ScanHDFSRows, :ScanKUDURows, :ScanRowsTotal, :TotalBytesRead, :TotalBytesSent, :TotalCpuTime, :TotalInnerBytesSent, :TotalScanBytesSent, :EstimatedPerHostMemBytes, :NumRowsFetchedFromCache, :SessionId, :PerNodePeakMemoryBytesSum, :BackendsCount, :FragmentInstancesCount, :RemainingFragmentCount
@@ -6779,10 +6652,8 @@ module TencentCloud
6779
6652
  # 洞察结果项
6780
6653
  class InsightResult < TencentCloud::Common::AbstractModel
6781
6654
  # @param ID: 当Type为HIVE时,是Hive查询ID,当Type为MAPREDUCE,SPARK,TEZ时则是YarnAppID
6782
- # 注意:此字段可能返回 null,表示取不到有效值。
6783
6655
  # @type ID: String
6784
6656
  # @param Type: 洞察应用的类型,HIVE,SPARK,MAPREDUCE,TEZ
6785
- # 注意:此字段可能返回 null,表示取不到有效值。
6786
6657
  # @type Type: String
6787
6658
  # @param RuleID: 洞察规则ID
6788
6659
  # HIVE-ScanManyMeta:元数据扫描过多
@@ -6813,34 +6684,24 @@ module TencentCloud
6813
6684
  # TEZ-TezMemWaste:Memory资源浪费
6814
6685
  # TEZ-TezSlowTask:慢Task
6815
6686
  # TEZ-TezTaskGC:TasksGC
6816
- # 注意:此字段可能返回 null,表示取不到有效值。
6817
6687
  # @type RuleID: String
6818
6688
  # @param RuleName: 洞察规则名字,可参考RuleID的说明
6819
- # 注意:此字段可能返回 null,表示取不到有效值。
6820
6689
  # @type RuleName: String
6821
6690
  # @param RuleExplain: 洞察规则解释
6822
- # 注意:此字段可能返回 null,表示取不到有效值。
6823
6691
  # @type RuleExplain: String
6824
6692
  # @param Detail: 详情
6825
- # 注意:此字段可能返回 null,表示取不到有效值。
6826
6693
  # @type Detail: String
6827
6694
  # @param Suggestion: 建议信息
6828
- # 注意:此字段可能返回 null,表示取不到有效值。
6829
6695
  # @type Suggestion: String
6830
6696
  # @param Value: 洞察异常衡量值,同类型的洞察项越大越严重,不同类型的洞察项无对比意义
6831
- # 注意:此字段可能返回 null,表示取不到有效值。
6832
6697
  # @type Value: Integer
6833
6698
  # @param ScheduleTaskExecID: 调度任务执行ID
6834
- # 注意:此字段可能返回 null,表示取不到有效值。
6835
6699
  # @type ScheduleTaskExecID: String
6836
6700
  # @param ScheduleFlowName: 调度流,DAG
6837
- # 注意:此字段可能返回 null,表示取不到有效值。
6838
6701
  # @type ScheduleFlowName: String
6839
6702
  # @param ScheduleTaskName: 调度flow中的某个task节点
6840
- # 注意:此字段可能返回 null,表示取不到有效值。
6841
6703
  # @type ScheduleTaskName: String
6842
6704
  # @param JobConf: Yarn任务的部分核心配置
6843
- # 注意:此字段可能返回 null,表示取不到有效值。
6844
6705
  # @type JobConf: String
6845
6706
 
6846
6707
  attr_accessor :ID, :Type, :RuleID, :RuleName, :RuleExplain, :Detail, :Suggestion, :Value, :ScheduleTaskExecID, :ScheduleFlowName, :ScheduleTaskName, :JobConf
@@ -6902,10 +6763,8 @@ module TencentCloud
6902
6763
  # 代表一个kv结构
6903
6764
  class Item < TencentCloud::Common::AbstractModel
6904
6765
  # @param Key: 健值
6905
- # 注意:此字段可能返回 null,表示取不到有效值。
6906
6766
  # @type Key: String
6907
6767
  # @param Value: 值
6908
- # 注意:此字段可能返回 null,表示取不到有效值。
6909
6768
  # @type Value: String
6910
6769
 
6911
6770
  attr_accessor :Key, :Value
@@ -7046,23 +6905,19 @@ module TencentCloud
7046
6905
  # 任务步骤结果描述
7047
6906
  class JobResult < TencentCloud::Common::AbstractModel
7048
6907
  # @param Name: 任务步骤名称。
7049
- # 注意:此字段可能返回 null,表示取不到有效值。
7050
6908
  # @type Name: String
7051
6909
  # @param ActionOnFailure: 任务步骤失败时的处理策略,可以为以下值:
7052
6910
  # "CONTINUE",跳过当前失败步骤,继续后续步骤。
7053
6911
  # “TERMINATE_CLUSTER”,终止当前及后续步骤,并销毁集群。
7054
6912
  # “CANCEL_AND_WAIT”,取消当前步骤并阻塞等待处理。
7055
- # 注意:此字段可能返回 null,表示取不到有效值。
7056
6913
  # @type ActionOnFailure: String
7057
6914
  # @param JobState: 当前步骤的状态,可以为以下值:
7058
6915
  # “JobFlowStepStatusInit”,初始化状态,等待执行。
7059
6916
  # “JobFlowStepStatusRunning”,任务步骤正在执行。
7060
6917
  # “JobFlowStepStatusFailed”,任务步骤执行失败。
7061
6918
  # “JobFlowStepStatusSucceed”,任务步骤执行成功。
7062
- # 注意:此字段可能返回 null,表示取不到有效值。
7063
6919
  # @type JobState: String
7064
6920
  # @param ApplicationId: YARN任务ID
7065
- # 注意:此字段可能返回 null,表示取不到有效值。
7066
6921
  # @type ApplicationId: String
7067
6922
 
7068
6923
  attr_accessor :Name, :ActionOnFailure, :JobState, :ApplicationId
@@ -7085,10 +6940,8 @@ module TencentCloud
7085
6940
  # 键值对,主要用来做Filter
7086
6941
  class KeyValue < TencentCloud::Common::AbstractModel
7087
6942
  # @param Key: 键
7088
- # 注意:此字段可能返回 null,表示取不到有效值。
7089
6943
  # @type Key: String
7090
6944
  # @param Value: 值
7091
- # 注意:此字段可能返回 null,表示取不到有效值。
7092
6945
  # @type Value: String
7093
6946
 
7094
6947
  attr_accessor :Key, :Value
@@ -7107,40 +6960,28 @@ module TencentCloud
7107
6960
  # Kyuubi查询信息
7108
6961
  class KyuubiQueryInfo < TencentCloud::Common::AbstractModel
7109
6962
  # @param ClientIP: 提交IP
7110
- # 注意:此字段可能返回 null,表示取不到有效值。
7111
6963
  # @type ClientIP: String
7112
6964
  # @param Duration: 执行时长
7113
- # 注意:此字段可能返回 null,表示取不到有效值。
7114
6965
  # @type Duration: Integer
7115
6966
  # @param EndTime: 结束时间
7116
- # 注意:此字段可能返回 null,表示取不到有效值。
7117
6967
  # @type EndTime: Integer
7118
6968
  # @param EngineID: Engine Id
7119
- # 注意:此字段可能返回 null,表示取不到有效值。
7120
6969
  # @type EngineID: String
7121
6970
  # @param EngineType: 计算引擎
7122
- # 注意:此字段可能返回 null,表示取不到有效值。
7123
6971
  # @type EngineType: String
7124
6972
  # @param Id: ID
7125
- # 注意:此字段可能返回 null,表示取不到有效值。
7126
6973
  # @type Id: String
7127
6974
  # @param SessionID: Session Id
7128
- # 注意:此字段可能返回 null,表示取不到有效值。
7129
6975
  # @type SessionID: String
7130
6976
  # @param BeginTime: 开始时间
7131
- # 注意:此字段可能返回 null,表示取不到有效值。
7132
6977
  # @type BeginTime: Integer
7133
6978
  # @param ExecutionState: 执行状态
7134
- # 注意:此字段可能返回 null,表示取不到有效值。
7135
6979
  # @type ExecutionState: String
7136
6980
  # @param ExecutionStatement: 执行语句
7137
- # 注意:此字段可能返回 null,表示取不到有效值。
7138
6981
  # @type ExecutionStatement: String
7139
6982
  # @param StatementID: Statement Id
7140
- # 注意:此字段可能返回 null,表示取不到有效值。
7141
6983
  # @type StatementID: String
7142
6984
  # @param User: 提交用户
7143
- # 注意:此字段可能返回 null,表示取不到有效值。
7144
6985
  # @type User: String
7145
6986
 
7146
6987
  attr_accessor :ClientIP, :Duration, :EndTime, :EngineID, :EngineType, :Id, :SessionID, :BeginTime, :ExecutionState, :ExecutionStatement, :StatementID, :User
@@ -7397,10 +7238,8 @@ module TencentCloud
7397
7238
  # 指标tag
7398
7239
  class MetricTags < TencentCloud::Common::AbstractModel
7399
7240
  # @param Unit: 指标单位
7400
- # 注意:此字段可能返回 null,表示取不到有效值。
7401
7241
  # @type Unit: String
7402
7242
  # @param Type: 指标Type
7403
- # 注意:此字段可能返回 null,表示取不到有效值。
7404
7243
  # @type Type: String
7405
7244
 
7406
7245
  attr_accessor :Unit, :Type
@@ -8243,7 +8082,6 @@ module TencentCloud
8243
8082
  # 多云盘参数
8244
8083
  class MultiDiskMC < TencentCloud::Common::AbstractModel
8245
8084
  # @param Count: 该类型云盘个数
8246
- # 注意:此字段可能返回 null,表示取不到有效值。
8247
8085
  # @type Count: Integer
8248
8086
  # @param Type: 磁盘类型
8249
8087
  # 1 :本地盘
@@ -8258,13 +8096,10 @@ module TencentCloud
8258
8096
  # 14 : 大数据型云硬盘
8259
8097
  # 15 : 高IO型云硬盘
8260
8098
  # 16 : 远端SSD盘
8261
- # 注意:此字段可能返回 null,表示取不到有效值。
8262
8099
  # @type Type: Integer
8263
8100
  # @param Size: 磁盘大小
8264
- # 注意:此字段可能返回 null,表示取不到有效值。
8265
8101
  # @type Size: String
8266
8102
  # @param Volume: 云盘大小,单位b
8267
- # 注意:此字段可能返回 null,表示取不到有效值。
8268
8103
  # @type Volume: Integer
8269
8104
 
8270
8105
  attr_accessor :Count, :Type, :Size, :Volume
@@ -8413,7 +8248,6 @@ module TencentCloud
8413
8248
  # 用于创建集群价格清单 节点价格详情
8414
8249
  class NodeDetailPriceResult < TencentCloud::Common::AbstractModel
8415
8250
  # @param NodeType: 节点类型 master core task common router mysql
8416
- # 注意:此字段可能返回 null,表示取不到有效值。
8417
8251
  # @type NodeType: String
8418
8252
  # @param PartDetailPrice: 节点组成部分价格详情
8419
8253
  # @type PartDetailPrice: Array
@@ -8793,7 +8627,6 @@ module TencentCloud
8793
8627
  # 资源详情
8794
8628
  class NodeResourceSpec < TencentCloud::Common::AbstractModel
8795
8629
  # @param InstanceType: 规格类型,如S2.MEDIUM8
8796
- # 注意:此字段可能返回 null,表示取不到有效值。
8797
8630
  # @type InstanceType: String
8798
8631
  # @param SystemDisk: 系统盘,系统盘个数不超过1块
8799
8632
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -8882,10 +8715,8 @@ module TencentCloud
8882
8715
  # Pod节点选择项
8883
8716
  class NodeSelectorRequirement < TencentCloud::Common::AbstractModel
8884
8717
  # @param Key: 节点选择项Key值
8885
- # 注意:此字段可能返回 null,表示取不到有效值。
8886
8718
  # @type Key: String
8887
8719
  # @param Operator: 节点选择项Operator值,支持In, NotIn, Exists, DoesNotExist. Gt, and Lt.
8888
- # 注意:此字段可能返回 null,表示取不到有效值。
8889
8720
  # @type Operator: String
8890
8721
  # @param Values: 节点选择项Values值
8891
8722
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -8933,16 +8764,12 @@ module TencentCloud
8933
8764
  # 节点磁盘类型
8934
8765
  class NodeSpecDiskV2 < TencentCloud::Common::AbstractModel
8935
8766
  # @param Count: 数量
8936
- # 注意:此字段可能返回 null,表示取不到有效值。
8937
8767
  # @type Count: Integer
8938
8768
  # @param Name: 名字
8939
- # 注意:此字段可能返回 null,表示取不到有效值。
8940
8769
  # @type Name: String
8941
8770
  # @param DiskType: 磁盘类型
8942
- # 注意:此字段可能返回 null,表示取不到有效值。
8943
8771
  # @type DiskType: String
8944
8772
  # @param DefaultDiskSize: 指定磁盘大小
8945
- # 注意:此字段可能返回 null,表示取不到有效值。
8946
8773
  # @type DefaultDiskSize: Integer
8947
8774
 
8948
8775
  attr_accessor :Count, :Name, :DiskType, :DefaultDiskSize
@@ -8965,7 +8792,6 @@ module TencentCloud
8965
8792
  # 弹性扩缩容执行一次规则上下文
8966
8793
  class NotRepeatStrategy < TencentCloud::Common::AbstractModel
8967
8794
  # @param ExecuteAt: 该次任务执行的具体完整时间,格式为"2020-07-13 00:00:00"
8968
- # 注意:此字段可能返回 null,表示取不到有效值。
8969
8795
  # @type ExecuteAt: String
8970
8796
 
8971
8797
  attr_accessor :ExecuteAt
@@ -9063,16 +8889,12 @@ module TencentCloud
9063
8889
  # 概览数据
9064
8890
  class OverviewMetricData < TencentCloud::Common::AbstractModel
9065
8891
  # @param Metric: 指标名
9066
- # 注意:此字段可能返回 null,表示取不到有效值。
9067
8892
  # @type Metric: String
9068
8893
  # @param First: 第一个数据时间戳
9069
- # 注意:此字段可能返回 null,表示取不到有效值。
9070
8894
  # @type First: Integer
9071
8895
  # @param Last: 最后一个数据时间戳
9072
- # 注意:此字段可能返回 null,表示取不到有效值。
9073
8896
  # @type Last: Integer
9074
8897
  # @param Interval: 采样点时间间隔
9075
- # 注意:此字段可能返回 null,表示取不到有效值。
9076
8898
  # @type Interval: Integer
9077
8899
  # @param DataPoints: 采样点数据
9078
8900
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -9144,22 +8966,16 @@ module TencentCloud
9144
8966
  # 用于创建集群价格清单-节点组成部分价格
9145
8967
  class PartDetailPriceItem < TencentCloud::Common::AbstractModel
9146
8968
  # @param InstanceType: 类型包括:节点->node、系统盘->rootDisk、云数据盘->dataDisk、metaDB
9147
- # 注意:此字段可能返回 null,表示取不到有效值。
9148
8969
  # @type InstanceType: String
9149
8970
  # @param Price: 单价(原价)
9150
- # 注意:此字段可能返回 null,表示取不到有效值。
9151
8971
  # @type Price: Float
9152
8972
  # @param RealCost: 单价(折扣价)
9153
- # 注意:此字段可能返回 null,表示取不到有效值。
9154
8973
  # @type RealCost: Float
9155
8974
  # @param RealTotalCost: 总价(折扣价)
9156
- # 注意:此字段可能返回 null,表示取不到有效值。
9157
8975
  # @type RealTotalCost: Float
9158
8976
  # @param Policy: 折扣
9159
- # 注意:此字段可能返回 null,表示取不到有效值。
9160
8977
  # @type Policy: Float
9161
8978
  # @param GoodsNum: 数量
9162
- # 注意:此字段可能返回 null,表示取不到有效值。
9163
8979
  # @type GoodsNum: Integer
9164
8980
 
9165
8981
  attr_accessor :InstanceType, :Price, :RealCost, :RealTotalCost, :Policy, :GoodsNum
@@ -9186,10 +9002,8 @@ module TencentCloud
9186
9002
  # Serverless HBase包年包月时间
9187
9003
  class Period < TencentCloud::Common::AbstractModel
9188
9004
  # @param TimeSpan: 时间跨度
9189
- # 注意:此字段可能返回 null,表示取不到有效值。
9190
9005
  # @type TimeSpan: Integer
9191
9006
  # @param TimeUnit: 时间单位,"m"代表月。
9192
- # 注意:此字段可能返回 null,表示取不到有效值。
9193
9007
  # @type TimeUnit: String
9194
9008
 
9195
9009
  attr_accessor :TimeSpan, :TimeUnit
@@ -9208,13 +9022,10 @@ module TencentCloud
9208
9022
  # Pod PVC存储方式描述
9209
9023
  class PersistentVolumeContext < TencentCloud::Common::AbstractModel
9210
9024
  # @param DiskSize: 磁盘大小,单位为GB。
9211
- # 注意:此字段可能返回 null,表示取不到有效值。
9212
9025
  # @type DiskSize: Integer
9213
9026
  # @param DiskType: 磁盘类型。CLOUD_PREMIUM;CLOUD_SSD
9214
- # 注意:此字段可能返回 null,表示取不到有效值。
9215
9027
  # @type DiskType: String
9216
9028
  # @param DiskNum: 磁盘数量
9217
- # 注意:此字段可能返回 null,表示取不到有效值。
9218
9029
  # @type DiskNum: Integer
9219
9030
 
9220
9031
  attr_accessor :DiskSize, :DiskType, :DiskNum
@@ -9408,13 +9219,10 @@ module TencentCloud
9408
9219
  # 注意:此字段可能返回 null,表示取不到有效值。
9409
9220
  # @type DynamicPodSpec: :class:`Tencentcloud::Emr.v20190103.models.DynamicPodSpec`
9410
9221
  # @param VpcId: 代表vpc网络唯一id
9411
- # 注意:此字段可能返回 null,表示取不到有效值。
9412
9222
  # @type VpcId: String
9413
9223
  # @param SubnetId: 代表vpc子网唯一id
9414
- # 注意:此字段可能返回 null,表示取不到有效值。
9415
9224
  # @type SubnetId: String
9416
9225
  # @param PodName: pod name
9417
- # 注意:此字段可能返回 null,表示取不到有效值。
9418
9226
  # @type PodName: String
9419
9227
 
9420
9228
  attr_accessor :ResourceProviderIdentifier, :ResourceProviderType, :NodeFlag, :Cpu, :Memory, :CpuType, :PodVolumes, :EnableDynamicSpecFlag, :DynamicPodSpec, :VpcId, :SubnetId, :PodName
@@ -9763,7 +9571,6 @@ module TencentCloud
9763
9571
  # Pod的存储设备描述信息。
9764
9572
  class PodVolume < TencentCloud::Common::AbstractModel
9765
9573
  # @param VolumeType: 存储类型,可为"pvc","hostpath"。
9766
- # 注意:此字段可能返回 null,表示取不到有效值。
9767
9574
  # @type VolumeType: String
9768
9575
  # @param PVCVolume: 当VolumeType为"pvc"时,该字段生效。
9769
9576
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -9863,7 +9670,6 @@ module TencentCloud
9863
9670
  # 注意:此字段可能返回 null,表示取不到有效值。
9864
9671
  # @type Period: :class:`Tencentcloud::Emr.v20190103.models.Period`
9865
9672
  # @param AutoRenewFlag: 自动续费标记,0:表示通知即将过期,但不自动续费 1:表示通知即将过期,而且自动续费 2:表示不通知即将过期,也不自动续费
9866
- # 注意:此字段可能返回 null,表示取不到有效值。
9867
9673
  # @type AutoRenewFlag: Integer
9868
9674
 
9869
9675
  attr_accessor :Period, :AutoRenewFlag
@@ -9885,7 +9691,6 @@ module TencentCloud
9885
9691
  # Pod容忍调度节点选择项
9886
9692
  class PreferredSchedulingTerm < TencentCloud::Common::AbstractModel
9887
9693
  # @param Weight: 权重,范围1-100
9888
- # 注意:此字段可能返回 null,表示取不到有效值。
9889
9694
  # @type Weight: Integer
9890
9695
  # @param Preference: 节点选择表达式
9891
9696
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10029,10 +9834,8 @@ module TencentCloud
10029
9834
  # 询价结果
10030
9835
  class PriceResult < TencentCloud::Common::AbstractModel
10031
9836
  # @param OriginalCost: 原价
10032
- # 注意:此字段可能返回 null,表示取不到有效值。
10033
9837
  # @type OriginalCost: Float
10034
9838
  # @param DiscountCost: 折扣价
10035
- # 注意:此字段可能返回 null,表示取不到有效值。
10036
9839
  # @type DiscountCost: Float
10037
9840
 
10038
9841
  attr_accessor :OriginalCost, :DiscountCost
@@ -10051,16 +9854,12 @@ module TencentCloud
10051
9854
  # 获取CVM配额
10052
9855
  class QuotaEntity < TencentCloud::Common::AbstractModel
10053
9856
  # @param UsedQuota: 已使用配额
10054
- # 注意:此字段可能返回 null,表示取不到有效值。
10055
9857
  # @type UsedQuota: Integer
10056
9858
  # @param RemainingQuota: 剩余配额
10057
- # 注意:此字段可能返回 null,表示取不到有效值。
10058
9859
  # @type RemainingQuota: Integer
10059
9860
  # @param TotalQuota: 总配额
10060
- # 注意:此字段可能返回 null,表示取不到有效值。
10061
9861
  # @type TotalQuota: Integer
10062
9862
  # @param Zone: 可用区
10063
- # 注意:此字段可能返回 null,表示取不到有效值。
10064
9863
  # @type Zone: String
10065
9864
 
10066
9865
  attr_accessor :UsedQuota, :RemainingQuota, :TotalQuota, :Zone
@@ -10102,10 +9901,8 @@ module TencentCloud
10102
9901
  # @param StorageType: 磁盘类型
10103
9902
  # @type StorageType: Integer
10104
9903
  # @param RootSize: 系统盘大小
10105
- # 注意:此字段可能返回 null,表示取不到有效值。
10106
9904
  # @type RootSize: Integer
10107
9905
  # @param RootStorageType: 系统盘类型
10108
- # 注意:此字段可能返回 null,表示取不到有效值。
10109
9906
  # @type RootStorageType: Integer
10110
9907
  # @param MCMultiDisk: 数据盘信息
10111
9908
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10392,31 +10189,22 @@ module TencentCloud
10392
10189
  # 资源详情
10393
10190
  class ResourceDetail < TencentCloud::Common::AbstractModel
10394
10191
  # @param Spec: 规格
10395
- # 注意:此字段可能返回 null,表示取不到有效值。
10396
10192
  # @type Spec: String
10397
10193
  # @param SpecName: 规格名
10398
- # 注意:此字段可能返回 null,表示取不到有效值。
10399
10194
  # @type SpecName: String
10400
10195
  # @param StorageType: 硬盘类型
10401
- # 注意:此字段可能返回 null,表示取不到有效值。
10402
10196
  # @type StorageType: Integer
10403
10197
  # @param DiskType: 硬盘类型
10404
- # 注意:此字段可能返回 null,表示取不到有效值。
10405
10198
  # @type DiskType: String
10406
10199
  # @param RootSize: 系统盘大小
10407
- # 注意:此字段可能返回 null,表示取不到有效值。
10408
10200
  # @type RootSize: Integer
10409
10201
  # @param MemSize: 内存大小
10410
- # 注意:此字段可能返回 null,表示取不到有效值。
10411
10202
  # @type MemSize: Integer
10412
10203
  # @param Cpu: CPU个数
10413
- # 注意:此字段可能返回 null,表示取不到有效值。
10414
10204
  # @type Cpu: Integer
10415
10205
  # @param DiskSize: 硬盘大小
10416
- # 注意:此字段可能返回 null,表示取不到有效值。
10417
10206
  # @type DiskSize: Integer
10418
10207
  # @param InstanceType: 规格
10419
- # 注意:此字段可能返回 null,表示取不到有效值。
10420
10208
  # @type InstanceType: String
10421
10209
 
10422
10210
  attr_accessor :Spec, :SpecName, :StorageType, :DiskType, :RootSize, :MemSize, :Cpu, :DiskSize, :InstanceType
@@ -11146,16 +10934,12 @@ module TencentCloud
11146
10934
  # 调度任务详情
11147
10935
  class SchedulerTaskDetail < TencentCloud::Common::AbstractModel
11148
10936
  # @param Step: 步骤
11149
- # 注意:此字段可能返回 null,表示取不到有效值。
11150
10937
  # @type Step: String
11151
10938
  # @param Progress: 进度
11152
- # 注意:此字段可能返回 null,表示取不到有效值。
11153
10939
  # @type Progress: String
11154
10940
  # @param FailReason: 失败信息
11155
- # 注意:此字段可能返回 null,表示取不到有效值。
11156
10941
  # @type FailReason: String
11157
10942
  # @param JobId: 用来获取详情的id
11158
- # 注意:此字段可能返回 null,表示取不到有效值。
11159
10943
  # @type JobId: Integer
11160
10944
 
11161
10945
  attr_accessor :Step, :Progress, :FailReason, :JobId
@@ -11182,13 +10966,10 @@ module TencentCloud
11182
10966
  # @param OperatorName: 操作类型
11183
10967
  # @type OperatorName: String
11184
10968
  # @param CreateTime: 开始时间
11185
- # 注意:此字段可能返回 null,表示取不到有效值。
11186
10969
  # @type CreateTime: String
11187
10970
  # @param EndTime: 结束时间
11188
- # 注意:此字段可能返回 null,表示取不到有效值。
11189
10971
  # @type EndTime: String
11190
10972
  # @param State: 状态
11191
- # 注意:此字段可能返回 null,表示取不到有效值。
11192
10973
  # @type State: Integer
11193
10974
  # @param Details: 详情
11194
10975
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11260,10 +11041,8 @@ module TencentCloud
11260
11041
  # 搜索字段
11261
11042
  class SearchItem < TencentCloud::Common::AbstractModel
11262
11043
  # @param SearchType: 支持搜索的类型
11263
- # 注意:此字段可能返回 null,表示取不到有效值。
11264
11044
  # @type SearchType: String
11265
11045
  # @param SearchValue: 支持搜索的值
11266
- # 注意:此字段可能返回 null,表示取不到有效值。
11267
11046
  # @type SearchValue: String
11268
11047
 
11269
11048
  attr_accessor :SearchType, :SearchValue
@@ -11336,28 +11115,22 @@ module TencentCloud
11336
11115
  # 注意:此字段可能返回 null,表示取不到有效值。
11337
11116
  # @type ServiceDetectionInfo: Array
11338
11117
  # @param NodeFlagFilter: 节点类型
11339
- # 注意:此字段可能返回 null,表示取不到有效值。
11340
11118
  # @type NodeFlagFilter: String
11341
11119
  # @param HealthStatus: 进程健康状态
11342
11120
  # 注意:此字段可能返回 null,表示取不到有效值。
11343
11121
  # @type HealthStatus: :class:`Tencentcloud::Emr.v20190103.models.HealthStatus`
11344
11122
  # @param IsSupportRoleMonitor: 角色是否支持监控
11345
- # 注意:此字段可能返回 null,表示取不到有效值。
11346
11123
  # @type IsSupportRoleMonitor: Boolean
11347
11124
  # @param StopPolicies: 暂停策略
11348
11125
  # 注意:此字段可能返回 null,表示取不到有效值。
11349
11126
  # @type StopPolicies: Array
11350
11127
  # @param HAState: 测试环境api强校验,现网没有,emrcc接口返回有。不加会报错
11351
- # 注意:此字段可能返回 null,表示取不到有效值。
11352
11128
  # @type HAState: String
11353
11129
  # @param NameService: NameService名称
11354
- # 注意:此字段可能返回 null,表示取不到有效值。
11355
11130
  # @type NameService: String
11356
11131
  # @param IsFederation: 是否支持联邦
11357
- # 注意:此字段可能返回 null,表示取不到有效值。
11358
11132
  # @type IsFederation: Boolean
11359
11133
  # @param DataNodeMaintenanceState: datanode是否是维护状态
11360
- # 注意:此字段可能返回 null,表示取不到有效值。
11361
11134
  # @type DataNodeMaintenanceState: Integer
11362
11135
 
11363
11136
  attr_accessor :Ip, :NodeType, :NodeName, :ServiceStatus, :MonitorStatus, :Status, :PortsInfo, :LastRestartTime, :Flag, :ConfGroupId, :ConfGroupName, :ConfStatus, :ServiceDetectionInfo, :NodeFlagFilter, :HealthStatus, :IsSupportRoleMonitor, :StopPolicies, :HAState, :NameService, :IsFederation, :DataNodeMaintenanceState
@@ -11431,7 +11204,6 @@ module TencentCloud
11431
11204
  # 进程检测信息
11432
11205
  class ServiceProcessFunctionInfo < TencentCloud::Common::AbstractModel
11433
11206
  # @param DetectAlert: 探测告警级别
11434
- # 注意:此字段可能返回 null,表示取不到有效值。
11435
11207
  # @type DetectAlert: String
11436
11208
  # @param DetetcFunctionKey: 探测功能描述
11437
11209
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11443,23 +11215,20 @@ module TencentCloud
11443
11215
  # 注意:此字段可能返回 null,表示取不到有效值。
11444
11216
  # @type DetetcTime: String
11445
11217
  # @param DetectFunctionKey: 探测功能描述
11446
- # 注意:此字段可能返回 null,表示取不到有效值。
11447
11218
  # @type DetectFunctionKey: String
11448
11219
  # @param DetectFunctionValue: 探测功能结果
11449
- # 注意:此字段可能返回 null,表示取不到有效值。
11450
11220
  # @type DetectFunctionValue: String
11451
11221
  # @param DetectTime: 探测结果
11452
- # 注意:此字段可能返回 null,表示取不到有效值。
11453
11222
  # @type DetectTime: String
11454
11223
 
11455
11224
  attr_accessor :DetectAlert, :DetetcFunctionKey, :DetetcFunctionValue, :DetetcTime, :DetectFunctionKey, :DetectFunctionValue, :DetectTime
11456
11225
  extend Gem::Deprecate
11457
- deprecate :DetetcFunctionKey, :none, 2024, 12
11458
- deprecate :DetetcFunctionKey=, :none, 2024, 12
11459
- deprecate :DetetcFunctionValue, :none, 2024, 12
11460
- deprecate :DetetcFunctionValue=, :none, 2024, 12
11461
- deprecate :DetetcTime, :none, 2024, 12
11462
- deprecate :DetetcTime=, :none, 2024, 12
11226
+ deprecate :DetetcFunctionKey, :none, 2025, 1
11227
+ deprecate :DetetcFunctionKey=, :none, 2025, 1
11228
+ deprecate :DetetcFunctionValue, :none, 2025, 1
11229
+ deprecate :DetetcFunctionValue=, :none, 2025, 1
11230
+ deprecate :DetetcTime, :none, 2025, 1
11231
+ deprecate :DetetcTime=, :none, 2025, 1
11463
11232
 
11464
11233
  def initialize(detectalert=nil, detetcfunctionkey=nil, detetcfunctionvalue=nil, detetctime=nil, detectfunctionkey=nil, detectfunctionvalue=nil, detecttime=nil)
11465
11234
  @DetectAlert = detectalert
@@ -11537,10 +11306,8 @@ module TencentCloud
11537
11306
  # 节点信息
11538
11307
  class ShortNodeInfo < TencentCloud::Common::AbstractModel
11539
11308
  # @param NodeType: 节点类型,Master/Core/Task/Router/Common
11540
- # 注意:此字段可能返回 null,表示取不到有效值。
11541
11309
  # @type NodeType: String
11542
11310
  # @param NodeSize: 节点数量
11543
- # 注意:此字段可能返回 null,表示取不到有效值。
11544
11311
  # @type NodeSize: Integer
11545
11312
 
11546
11313
  attr_accessor :NodeType, :NodeSize
@@ -11587,37 +11354,27 @@ module TencentCloud
11587
11354
  # @param Id: 查询ID
11588
11355
  # @type Id: String
11589
11356
  # @param ScanPartitionNum: 扫描分区数
11590
- # 注意:此字段可能返回 null,表示取不到有效值。
11591
11357
  # @type ScanPartitionNum: Integer
11592
11358
  # @param ScanRowNum: 扫描总行数
11593
- # 注意:此字段可能返回 null,表示取不到有效值。
11594
11359
  # @type ScanRowNum: Integer
11595
11360
  # @param ScanFileNum: 扫描总文件数
11596
- # 注意:此字段可能返回 null,表示取不到有效值。
11597
11361
  # @type ScanFileNum: Integer
11598
11362
  # @param ScanTotalData: 查询扫描总数据量(单位B)
11599
- # 注意:此字段可能返回 null,表示取不到有效值。
11600
11363
  # @type ScanTotalData: Integer
11601
11364
  # @param ApplicationId: 应用ID
11602
11365
  # 注意:此字段可能返回 null,表示取不到有效值。
11603
11366
  # @type ApplicationId: Array
11604
11367
  # @param OutputRowNum: 输出总行数
11605
- # 注意:此字段可能返回 null,表示取不到有效值。
11606
11368
  # @type OutputRowNum: Integer
11607
11369
  # @param OutputFileNum: 输出总文件数
11608
- # 注意:此字段可能返回 null,表示取不到有效值。
11609
11370
  # @type OutputFileNum: Integer
11610
11371
  # @param OutputPartitionNum: 输出分区数
11611
- # 注意:此字段可能返回 null,表示取不到有效值。
11612
11372
  # @type OutputPartitionNum: Integer
11613
11373
  # @param OutputTotalData: 输出总数据量(单位B)
11614
- # 注意:此字段可能返回 null,表示取不到有效值。
11615
11374
  # @type OutputTotalData: Integer
11616
11375
  # @param BeginTime: 开始时间
11617
- # 注意:此字段可能返回 null,表示取不到有效值。
11618
11376
  # @type BeginTime: Integer
11619
11377
  # @param EndTime: 结束时间
11620
- # 注意:此字段可能返回 null,表示取不到有效值。
11621
11378
  # @type EndTime: Integer
11622
11379
 
11623
11380
  attr_accessor :Statement, :Duration, :Status, :Id, :ScanPartitionNum, :ScanRowNum, :ScanFileNum, :ScanTotalData, :ApplicationId, :OutputRowNum, :OutputFileNum, :OutputPartitionNum, :OutputTotalData, :BeginTime, :EndTime
@@ -11664,22 +11421,18 @@ module TencentCloud
11664
11421
  # @param Stage: 步骤
11665
11422
  # @type Stage: String
11666
11423
  # @param Name: 步骤名
11667
- # 注意:此字段可能返回 null,表示取不到有效值。
11668
11424
  # @type Name: String
11669
11425
  # @param IsShow: 是否展示
11670
11426
  # @type IsShow: Boolean
11671
11427
  # @param IsSubFlow: 是否子流程
11672
11428
  # @type IsSubFlow: Boolean
11673
11429
  # @param SubFlowFlag: 子流程标签
11674
- # 注意:此字段可能返回 null,表示取不到有效值。
11675
11430
  # @type SubFlowFlag: String
11676
11431
  # @param Status: 步骤运行状态:0:未开始 1:进行中 2:已完成 3:部分完成 -1:失败
11677
11432
  # @type Status: Integer
11678
11433
  # @param Desc: 步骤运行状态描述
11679
- # 注意:此字段可能返回 null,表示取不到有效值。
11680
11434
  # @type Desc: String
11681
11435
  # @param Progress: 运行进度
11682
- # 注意:此字段可能返回 null,表示取不到有效值。
11683
11436
  # @type Progress: Float
11684
11437
  # @param Starttime: 开始时间
11685
11438
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11688,19 +11441,14 @@ module TencentCloud
11688
11441
  # 注意:此字段可能返回 null,表示取不到有效值。
11689
11442
  # @type Endtime: String
11690
11443
  # @param HadWoodDetail: 是否有详情信息
11691
- # 注意:此字段可能返回 null,表示取不到有效值。
11692
11444
  # @type HadWoodDetail: Boolean
11693
11445
  # @param WoodJobId: Wood子流程Id
11694
- # 注意:此字段可能返回 null,表示取不到有效值。
11695
11446
  # @type WoodJobId: Integer
11696
11447
  # @param LanguageKey: 多语言版本Key
11697
- # 注意:此字段可能返回 null,表示取不到有效值。
11698
11448
  # @type LanguageKey: String
11699
11449
  # @param FailedReason: 如果stage失败,失败原因
11700
- # 注意:此字段可能返回 null,表示取不到有效值。
11701
11450
  # @type FailedReason: String
11702
11451
  # @param TimeConsuming: 步骤耗时
11703
- # 注意:此字段可能返回 null,表示取不到有效值。
11704
11452
  # @type TimeConsuming: String
11705
11453
 
11706
11454
  attr_accessor :Stage, :Name, :IsShow, :IsSubFlow, :SubFlowFlag, :Status, :Desc, :Progress, :Starttime, :Endtime, :HadWoodDetail, :WoodJobId, :LanguageKey, :FailedReason, :TimeConsuming
@@ -11745,61 +11493,42 @@ module TencentCloud
11745
11493
  # StarRocks 查询信息
11746
11494
  class StarRocksQueryInfo < TencentCloud::Common::AbstractModel
11747
11495
  # @param ClientIP: 提交IP
11748
- # 注意:此字段可能返回 null,表示取不到有效值。
11749
11496
  # @type ClientIP: String
11750
11497
  # @param CPUCost: CPU总时间(ns)
11751
- # 注意:此字段可能返回 null,表示取不到有效值。
11752
11498
  # @type CPUCost: Integer
11753
11499
  # @param DefaultDB: 默认DB
11754
- # 注意:此字段可能返回 null,表示取不到有效值。
11755
11500
  # @type DefaultDB: String
11756
11501
  # @param EndTime: 结束时间
11757
- # 注意:此字段可能返回 null,表示取不到有效值。
11758
11502
  # @type EndTime: Integer
11759
11503
  # @param ExecutionIP: 执行IP
11760
- # 注意:此字段可能返回 null,表示取不到有效值。
11761
11504
  # @type ExecutionIP: String
11762
11505
  # @param QueryID: 查询ID
11763
- # 注意:此字段可能返回 null,表示取不到有效值。
11764
11506
  # @type QueryID: String
11765
11507
  # @param QueryType: 查询类型
11766
- # 注意:此字段可能返回 null,表示取不到有效值。
11767
11508
  # @type QueryType: String
11768
11509
  # @param MemCost: 消耗总内存(bytes)
11769
- # 注意:此字段可能返回 null,表示取不到有效值。
11770
11510
  # @type MemCost: Integer
11771
11511
  # @param PlanCpuCosts: plan阶段CPU占用(ns)
11772
- # 注意:此字段可能返回 null,表示取不到有效值。
11773
11512
  # @type PlanCpuCosts: Integer
11774
11513
  # @param PlanMemCosts: plan阶段内存占用(bytes)
11775
- # 注意:此字段可能返回 null,表示取不到有效值。
11776
11514
  # @type PlanMemCosts: Integer
11777
11515
  # @param QueryTime: 执行时长
11778
- # 注意:此字段可能返回 null,表示取不到有效值。
11779
11516
  # @type QueryTime: Integer
11780
11517
  # @param ResourceGroup: 资源组
11781
- # 注意:此字段可能返回 null,表示取不到有效值。
11782
11518
  # @type ResourceGroup: String
11783
11519
  # @param ReturnRows: 获取行数
11784
- # 注意:此字段可能返回 null,表示取不到有效值。
11785
11520
  # @type ReturnRows: Integer
11786
11521
  # @param ScanBytes: 扫描数据量(bytes)
11787
- # 注意:此字段可能返回 null,表示取不到有效值。
11788
11522
  # @type ScanBytes: Integer
11789
11523
  # @param ScanRows: 扫描行数
11790
- # 注意:此字段可能返回 null,表示取不到有效值。
11791
11524
  # @type ScanRows: Integer
11792
11525
  # @param BeginTime: 开始时间
11793
- # 注意:此字段可能返回 null,表示取不到有效值。
11794
11526
  # @type BeginTime: Integer
11795
11527
  # @param ExecutionState: 执行状态
11796
- # 注意:此字段可能返回 null,表示取不到有效值。
11797
11528
  # @type ExecutionState: String
11798
11529
  # @param ExecutionStatement: 执行语句
11799
- # 注意:此字段可能返回 null,表示取不到有效值。
11800
11530
  # @type ExecutionStatement: String
11801
11531
  # @param User: 用户
11802
- # 注意:此字段可能返回 null,表示取不到有效值。
11803
11532
  # @type User: String
11804
11533
 
11805
11534
  attr_accessor :ClientIP, :CPUCost, :DefaultDB, :EndTime, :ExecutionIP, :QueryID, :QueryType, :MemCost, :PlanCpuCosts, :PlanMemCosts, :QueryTime, :ResourceGroup, :ReturnRows, :ScanBytes, :ScanRows, :BeginTime, :ExecutionState, :ExecutionStatement, :User
@@ -11972,10 +11701,8 @@ module TencentCloud
11972
11701
  # HDFS文件存储详情
11973
11702
  class StorageSummaryDistribution < TencentCloud::Common::AbstractModel
11974
11703
  # @param MetricItem: 数据项
11975
- # 注意:此字段可能返回 null,表示取不到有效值。
11976
11704
  # @type MetricItem: String
11977
11705
  # @param MetricName: 数据项描述
11978
- # 注意:此字段可能返回 null,表示取不到有效值。
11979
11706
  # @type MetricName: String
11980
11707
  # @param Dps: 采样值
11981
11708
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12007,16 +11734,12 @@ module TencentCloud
12007
11734
  class StrategyConfig < TencentCloud::Common::AbstractModel
12008
11735
  # @param RollingRestartSwitch: 0:关闭滚动重启
12009
11736
  # 1:开启滚动启动
12010
- # 注意:此字段可能返回 null,表示取不到有效值。
12011
11737
  # @type RollingRestartSwitch: Integer
12012
11738
  # @param BatchSize: 滚动重启每批次的重启数量,最大重启台数为 99999 台
12013
- # 注意:此字段可能返回 null,表示取不到有效值。
12014
11739
  # @type BatchSize: Integer
12015
11740
  # @param TimeWait: 滚动重启每批停止等待时间 ,最大间隔为 5 分钟 单位是秒
12016
- # 注意:此字段可能返回 null,表示取不到有效值。
12017
11741
  # @type TimeWait: Integer
12018
11742
  # @param DealOnFail: 操作失败处理策略,0:失败阻塞, 1:失败自动跳过
12019
- # 注意:此字段可能返回 null,表示取不到有效值。
12020
11743
  # @type DealOnFail: Integer
12021
11744
  # @param Args: 指令需要指定的参数
12022
11745
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12051,10 +11774,8 @@ module TencentCloud
12051
11774
  # 子网信息
12052
11775
  class SubnetInfo < TencentCloud::Common::AbstractModel
12053
11776
  # @param SubnetName: 子网信息(名字)
12054
- # 注意:此字段可能返回 null,表示取不到有效值。
12055
11777
  # @type SubnetName: String
12056
11778
  # @param SubnetId: 子网信息(ID)
12057
- # 注意:此字段可能返回 null,表示取不到有效值。
12058
11779
  # @type SubnetId: String
12059
11780
 
12060
11781
  attr_accessor :SubnetName, :SubnetId
@@ -12117,10 +11838,8 @@ module TencentCloud
12117
11838
  # 注意:此字段可能返回 null,表示取不到有效值。
12118
11839
  # @type Candidates: Array
12119
11840
  # @param Clickable: 是否可点击
12120
- # 注意:此字段可能返回 null,表示取不到有效值。
12121
11841
  # @type Clickable: Boolean
12122
11842
  # @param Title: 展示的名字
12123
- # 注意:此字段可能返回 null,表示取不到有效值。
12124
11843
  # @type Title: String
12125
11844
 
12126
11845
  attr_accessor :Name, :Sortable, :WithFilter, :Candidates, :Clickable, :Title
@@ -12463,10 +12182,8 @@ module TencentCloud
12463
12182
  # 集群节点拓扑信息
12464
12183
  class TopologyInfo < TencentCloud::Common::AbstractModel
12465
12184
  # @param ZoneId: 可用区ID
12466
- # 注意:此字段可能返回 null,表示取不到有效值。
12467
12185
  # @type ZoneId: Integer
12468
12186
  # @param Zone: 可用区信息
12469
- # 注意:此字段可能返回 null,表示取不到有效值。
12470
12187
  # @type Zone: String
12471
12188
  # @param SubnetInfoList: 子网信息
12472
12189
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12530,61 +12247,42 @@ module TencentCloud
12530
12247
  # trino 查询信息
12531
12248
  class TrinoQueryInfo < TencentCloud::Common::AbstractModel
12532
12249
  # @param Catalog: catalog
12533
- # 注意:此字段可能返回 null,表示取不到有效值。
12534
12250
  # @type Catalog: String
12535
12251
  # @param ClientIpAddr: 提交IP
12536
- # 注意:此字段可能返回 null,表示取不到有效值。
12537
12252
  # @type ClientIpAddr: String
12538
12253
  # @param CompletedSplits: 切片数
12539
- # 注意:此字段可能返回 null,表示取不到有效值。
12540
12254
  # @type CompletedSplits: String
12541
12255
  # @param CpuTime: CPU时间
12542
- # 注意:此字段可能返回 null,表示取不到有效值。
12543
12256
  # @type CpuTime: Integer
12544
12257
  # @param CumulativeMemory: 累计内存
12545
- # 注意:此字段可能返回 null,表示取不到有效值。
12546
12258
  # @type CumulativeMemory: Integer
12547
12259
  # @param DurationMillis: 执行时长
12548
- # 注意:此字段可能返回 null,表示取不到有效值。
12549
12260
  # @type DurationMillis: Integer
12550
12261
  # @param EndTime: 结束时间 (s)
12551
- # 注意:此字段可能返回 null,表示取不到有效值。
12552
12262
  # @type EndTime: Integer
12553
12263
  # @param Id: 查询ID
12554
- # 注意:此字段可能返回 null,表示取不到有效值。
12555
12264
  # @type Id: String
12556
12265
  # @param InternalNetworkBytes: 内部传输量
12557
- # 注意:此字段可能返回 null,表示取不到有效值。
12558
12266
  # @type InternalNetworkBytes: Integer
12559
12267
  # @param OutputBytes: 输出字节数
12560
- # 注意:此字段可能返回 null,表示取不到有效值。
12561
12268
  # @type OutputBytes: Integer
12562
12269
  # @param PeakUserMemoryBytes: 峰值内存量
12563
- # 注意:此字段可能返回 null,表示取不到有效值。
12564
12270
  # @type PeakUserMemoryBytes: Integer
12565
12271
  # @param PhysicalInputBytes: 物理输入量
12566
- # 注意:此字段可能返回 null,表示取不到有效值。
12567
12272
  # @type PhysicalInputBytes: Integer
12568
12273
  # @param ProcessedInputBytes: 处理输入量
12569
- # 注意:此字段可能返回 null,表示取不到有效值。
12570
12274
  # @type ProcessedInputBytes: Integer
12571
12275
  # @param SqlCompileTime: 编译时长
12572
- # 注意:此字段可能返回 null,表示取不到有效值。
12573
12276
  # @type SqlCompileTime: Integer
12574
12277
  # @param StartTime: 开始时间 (s)
12575
- # 注意:此字段可能返回 null,表示取不到有效值。
12576
12278
  # @type StartTime: Integer
12577
12279
  # @param State: 执行状态
12578
- # 注意:此字段可能返回 null,表示取不到有效值。
12579
12280
  # @type State: String
12580
12281
  # @param Statement: 执行语句
12581
- # 注意:此字段可能返回 null,表示取不到有效值。
12582
12282
  # @type Statement: String
12583
12283
  # @param User: 提交用户
12584
- # 注意:此字段可能返回 null,表示取不到有效值。
12585
12284
  # @type User: String
12586
12285
  # @param WrittenBytes: 写入字节数
12587
- # 注意:此字段可能返回 null,表示取不到有效值。
12588
12286
  # @type WrittenBytes: Integer
12589
12287
 
12590
12288
  attr_accessor :Catalog, :ClientIpAddr, :CompletedSplits, :CpuTime, :CumulativeMemory, :DurationMillis, :EndTime, :Id, :InternalNetworkBytes, :OutputBytes, :PeakUserMemoryBytes, :PhysicalInputBytes, :ProcessedInputBytes, :SqlCompileTime, :StartTime, :State, :Statement, :User, :WrittenBytes
@@ -12665,10 +12363,8 @@ module TencentCloud
12665
12363
  # 容器集群用户组信息
12666
12364
  class UserAndGroup < TencentCloud::Common::AbstractModel
12667
12365
  # @param UserName: 用户名
12668
- # 注意:此字段可能返回 null,表示取不到有效值。
12669
12366
  # @type UserName: String
12670
12367
  # @param UserGroup: 用户组
12671
- # 注意:此字段可能返回 null,表示取不到有效值。
12672
12368
  # @type UserGroup: String
12673
12369
 
12674
12370
  attr_accessor :UserName, :UserGroup
@@ -12715,17 +12411,20 @@ module TencentCloud
12715
12411
  # 用户管理列表过滤器
12716
12412
  class UserManagerFilter < TencentCloud::Common::AbstractModel
12717
12413
  # @param UserName: 用户名
12718
- # 注意:此字段可能返回 null,表示取不到有效值。
12719
12414
  # @type UserName: String
12415
+ # @param UserType: 用户来源
12416
+ # @type UserType: String
12720
12417
 
12721
- attr_accessor :UserName
12418
+ attr_accessor :UserName, :UserType
12722
12419
 
12723
- def initialize(username=nil)
12420
+ def initialize(username=nil, usertype=nil)
12724
12421
  @UserName = username
12422
+ @UserType = usertype
12725
12423
  end
12726
12424
 
12727
12425
  def deserialize(params)
12728
12426
  @UserName = params['UserName']
12427
+ @UserType = params['UserType']
12729
12428
  end
12730
12429
  end
12731
12430
 
@@ -12738,12 +12437,10 @@ module TencentCloud
12738
12437
  # @param UserType: Manager表示管理员、NormalUser表示普通用户
12739
12438
  # @type UserType: String
12740
12439
  # @param CreateTime: 用户创建时间
12741
- # 注意:此字段可能返回 null,表示取不到有效值。
12742
12440
  # @type CreateTime: String
12743
12441
  # @param SupportDownLoadKeyTab: 是否可以下载用户对应的keytab文件,对开启kerberos的集群才有意义
12744
12442
  # @type SupportDownLoadKeyTab: Boolean
12745
12443
  # @param DownLoadKeyTabUrl: keytab文件的下载地址
12746
- # 注意:此字段可能返回 null,表示取不到有效值。
12747
12444
  # @type DownLoadKeyTabUrl: String
12748
12445
 
12749
12446
  attr_accessor :UserName, :UserGroup, :UserType, :CreateTime, :SupportDownLoadKeyTab, :DownLoadKeyTabUrl
@@ -12813,7 +12510,6 @@ module TencentCloud
12813
12510
  # <li>HOST_PATH表示支持本机路径</li>
12814
12511
  # <li>NEW_PVC表示新建PVC</li>
12815
12512
  # 组件角色支持的数据卷类型可参考 EMR on TKE 集群部署说明:[部署说明](https://cloud.tencent.com/document/product/589/94254)
12816
- # 注意:此字段可能返回 null,表示取不到有效值。
12817
12513
  # @type VolumeType: String
12818
12514
  # @param HostPath: 主机路径信息
12819
12515
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12838,7 +12534,6 @@ module TencentCloud
12838
12534
  # 定时扩容每周重复任务策略
12839
12535
  class WeekRepeatStrategy < TencentCloud::Common::AbstractModel
12840
12536
  # @param ExecuteAtTimeOfDay: 重复任务执行的具体时刻,例如"01:02:00"
12841
- # 注意:此字段可能返回 null,表示取不到有效值。
12842
12537
  # @type ExecuteAtTimeOfDay: String
12843
12538
  # @param DaysOfWeek: 每周几的数字描述,例如,[1,3,4]表示每周周一、周三、周四。
12844
12539
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12860,151 +12555,102 @@ module TencentCloud
12860
12555
  # Yarn 运行的Application信息
12861
12556
  class YarnApplication < TencentCloud::Common::AbstractModel
12862
12557
  # @param Id: 应用ID
12863
- # 注意:此字段可能返回 null,表示取不到有效值。
12864
12558
  # @type Id: String
12865
12559
  # @param User: 用户
12866
- # 注意:此字段可能返回 null,表示取不到有效值。
12867
12560
  # @type User: String
12868
12561
  # @param Name: 应用名
12869
- # 注意:此字段可能返回 null,表示取不到有效值。
12870
12562
  # @type Name: String
12871
12563
  # @param Queue: 队列
12872
- # 注意:此字段可能返回 null,表示取不到有效值。
12873
12564
  # @type Queue: String
12874
12565
  # @param ApplicationType: 应用类型
12875
- # 注意:此字段可能返回 null,表示取不到有效值。
12876
12566
  # @type ApplicationType: String
12877
12567
  # @param ElapsedTime: 运行时间
12878
- # 注意:此字段可能返回 null,表示取不到有效值。
12879
12568
  # @type ElapsedTime: String
12880
12569
  # @param State: 状态
12881
- # 注意:此字段可能返回 null,表示取不到有效值。
12882
12570
  # @type State: String
12883
12571
  # @param FinalStatus: 最终状态
12884
- # 注意:此字段可能返回 null,表示取不到有效值。
12885
12572
  # @type FinalStatus: String
12886
12573
  # @param Progress: 进度
12887
- # 注意:此字段可能返回 null,表示取不到有效值。
12888
12574
  # @type Progress: Integer
12889
12575
  # @param StartedTime: 开始时间毫秒
12890
- # 注意:此字段可能返回 null,表示取不到有效值。
12891
12576
  # @type StartedTime: Integer
12892
12577
  # @param FinishedTime: 结束时间毫秒
12893
- # 注意:此字段可能返回 null,表示取不到有效值。
12894
12578
  # @type FinishedTime: Integer
12895
12579
  # @param AllocatedMB: 申请内存MB
12896
- # 注意:此字段可能返回 null,表示取不到有效值。
12897
12580
  # @type AllocatedMB: Integer
12898
12581
  # @param AllocatedVCores: 申请VCores
12899
- # 注意:此字段可能返回 null,表示取不到有效值。
12900
12582
  # @type AllocatedVCores: Integer
12901
12583
  # @param RunningContainers: 运行的Containers数
12902
- # 注意:此字段可能返回 null,表示取不到有效值。
12903
12584
  # @type RunningContainers: Integer
12904
12585
  # @param MemorySeconds: 内存MB*时间秒
12905
- # 注意:此字段可能返回 null,表示取不到有效值。
12906
12586
  # @type MemorySeconds: Integer
12907
12587
  # @param VCoreSeconds: VCores*时间秒
12908
- # 注意:此字段可能返回 null,表示取不到有效值。
12909
12588
  # @type VCoreSeconds: Integer
12910
12589
  # @param QueueUsagePercentage: 队列资源占比
12911
- # 注意:此字段可能返回 null,表示取不到有效值。
12912
12590
  # @type QueueUsagePercentage: Float
12913
12591
  # @param ClusterUsagePercentage: 集群资源占比
12914
- # 注意:此字段可能返回 null,表示取不到有效值。
12915
12592
  # @type ClusterUsagePercentage: Float
12916
12593
  # @param PreemptedResourceMB: 预占用的内存
12917
- # 注意:此字段可能返回 null,表示取不到有效值。
12918
12594
  # @type PreemptedResourceMB: Integer
12919
12595
  # @param PreemptedResourceVCores: 预占用的VCore
12920
- # 注意:此字段可能返回 null,表示取不到有效值。
12921
12596
  # @type PreemptedResourceVCores: Integer
12922
12597
  # @param NumNonAMContainerPreempted: 预占的非应用程序主节点容器数量
12923
- # 注意:此字段可能返回 null,表示取不到有效值。
12924
12598
  # @type NumNonAMContainerPreempted: Integer
12925
12599
  # @param NumAMContainerPreempted: AM预占用的容器数量
12926
- # 注意:此字段可能返回 null,表示取不到有效值。
12927
12600
  # @type NumAMContainerPreempted: Integer
12928
12601
  # @param MapsTotal: Map总数
12929
- # 注意:此字段可能返回 null,表示取不到有效值。
12930
12602
  # @type MapsTotal: Integer
12931
12603
  # @param MapsCompleted: 完成的Map数
12932
- # 注意:此字段可能返回 null,表示取不到有效值。
12933
12604
  # @type MapsCompleted: Integer
12934
12605
  # @param ReducesTotal: Reduce总数
12935
- # 注意:此字段可能返回 null,表示取不到有效值。
12936
12606
  # @type ReducesTotal: Integer
12937
12607
  # @param ReducesCompleted: 完成的Reduce数
12938
- # 注意:此字段可能返回 null,表示取不到有效值。
12939
12608
  # @type ReducesCompleted: Integer
12940
12609
  # @param AvgMapTime: 平均Map时间
12941
- # 注意:此字段可能返回 null,表示取不到有效值。
12942
12610
  # @type AvgMapTime: Integer
12943
12611
  # @param AvgReduceTime: 平均Reduce时间
12944
- # 注意:此字段可能返回 null,表示取不到有效值。
12945
12612
  # @type AvgReduceTime: Integer
12946
12613
  # @param AvgShuffleTime: 平均Shuffle时间毫秒
12947
- # 注意:此字段可能返回 null,表示取不到有效值。
12948
12614
  # @type AvgShuffleTime: Integer
12949
12615
  # @param AvgMergeTime: 平均Merge时间毫秒
12950
- # 注意:此字段可能返回 null,表示取不到有效值。
12951
12616
  # @type AvgMergeTime: Integer
12952
12617
  # @param FailedReduceAttempts: 失败的Reduce执行次数
12953
- # 注意:此字段可能返回 null,表示取不到有效值。
12954
12618
  # @type FailedReduceAttempts: Integer
12955
12619
  # @param KilledReduceAttempts: Kill的Reduce执行次数
12956
- # 注意:此字段可能返回 null,表示取不到有效值。
12957
12620
  # @type KilledReduceAttempts: Integer
12958
12621
  # @param SuccessfulReduceAttempts: 成功的Reduce执行次数
12959
- # 注意:此字段可能返回 null,表示取不到有效值。
12960
12622
  # @type SuccessfulReduceAttempts: Integer
12961
12623
  # @param FailedMapAttempts: 失败的Map执行次数
12962
- # 注意:此字段可能返回 null,表示取不到有效值。
12963
12624
  # @type FailedMapAttempts: Integer
12964
12625
  # @param KilledMapAttempts: Kill的Map执行次数
12965
- # 注意:此字段可能返回 null,表示取不到有效值。
12966
12626
  # @type KilledMapAttempts: Integer
12967
12627
  # @param SuccessfulMapAttempts: 成功的Map执行次数
12968
- # 注意:此字段可能返回 null,表示取不到有效值。
12969
12628
  # @type SuccessfulMapAttempts: Integer
12970
12629
  # @param GcTimeMillis: GC毫秒
12971
- # 注意:此字段可能返回 null,表示取不到有效值。
12972
12630
  # @type GcTimeMillis: Integer
12973
12631
  # @param VCoreMillisMaps: Map使用的VCore毫秒
12974
- # 注意:此字段可能返回 null,表示取不到有效值。
12975
12632
  # @type VCoreMillisMaps: Integer
12976
12633
  # @param MbMillisMaps: Map使用的内存毫秒
12977
- # 注意:此字段可能返回 null,表示取不到有效值。
12978
12634
  # @type MbMillisMaps: Integer
12979
12635
  # @param VCoreMillisReduces: Reduce使用的VCore毫秒
12980
- # 注意:此字段可能返回 null,表示取不到有效值。
12981
12636
  # @type VCoreMillisReduces: Integer
12982
12637
  # @param MbMillisReduces: Reduce使用的内存毫秒
12983
- # 注意:此字段可能返回 null,表示取不到有效值。
12984
12638
  # @type MbMillisReduces: Integer
12985
12639
  # @param TotalLaunchedMaps: 启动Map的总数
12986
- # 注意:此字段可能返回 null,表示取不到有效值。
12987
12640
  # @type TotalLaunchedMaps: Integer
12988
12641
  # @param TotalLaunchedReduces: 启动Reduce的总数
12989
- # 注意:此字段可能返回 null,表示取不到有效值。
12990
12642
  # @type TotalLaunchedReduces: Integer
12991
12643
  # @param MapInputRecords: Map输入记录数
12992
- # 注意:此字段可能返回 null,表示取不到有效值。
12993
12644
  # @type MapInputRecords: Integer
12994
12645
  # @param MapOutputRecords: Map输出记录数
12995
- # 注意:此字段可能返回 null,表示取不到有效值。
12996
12646
  # @type MapOutputRecords: Integer
12997
12647
  # @param ReduceInputRecords: Reduce输入记录数
12998
- # 注意:此字段可能返回 null,表示取不到有效值。
12999
12648
  # @type ReduceInputRecords: Integer
13000
12649
  # @param ReduceOutputRecords: Reduce输出记录数
13001
- # 注意:此字段可能返回 null,表示取不到有效值。
13002
12650
  # @type ReduceOutputRecords: Integer
13003
12651
  # @param HDFSBytesWritten: HDFS写入字节数
13004
- # 注意:此字段可能返回 null,表示取不到有效值。
13005
12652
  # @type HDFSBytesWritten: Integer
13006
12653
  # @param HDFSBytesRead: HDFS读取字节数
13007
- # 注意:此字段可能返回 null,表示取不到有效值。
13008
12654
  # @type HDFSBytesRead: Integer
13009
12655
 
13010
12656
  attr_accessor :Id, :User, :Name, :Queue, :ApplicationType, :ElapsedTime, :State, :FinalStatus, :Progress, :StartedTime, :FinishedTime, :AllocatedMB, :AllocatedVCores, :RunningContainers, :MemorySeconds, :VCoreSeconds, :QueueUsagePercentage, :ClusterUsagePercentage, :PreemptedResourceMB, :PreemptedResourceVCores, :NumNonAMContainerPreempted, :NumAMContainerPreempted, :MapsTotal, :MapsCompleted, :ReducesTotal, :ReducesCompleted, :AvgMapTime, :AvgReduceTime, :AvgShuffleTime, :AvgMergeTime, :FailedReduceAttempts, :KilledReduceAttempts, :SuccessfulReduceAttempts, :FailedMapAttempts, :KilledMapAttempts, :SuccessfulMapAttempts, :GcTimeMillis, :VCoreMillisMaps, :MbMillisMaps, :VCoreMillisReduces, :MbMillisReduces, :TotalLaunchedMaps, :TotalLaunchedReduces, :MapInputRecords, :MapOutputRecords, :ReduceInputRecords, :ReduceOutputRecords, :HDFSBytesWritten, :HDFSBytesRead
@@ -13117,7 +12763,6 @@ module TencentCloud
13117
12763
  # 用于创建集群价格清单 不同可用区下价格详情
13118
12764
  class ZoneDetailPriceResult < TencentCloud::Common::AbstractModel
13119
12765
  # @param ZoneId: 可用区Id
13120
- # 注意:此字段可能返回 null,表示取不到有效值。
13121
12766
  # @type ZoneId: String
13122
12767
  # @param NodeDetailPrice: 不同节点的价格详情
13123
12768
  # @type NodeDetailPrice: Array
@@ -13157,7 +12802,6 @@ module TencentCloud
13157
12802
  # <li>master</li>
13158
12803
  # <li>standby</li>
13159
12804
  # <li>third-party</li>
13160
- # 注意:此字段可能返回 null,表示取不到有效值。
13161
12805
  # @type ZoneTag: String
13162
12806
 
13163
12807
  attr_accessor :VirtualPrivateCloud, :Placement, :AllNodeResourceSpec, :ZoneTag