tencentcloud-sdk-emr 3.0.977 → 3.0.978

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190103/models.rb +60 -178
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26fd01574ab53fcb24653ab29088337b820f7bf8
4
- data.tar.gz: 0e305d9b8fbd1edb8a0444483e8df2ab5e3107a4
3
+ metadata.gz: 21b77953e5e61da6b06fa0a7c35dec198840b54d
4
+ data.tar.gz: feee58eb5c6c56d07dc06145fd5ac3086969b9ad
5
5
  SHA512:
6
- metadata.gz: 2228c8671f13fb663c808a1ce2656b599f883b0145d3c924881c636b382d6a82f36d1e5789983dafe566f96006b2940bf1d889b250c9ef7eb8f4227d1529c00c
7
- data.tar.gz: bc59bb9bf8e60e82b6fde9c672c79db7e8bf2b5a54003010907455e6dd8610b44930e03c9957a39465da9e9be175aadf8f1e2f9709735e3b2f117713ee13a21a
6
+ metadata.gz: d07d4a6e6ed7c67ac87f3ab23d3553523940d1d39a31bd432864490f538c6b0467a821e7a9839863419641898292f8739087453a3d11aca2cb9e8b1b0147fb57
7
+ data.tar.gz: 834f93c78530640871993be08c0a60eaa96d0979875fe665b32b99ed0c36f69198d045f819b951daf498eae3bfac2804136c43dd9c2a1e01f6d7ab4d79a898fb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.977
1
+ 3.0.978
@@ -21,7 +21,7 @@ module TencentCloud
21
21
  class AddMetricScaleStrategyRequest < TencentCloud::Common::AbstractModel
22
22
  # @param InstanceId: 实例ID。
23
23
  # @type InstanceId: String
24
- # @param StrategyType: 1表示按负载规则扩容,2表示按时间规则扩容。必须填写,并且和下面的规则策略匹配
24
+ # @param StrategyType: 1表示按负载规则扩缩容,2表示按时间规则扩缩容。必须填写,并且和下面的规则策略匹配
25
25
  # @type StrategyType: Integer
26
26
  # @param LoadAutoScaleStrategy: 按负载扩容的规则。
27
27
  # @type LoadAutoScaleStrategy: :class:`Tencentcloud::Emr.v20190103.models.LoadAutoScaleStrategy`
@@ -213,16 +213,12 @@ module TencentCloud
213
213
  # 注意:此字段可能返回 null,表示取不到有效值。
214
214
  # @type CommonResourceSpec: :class:`Tencentcloud::Emr.v20190103.models.NodeResourceSpec`
215
215
  # @param MasterCount: Master节点数量
216
- # 注意:此字段可能返回 null,表示取不到有效值。
217
216
  # @type MasterCount: Integer
218
217
  # @param CoreCount: Corer节点数量
219
- # 注意:此字段可能返回 null,表示取不到有效值。
220
218
  # @type CoreCount: Integer
221
219
  # @param TaskCount: Task节点数量
222
- # 注意:此字段可能返回 null,表示取不到有效值。
223
220
  # @type TaskCount: Integer
224
221
  # @param CommonCount: Common节点数量
225
- # 注意:此字段可能返回 null,表示取不到有效值。
226
222
  # @type CommonCount: Integer
227
223
 
228
224
  attr_accessor :MasterResourceSpec, :CoreResourceSpec, :TaskResourceSpec, :CommonResourceSpec, :MasterCount, :CoreCount, :TaskCount, :CommonCount
@@ -375,7 +371,6 @@ module TencentCloud
375
371
  # AttachDisks返回参数结构体
376
372
  class AttachDisksResponse < TencentCloud::Common::AbstractModel
377
373
  # @param FlowId: 流程id
378
- # 注意:此字段可能返回 null,表示取不到有效值。
379
374
  # @type FlowId: Integer
380
375
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
381
376
  # @type RequestId: String
@@ -730,49 +725,34 @@ module TencentCloud
730
725
  # 出参
731
726
  class CdbInfo < TencentCloud::Common::AbstractModel
732
727
  # @param InstanceName: 数据库实例
733
- # 注意:此字段可能返回 null,表示取不到有效值。
734
728
  # @type InstanceName: String
735
729
  # @param Ip: 数据库IP
736
- # 注意:此字段可能返回 null,表示取不到有效值。
737
730
  # @type Ip: String
738
731
  # @param Port: 数据库端口
739
- # 注意:此字段可能返回 null,表示取不到有效值。
740
732
  # @type Port: Integer
741
733
  # @param MemSize: 数据库内存规格
742
- # 注意:此字段可能返回 null,表示取不到有效值。
743
734
  # @type MemSize: Integer
744
735
  # @param Volume: 数据库磁盘规格
745
- # 注意:此字段可能返回 null,表示取不到有效值。
746
736
  # @type Volume: Integer
747
737
  # @param Service: 服务标识
748
- # 注意:此字段可能返回 null,表示取不到有效值。
749
738
  # @type Service: String
750
739
  # @param ExpireTime: 过期时间
751
- # 注意:此字段可能返回 null,表示取不到有效值。
752
740
  # @type ExpireTime: String
753
741
  # @param ApplyTime: 申请时间
754
- # 注意:此字段可能返回 null,表示取不到有效值。
755
742
  # @type ApplyTime: String
756
743
  # @param PayType: 付费类型
757
- # 注意:此字段可能返回 null,表示取不到有效值。
758
744
  # @type PayType: Integer
759
745
  # @param ExpireFlag: 过期标识
760
- # 注意:此字段可能返回 null,表示取不到有效值。
761
746
  # @type ExpireFlag: Boolean
762
747
  # @param Status: 数据库状态
763
- # 注意:此字段可能返回 null,表示取不到有效值。
764
748
  # @type Status: Integer
765
749
  # @param IsAutoRenew: 续费标识
766
- # 注意:此字段可能返回 null,表示取不到有效值。
767
750
  # @type IsAutoRenew: Integer
768
751
  # @param SerialNo: 数据库字符串
769
- # 注意:此字段可能返回 null,表示取不到有效值。
770
752
  # @type SerialNo: String
771
753
  # @param ZoneId: ZoneId
772
- # 注意:此字段可能返回 null,表示取不到有效值。
773
754
  # @type ZoneId: Integer
774
755
  # @param RegionId: RegionId
775
- # 注意:此字段可能返回 null,表示取不到有效值。
776
756
  # @type RegionId: Integer
777
757
 
778
758
  attr_accessor :InstanceName, :Ip, :Port, :MemSize, :Volume, :Service, :ExpireTime, :ApplyTime, :PayType, :ExpireFlag, :Status, :IsAutoRenew, :SerialNo, :ZoneId, :RegionId
@@ -825,7 +805,6 @@ module TencentCloud
825
805
  # @param LimitMemory: 内存请求数量最大值
826
806
  # @type LimitMemory: Integer
827
807
  # @param Service: 服务名称,如HIVE
828
- # 注意:此字段可能返回 null,表示取不到有效值。
829
808
  # @type Service: String
830
809
  # @param VolumeDir: 数据卷目录设置
831
810
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -934,37 +913,27 @@ module TencentCloud
934
913
  # 集群实例信息
935
914
  class ClusterInstancesInfo < TencentCloud::Common::AbstractModel
936
915
  # @param Id: ID号
937
- # 注意:此字段可能返回 null,表示取不到有效值。
938
916
  # @type Id: Integer
939
917
  # @param ClusterId: 集群ID
940
- # 注意:此字段可能返回 null,表示取不到有效值。
941
918
  # @type ClusterId: String
942
919
  # @param Ftitle: 标题
943
920
  # 注意:此字段可能返回 null,表示取不到有效值。
944
921
  # @type Ftitle: String
945
922
  # @param ClusterName: 集群名
946
- # 注意:此字段可能返回 null,表示取不到有效值。
947
923
  # @type ClusterName: String
948
924
  # @param RegionId: 地域ID
949
- # 注意:此字段可能返回 null,表示取不到有效值。
950
925
  # @type RegionId: Integer
951
926
  # @param ZoneId: 地区ID
952
- # 注意:此字段可能返回 null,表示取不到有效值。
953
927
  # @type ZoneId: Integer
954
928
  # @param AppId: 用户APPID
955
- # 注意:此字段可能返回 null,表示取不到有效值。
956
929
  # @type AppId: Integer
957
930
  # @param Uin: 用户UIN
958
- # 注意:此字段可能返回 null,表示取不到有效值。
959
931
  # @type Uin: String
960
932
  # @param ProjectId: 项目Id
961
- # 注意:此字段可能返回 null,表示取不到有效值。
962
933
  # @type ProjectId: Integer
963
934
  # @param VpcId: 集群VPCID
964
- # 注意:此字段可能返回 null,表示取不到有效值。
965
935
  # @type VpcId: Integer
966
936
  # @param SubnetId: 子网ID
967
- # 注意:此字段可能返回 null,表示取不到有效值。
968
937
  # @type SubnetId: Integer
969
938
  # @param Status: 实例的状态码。取值范围:
970
939
  # <li>2:表示集群运行中。</li>
@@ -994,116 +963,90 @@ module TencentCloud
994
963
  # <li>34:表示集群已退费。</li>
995
964
  # <li>301:表示创建失败。</li>
996
965
  # <li>302:表示扩容失败。</li>
997
- # 注意:此字段可能返回 null,表示取不到有效值。
998
966
  # @type Status: Integer
999
967
  # @param AddTime: 添加时间
1000
- # 注意:此字段可能返回 null,表示取不到有效值。
1001
968
  # @type AddTime: String
1002
969
  # @param RunTime: 已经运行时间
1003
- # 注意:此字段可能返回 null,表示取不到有效值。
1004
970
  # @type RunTime: String
1005
971
  # @param Config: 集群产品配置信息
1006
972
  # 注意:此字段可能返回 null,表示取不到有效值。
1007
973
  # @type Config: :class:`Tencentcloud::Emr.v20190103.models.EmrProductConfigOutter`
1008
974
  # @param MasterIp: 主节点外网IP
1009
- # 注意:此字段可能返回 null,表示取不到有效值。
1010
975
  # @type MasterIp: String
1011
976
  # @param EmrVersion: EMR版本
1012
- # 注意:此字段可能返回 null,表示取不到有效值。
1013
977
  # @type EmrVersion: String
1014
978
  # @param ChargeType: 收费类型
1015
- # 注意:此字段可能返回 null,表示取不到有效值。
1016
979
  # @type ChargeType: Integer
1017
980
  # @param TradeVersion: 交易版本
1018
- # 注意:此字段可能返回 null,表示取不到有效值。
1019
981
  # @type TradeVersion: Integer
1020
982
  # @param ResourceOrderId: 资源订单ID
1021
- # 注意:此字段可能返回 null,表示取不到有效值。
1022
983
  # @type ResourceOrderId: Integer
1023
984
  # @param IsTradeCluster: 是否计费集群
1024
- # 注意:此字段可能返回 null,表示取不到有效值。
1025
985
  # @type IsTradeCluster: Integer
1026
986
  # @param AlarmInfo: 集群错误状态告警信息
1027
- # 注意:此字段可能返回 null,表示取不到有效值。
1028
987
  # @type AlarmInfo: String
1029
988
  # @param IsWoodpeckerCluster: 是否采用新架构
1030
- # 注意:此字段可能返回 null,表示取不到有效值。
1031
989
  # @type IsWoodpeckerCluster: Integer
1032
990
  # @param MetaDb: 元数据库信息
1033
- # 注意:此字段可能返回 null,表示取不到有效值。
1034
991
  # @type MetaDb: String
1035
992
  # @param Tags: 标签信息
1036
993
  # 注意:此字段可能返回 null,表示取不到有效值。
1037
994
  # @type Tags: Array
1038
995
  # @param HiveMetaDb: Hive元数据信息
1039
- # 注意:此字段可能返回 null,表示取不到有效值。
1040
996
  # @type HiveMetaDb: String
1041
997
  # @param ServiceClass: 集群类型:EMR,CLICKHOUSE,DRUID
1042
- # 注意:此字段可能返回 null,表示取不到有效值。
1043
998
  # @type ServiceClass: String
1044
999
  # @param AliasInfo: 集群所有节点的别名序列化
1045
- # 注意:此字段可能返回 null,表示取不到有效值。
1046
1000
  # @type AliasInfo: String
1047
1001
  # @param ProductId: 集群版本Id
1048
- # 注意:此字段可能返回 null,表示取不到有效值。
1049
1002
  # @type ProductId: Integer
1050
1003
  # @param Zone: 地区ID
1051
- # 注意:此字段可能返回 null,表示取不到有效值。
1052
1004
  # @type Zone: String
1053
1005
  # @param SceneName: 场景名称
1054
- # 注意:此字段可能返回 null,表示取不到有效值。
1055
1006
  # @type SceneName: String
1056
1007
  # @param SceneServiceClass: 场景化集群类型
1057
- # 注意:此字段可能返回 null,表示取不到有效值。
1058
1008
  # @type SceneServiceClass: String
1059
1009
  # @param SceneEmrVersion: 场景化EMR版本
1060
- # 注意:此字段可能返回 null,表示取不到有效值。
1061
1010
  # @type SceneEmrVersion: String
1062
1011
  # @param DisplayName: 场景化集群类型
1063
- # 注意:此字段可能返回 null,表示取不到有效值。
1064
1012
  # @type DisplayName: String
1065
1013
  # @param VpcName: vpc name
1066
- # 注意:此字段可能返回 null,表示取不到有效值。
1067
1014
  # @type VpcName: String
1068
1015
  # @param SubnetName: subnet name
1069
- # 注意:此字段可能返回 null,表示取不到有效值。
1070
1016
  # @type SubnetName: String
1071
1017
  # @param ClusterExternalServiceInfo: 集群依赖关系
1072
1018
  # 注意:此字段可能返回 null,表示取不到有效值。
1073
1019
  # @type ClusterExternalServiceInfo: Array
1074
1020
  # @param UniqVpcId: 集群vpcid 字符串类型
1075
- # 注意:此字段可能返回 null,表示取不到有效值。
1076
1021
  # @type UniqVpcId: String
1077
1022
  # @param UniqSubnetId: 子网id 字符串类型
1078
- # 注意:此字段可能返回 null,表示取不到有效值。
1079
1023
  # @type UniqSubnetId: String
1080
1024
  # @param TopologyInfoList: 节点信息
1081
1025
  # 注意:此字段可能返回 null,表示取不到有效值。
1082
1026
  # @type TopologyInfoList: Array
1083
1027
  # @param IsMultiZoneCluster: 是否是跨AZ集群
1084
- # 注意:此字段可能返回 null,表示取不到有效值。
1085
1028
  # @type IsMultiZoneCluster: Boolean
1086
1029
  # @param IsCvmReplace: 是否开通异常节点自动补偿
1087
- # 注意:此字段可能返回 null,表示取不到有效值。
1088
1030
  # @type IsCvmReplace: Boolean
1089
1031
  # @param ClusterTitle: 标题
1090
- # 注意:此字段可能返回 null,表示取不到有效值。
1091
1032
  # @type ClusterTitle: String
1092
1033
  # @param ConfigDetail: 集群产品配置信息
1093
1034
  # 注意:此字段可能返回 null,表示取不到有效值。
1094
1035
  # @type ConfigDetail: :class:`Tencentcloud::Emr.v20190103.models.EmrProductConfigDetail`
1095
1036
  # @param BindFileSystemNum: 集群绑定的文件系统数
1096
- # 注意:此字段可能返回 null,表示取不到有效值。
1097
1037
  # @type BindFileSystemNum: Integer
1038
+ # @param ClusterRelationInfoList: rss集群的绑定列表
1039
+ # 注意:此字段可能返回 null,表示取不到有效值。
1040
+ # @type ClusterRelationInfoList: Array
1098
1041
 
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
1042
+ 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, :ClusterRelationInfoList
1100
1043
  extend Gem::Deprecate
1101
1044
  deprecate :Ftitle, :none, 2025, 1
1102
1045
  deprecate :Ftitle=, :none, 2025, 1
1103
1046
  deprecate :Config, :none, 2025, 1
1104
1047
  deprecate :Config=, :none, 2025, 1
1105
1048
 
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)
1049
+ 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, clusterrelationinfolist=nil)
1107
1050
  @Id = id
1108
1051
  @ClusterId = clusterid
1109
1052
  @Ftitle = ftitle
@@ -1149,6 +1092,7 @@ module TencentCloud
1149
1092
  @ClusterTitle = clustertitle
1150
1093
  @ConfigDetail = configdetail
1151
1094
  @BindFileSystemNum = bindfilesystemnum
1095
+ @ClusterRelationInfoList = clusterrelationinfolist
1152
1096
  end
1153
1097
 
1154
1098
  def deserialize(params)
@@ -1224,6 +1168,36 @@ module TencentCloud
1224
1168
  @ConfigDetail.deserialize(params['ConfigDetail'])
1225
1169
  end
1226
1170
  @BindFileSystemNum = params['BindFileSystemNum']
1171
+ unless params['ClusterRelationInfoList'].nil?
1172
+ @ClusterRelationInfoList = []
1173
+ params['ClusterRelationInfoList'].each do |i|
1174
+ clusterrelationmeta_tmp = ClusterRelationMeta.new
1175
+ clusterrelationmeta_tmp.deserialize(i)
1176
+ @ClusterRelationInfoList << clusterrelationmeta_tmp
1177
+ end
1178
+ end
1179
+ end
1180
+ end
1181
+
1182
+ # 集群间绑定使用信息
1183
+ class ClusterRelationMeta < TencentCloud::Common::AbstractModel
1184
+ # @param ClusterType: 集群类型
1185
+ # 注意:此字段可能返回 null,表示取不到有效值。
1186
+ # @type ClusterType: String
1187
+ # @param ClusterIdList: 集群id列表
1188
+ # 注意:此字段可能返回 null,表示取不到有效值。
1189
+ # @type ClusterIdList: Array
1190
+
1191
+ attr_accessor :ClusterType, :ClusterIdList
1192
+
1193
+ def initialize(clustertype=nil, clusteridlist=nil)
1194
+ @ClusterType = clustertype
1195
+ @ClusterIdList = clusteridlist
1196
+ end
1197
+
1198
+ def deserialize(params)
1199
+ @ClusterType = params['ClusterType']
1200
+ @ClusterIdList = params['ClusterIdList']
1227
1201
  end
1228
1202
  end
1229
1203
 
@@ -2522,7 +2496,6 @@ module TencentCloud
2522
2496
  # 注意:此字段可能返回 null,表示取不到有效值。
2523
2497
  # @type GroupGlobalConfs: Array
2524
2498
  # @param TotalCount: 总数
2525
- # 注意:此字段可能返回 null,表示取不到有效值。
2526
2499
  # @type TotalCount: Integer
2527
2500
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2528
2501
  # @type RequestId: String
@@ -2553,7 +2526,10 @@ module TencentCloud
2553
2526
  class DescribeAutoScaleRecordsRequest < TencentCloud::Common::AbstractModel
2554
2527
  # @param InstanceId: 实例ID。
2555
2528
  # @type InstanceId: String
2556
- # @param Filters: 记录过滤参数,目前仅能为“StartTime”,“EndTime”和“StrategyName”。StartTime和EndTime支持2006-01-02 15:04:05 或者2006/01/02 15:04:05的时间格式
2529
+ # @param Filters: 记录过滤参数,目前仅能为“StartTime”,“EndTime”和“StrategyName”、ActionStatus、ScaleAction。
2530
+ # StartTime和EndTime支持2006-01-02 15:04:05 或者2006/01/02 15:04:05的时间格式
2531
+ # ActionStatus:0:INITED,1:SUCCESS, 2:FAILED,3:LIMITED_SUCCESSED,4:IN_PROCESS,5:IN_RETRY
2532
+ # ScaleAction:1:扩容 2:缩容
2557
2533
  # @type Filters: Array
2558
2534
  # @param Offset: 分页参数。
2559
2535
  # @type Offset: Integer
@@ -2561,15 +2537,18 @@ module TencentCloud
2561
2537
  # @type Limit: Integer
2562
2538
  # @param RecordSource: 表示是自动(0)还是托管伸缩(1)
2563
2539
  # @type RecordSource: Integer
2540
+ # @param Asc: 是否升序,1:升序,0:降序
2541
+ # @type Asc: Integer
2564
2542
 
2565
- attr_accessor :InstanceId, :Filters, :Offset, :Limit, :RecordSource
2543
+ attr_accessor :InstanceId, :Filters, :Offset, :Limit, :RecordSource, :Asc
2566
2544
 
2567
- def initialize(instanceid=nil, filters=nil, offset=nil, limit=nil, recordsource=nil)
2545
+ def initialize(instanceid=nil, filters=nil, offset=nil, limit=nil, recordsource=nil, asc=nil)
2568
2546
  @InstanceId = instanceid
2569
2547
  @Filters = filters
2570
2548
  @Offset = offset
2571
2549
  @Limit = limit
2572
2550
  @RecordSource = recordsource
2551
+ @Asc = asc
2573
2552
  end
2574
2553
 
2575
2554
  def deserialize(params)
@@ -2585,6 +2564,7 @@ module TencentCloud
2585
2564
  @Offset = params['Offset']
2586
2565
  @Limit = params['Limit']
2587
2566
  @RecordSource = params['RecordSource']
2567
+ @Asc = params['Asc']
2588
2568
  end
2589
2569
  end
2590
2570
 
@@ -2716,11 +2696,9 @@ module TencentCloud
2716
2696
  # 注意:此字段可能返回 null,表示取不到有效值。
2717
2697
  # @type FlowDesc: Array
2718
2698
  # @param FlowName: 任务名称
2719
- # 注意:此字段可能返回 null,表示取不到有效值。
2720
2699
  # @type FlowName: String
2721
2700
  # @param FlowTotalProgress: 总任务流程进度:
2722
2701
  # 例如:0.8
2723
- # 注意:此字段可能返回 null,表示取不到有效值。
2724
2702
  # @type FlowTotalProgress: Float
2725
2703
  # @param FlowTotalStatus: 定义流程总状态:
2726
2704
  # 0:初始化,
@@ -2729,7 +2707,6 @@ module TencentCloud
2729
2707
  # 3:完成(存在跳过步骤),
2730
2708
  # -1:失败,
2731
2709
  # -3:阻塞,
2732
- # 注意:此字段可能返回 null,表示取不到有效值。
2733
2710
  # @type FlowTotalStatus: Integer
2734
2711
  # @param FlowExtraDetail: 流程额外信息
2735
2712
  # NeedExtraDetail为true时返回
@@ -3293,7 +3270,6 @@ module TencentCloud
3293
3270
  # DescribeHDFSStorageInfo返回参数结构体
3294
3271
  class DescribeHDFSStorageInfoResponse < TencentCloud::Common::AbstractModel
3295
3272
  # @param SampleTime: 采样时间
3296
- # 注意:此字段可能返回 null,表示取不到有效值。
3297
3273
  # @type SampleTime: Integer
3298
3274
  # @param StorageSummaryDistribution: hdfs存储详情
3299
3275
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4343,7 +4319,7 @@ module TencentCloud
4343
4319
  # 0代表所有状态
4344
4320
  # 1代表处于维护状态
4345
4321
  # @type DataNodeMaintenanceId: Integer
4346
- # @param SearchFields: 支持搜索的字段
4322
+ # @param SearchFields: 支持搜索的字段,目前支持 SearchType :ipv4
4347
4323
  # @type SearchFields: Array
4348
4324
 
4349
4325
  attr_accessor :InstanceId, :Offset, :Limit, :SearchText, :ConfStatus, :MaintainStateId, :OperatorStateId, :HealthStateId, :ServiceName, :NodeTypeName, :DataNodeMaintenanceId, :SearchFields
@@ -5354,19 +5330,15 @@ module TencentCloud
5354
5330
  # Emr询价描述
5355
5331
  class EmrPrice < TencentCloud::Common::AbstractModel
5356
5332
  # @param OriginalCost: 刊例价格
5357
- # 注意:此字段可能返回 null,表示取不到有效值。
5358
5333
  # @type OriginalCost: String
5359
5334
  # @param DiscountCost: 折扣价格
5360
- # 注意:此字段可能返回 null,表示取不到有效值。
5361
5335
  # @type DiscountCost: String
5362
5336
  # @param Unit: 单位
5363
- # 注意:此字段可能返回 null,表示取不到有效值。
5364
5337
  # @type Unit: String
5365
5338
  # @param PriceSpec: 询价配置
5366
5339
  # 注意:此字段可能返回 null,表示取不到有效值。
5367
5340
  # @type PriceSpec: :class:`Tencentcloud::Emr.v20190103.models.PriceResource`
5368
5341
  # @param SupportSpotPaid: 是否支持竞价实例
5369
- # 注意:此字段可能返回 null,表示取不到有效值。
5370
5342
  # @type SupportSpotPaid: Boolean
5371
5343
 
5372
5344
  attr_accessor :OriginalCost, :DiscountCost, :Unit, :PriceSpec, :SupportSpotPaid
@@ -6110,17 +6082,13 @@ module TencentCloud
6110
6082
  # InquirePriceRenewEmr返回参数结构体
6111
6083
  class InquirePriceRenewEmrResponse < TencentCloud::Common::AbstractModel
6112
6084
  # @param OriginalCost: 原价,单位为元。
6113
- # 注意:此字段可能返回 null,表示取不到有效值。
6114
6085
  # @type OriginalCost: Float
6115
6086
  # @param DiscountCost: 折扣价,单位为元。
6116
- # 注意:此字段可能返回 null,表示取不到有效值。
6117
6087
  # @type DiscountCost: Float
6118
6088
  # @param TimeUnit: 实例续费的时间单位。取值范围:
6119
6089
  # <li>m:表示月份。</li>
6120
- # 注意:此字段可能返回 null,表示取不到有效值。
6121
6090
  # @type TimeUnit: String
6122
6091
  # @param TimeSpan: 实例续费的时长。
6123
- # 注意:此字段可能返回 null,表示取不到有效值。
6124
6092
  # @type TimeSpan: Integer
6125
6093
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6126
6094
  # @type RequestId: String
@@ -6265,18 +6233,14 @@ module TencentCloud
6265
6233
  # InquiryPriceCreateInstance返回参数结构体
6266
6234
  class InquiryPriceCreateInstanceResponse < TencentCloud::Common::AbstractModel
6267
6235
  # @param OriginalCost: 原价,单位为元。
6268
- # 注意:此字段可能返回 null,表示取不到有效值。
6269
6236
  # @type OriginalCost: Float
6270
6237
  # @param DiscountCost: 折扣价,单位为元。
6271
- # 注意:此字段可能返回 null,表示取不到有效值。
6272
6238
  # @type DiscountCost: Float
6273
6239
  # @param TimeUnit: 购买实例的时间单位。取值范围:
6274
6240
  # <li>s:表示秒。</li>
6275
6241
  # <li>m:表示月份。</li>
6276
- # 注意:此字段可能返回 null,表示取不到有效值。
6277
6242
  # @type TimeUnit: String
6278
6243
  # @param TimeSpan: 购买实例的时长。
6279
- # 注意:此字段可能返回 null,表示取不到有效值。
6280
6244
  # @type TimeSpan: Integer
6281
6245
  # @param PriceList: 价格清单
6282
6246
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -6368,17 +6332,13 @@ module TencentCloud
6368
6332
  # InquiryPriceRenewInstance返回参数结构体
6369
6333
  class InquiryPriceRenewInstanceResponse < TencentCloud::Common::AbstractModel
6370
6334
  # @param OriginalCost: 原价,单位为元。
6371
- # 注意:此字段可能返回 null,表示取不到有效值。
6372
6335
  # @type OriginalCost: Float
6373
6336
  # @param DiscountCost: 折扣价,单位为元。
6374
- # 注意:此字段可能返回 null,表示取不到有效值。
6375
6337
  # @type DiscountCost: Float
6376
6338
  # @param TimeUnit: 实例续费的时间单位。取值范围:
6377
6339
  # <li>m:表示月份。</li>
6378
- # 注意:此字段可能返回 null,表示取不到有效值。
6379
6340
  # @type TimeUnit: String
6380
6341
  # @param TimeSpan: 实例续费的时长。
6381
- # 注意:此字段可能返回 null,表示取不到有效值。
6382
6342
  # @type TimeSpan: Integer
6383
6343
  # @param PriceDetail: 价格详情
6384
6344
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -6488,15 +6448,12 @@ module TencentCloud
6488
6448
  # InquiryPriceScaleOutInstance返回参数结构体
6489
6449
  class InquiryPriceScaleOutInstanceResponse < TencentCloud::Common::AbstractModel
6490
6450
  # @param OriginalCost: 原价,单位为元。
6491
- # 注意:此字段可能返回 null,表示取不到有效值。
6492
6451
  # @type OriginalCost: String
6493
6452
  # @param DiscountCost: 折扣价,单位为元。
6494
- # 注意:此字段可能返回 null,表示取不到有效值。
6495
6453
  # @type DiscountCost: String
6496
6454
  # @param Unit: 扩容的时间单位。取值范围:
6497
6455
  # <li>s:表示秒。</li>
6498
6456
  # <li>m:表示月份。</li>
6499
- # 注意:此字段可能返回 null,表示取不到有效值。
6500
6457
  # @type Unit: String
6501
6458
  # @param PriceSpec: 询价的节点规格。
6502
6459
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -6594,18 +6551,14 @@ module TencentCloud
6594
6551
  # InquiryPriceUpdateInstance返回参数结构体
6595
6552
  class InquiryPriceUpdateInstanceResponse < TencentCloud::Common::AbstractModel
6596
6553
  # @param OriginalCost: 原价,单位为元。
6597
- # 注意:此字段可能返回 null,表示取不到有效值。
6598
6554
  # @type OriginalCost: Float
6599
6555
  # @param DiscountCost: 折扣价,单位为元。
6600
- # 注意:此字段可能返回 null,表示取不到有效值。
6601
6556
  # @type DiscountCost: Float
6602
6557
  # @param TimeUnit: 变配的时间单位。取值范围:
6603
6558
  # <li>s:表示秒。</li>
6604
6559
  # <li>m:表示月份。</li>
6605
- # 注意:此字段可能返回 null,表示取不到有效值。
6606
6560
  # @type TimeUnit: String
6607
6561
  # @param TimeSpan: 变配的时长。
6608
- # 注意:此字段可能返回 null,表示取不到有效值。
6609
6562
  # @type TimeSpan: Integer
6610
6563
  # @param PriceDetail: 价格详情
6611
6564
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7020,31 +6973,22 @@ module TencentCloud
7020
6973
  # 自动扩缩容基于负载指标的规则
7021
6974
  class LoadAutoScaleStrategy < TencentCloud::Common::AbstractModel
7022
6975
  # @param StrategyId: 规则ID。
7023
- # 注意:此字段可能返回 null,表示取不到有效值。
7024
6976
  # @type StrategyId: Integer
7025
6977
  # @param StrategyName: 规则名称。
7026
- # 注意:此字段可能返回 null,表示取不到有效值。
7027
6978
  # @type StrategyName: String
7028
6979
  # @param CalmDownTime: 规则生效冷却时间。
7029
- # 注意:此字段可能返回 null,表示取不到有效值。
7030
6980
  # @type CalmDownTime: Integer
7031
6981
  # @param ScaleAction: 扩缩容动作,1表示扩容,2表示缩容。
7032
- # 注意:此字段可能返回 null,表示取不到有效值。
7033
6982
  # @type ScaleAction: Integer
7034
6983
  # @param ScaleNum: 每次规则生效时的扩缩容数量。
7035
- # 注意:此字段可能返回 null,表示取不到有效值。
7036
6984
  # @type ScaleNum: Integer
7037
6985
  # @param ProcessMethod: 指标处理方法,1表示MAX,2表示MIN,3表示AVG。
7038
- # 注意:此字段可能返回 null,表示取不到有效值。
7039
6986
  # @type ProcessMethod: Integer
7040
6987
  # @param Priority: 规则优先级,添加时无效,默认为自增。
7041
- # 注意:此字段可能返回 null,表示取不到有效值。
7042
6988
  # @type Priority: Integer
7043
6989
  # @param StrategyStatus: 规则状态,1表示启动,3表示禁用。
7044
- # 注意:此字段可能返回 null,表示取不到有效值。
7045
6990
  # @type StrategyStatus: Integer
7046
6991
  # @param YarnNodeLabel: 规则扩容指定 yarn node label
7047
- # 注意:此字段可能返回 null,表示取不到有效值。
7048
6992
  # @type YarnNodeLabel: String
7049
6993
  # @param PeriodValid: 规则生效的有效时间
7050
6994
  # @type PeriodValid: String
@@ -7056,14 +7000,12 @@ module TencentCloud
7056
7000
  # 注意:此字段可能返回 null,表示取不到有效值。
7057
7001
  # @type Tags: Array
7058
7002
  # @param ConfigGroupAssigned: 预设配置组
7059
- # 注意:此字段可能返回 null,表示取不到有效值。
7060
7003
  # @type ConfigGroupAssigned: String
7061
7004
  # @param MeasureMethod: 扩容资源计算方法,"DEFAULT","INSTANCE", "CPU", "MEMORYGB"。
7062
7005
  # "DEFAULT"表示默认方式,与"INSTANCE"意义相同。
7063
7006
  # "INSTANCE"表示按照节点计算,默认方式。
7064
7007
  # "CPU"表示按照机器的核数计算。
7065
7008
  # "MEMORYGB"表示按照机器内存数计算。
7066
- # 注意:此字段可能返回 null,表示取不到有效值。
7067
7009
  # @type MeasureMethod: String
7068
7010
  # @param LoadMetricsConditions: 多指标触发条件
7069
7011
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7123,16 +7065,12 @@ module TencentCloud
7123
7065
  # 负载指标条件
7124
7066
  class LoadMetricsCondition < TencentCloud::Common::AbstractModel
7125
7067
  # @param StatisticPeriod: 规则统计周期,提供1min,3min,5min。
7126
- # 注意:此字段可能返回 null,表示取不到有效值。
7127
7068
  # @type StatisticPeriod: Integer
7128
7069
  # @param TriggerThreshold: 触发次数,当连续触发超过TriggerThreshold次后才开始扩缩容。
7129
- # 注意:此字段可能返回 null,表示取不到有效值。
7130
7070
  # @type TriggerThreshold: Integer
7131
7071
  # @param LoadMetrics: 扩缩容负载指标。
7132
- # 注意:此字段可能返回 null,表示取不到有效值。
7133
7072
  # @type LoadMetrics: String
7134
7073
  # @param MetricId: 规则元数据记录ID。
7135
- # 注意:此字段可能返回 null,表示取不到有效值。
7136
7074
  # @type MetricId: Integer
7137
7075
  # @param Conditions: 触发条件
7138
7076
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7487,10 +7425,8 @@ module TencentCloud
7487
7425
  # ModifyPodNum返回参数结构体
7488
7426
  class ModifyPodNumResponse < TencentCloud::Common::AbstractModel
7489
7427
  # @param InstanceId: 集群Id
7490
- # 注意:此字段可能返回 null,表示取不到有效值。
7491
7428
  # @type InstanceId: String
7492
7429
  # @param FlowId: 流程Id
7493
- # 注意:此字段可能返回 null,表示取不到有效值。
7494
7430
  # @type FlowId: Integer
7495
7431
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7496
7432
  # @type RequestId: String
@@ -7537,7 +7473,6 @@ module TencentCloud
7537
7473
  # @param IsDraft: false表示不是草稿,提交刷新请求成功
7538
7474
  # @type IsDraft: Boolean
7539
7475
  # @param ErrorMsg: 扩展字段,暂时没用
7540
- # 注意:此字段可能返回 null,表示取不到有效值。
7541
7476
  # @type ErrorMsg: String
7542
7477
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7543
7478
  # @type RequestId: String
@@ -7600,7 +7535,6 @@ module TencentCloud
7600
7535
  # ModifyResource返回参数结构体
7601
7536
  class ModifyResourceResponse < TencentCloud::Common::AbstractModel
7602
7537
  # @param TraceId: 流程traceId
7603
- # 注意:此字段可能返回 null,表示取不到有效值。
7604
7538
  # @type TraceId: String
7605
7539
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7606
7540
  # @type RequestId: String
@@ -7647,10 +7581,8 @@ module TencentCloud
7647
7581
  # @param IsDraft: true为草稿,表示还没有刷新资源池
7648
7582
  # @type IsDraft: Boolean
7649
7583
  # @param ErrorMsg: 校验错误信息,如果不为空,则说明校验失败,配置没有成功
7650
- # 注意:此字段可能返回 null,表示取不到有效值。
7651
7584
  # @type ErrorMsg: String
7652
7585
  # @param Data: 返回数据
7653
- # 注意:此字段可能返回 null,表示取不到有效值。
7654
7586
  # @type Data: String
7655
7587
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7656
7588
  # @type RequestId: String
@@ -8055,13 +7987,10 @@ module TencentCloud
8055
7987
  # <li>CLOUD_SSD:表示云SSD。</li>
8056
7988
  # <li>CLOUD_PREMIUM:表示高效云盘。</li>
8057
7989
  # <li>CLOUD_HSSD:表示增强型SSD云硬盘。</li>
8058
- # 注意:此字段可能返回 null,表示取不到有效值。
8059
7990
  # @type DiskType: String
8060
7991
  # @param Volume: 云盘大小
8061
- # 注意:此字段可能返回 null,表示取不到有效值。
8062
7992
  # @type Volume: Integer
8063
7993
  # @param Count: 该类型云盘个数
8064
- # 注意:此字段可能返回 null,表示取不到有效值。
8065
7994
  # @type Count: Integer
8066
7995
 
8067
7996
  attr_accessor :DiskType, :Volume, :Count
@@ -8122,7 +8051,6 @@ module TencentCloud
8122
8051
  # 各个可用区的参数信息
8123
8052
  class MultiZoneSetting < TencentCloud::Common::AbstractModel
8124
8053
  # @param ZoneTag: "master"、"standby"、"third-party"
8125
- # 注意:此字段可能返回 null,表示取不到有效值。
8126
8054
  # @type ZoneTag: String
8127
8055
  # @param VPCSettings: 无
8128
8056
  # @type VPCSettings: :class:`Tencentcloud::Emr.v20190103.models.VPCSettings`
@@ -8583,16 +8511,12 @@ module TencentCloud
8583
8511
  # 注意:此字段可能返回 null,表示取不到有效值。
8584
8512
  # @type Resource: :class:`Tencentcloud::Emr.v20190103.models.Resource`
8585
8513
  # @param CreateTime: 创建时间
8586
- # 注意:此字段可能返回 null,表示取不到有效值。
8587
8514
  # @type CreateTime: String
8588
8515
  # @param UpdateTime: 更新时间
8589
- # 注意:此字段可能返回 null,表示取不到有效值。
8590
8516
  # @type UpdateTime: String
8591
8517
  # @param IsDefault: 是否默认配置,DEFAULT,BACKUP
8592
- # 注意:此字段可能返回 null,表示取不到有效值。
8593
8518
  # @type IsDefault: String
8594
8519
  # @param MaxResourceNum: 该类型剩余
8595
- # 注意:此字段可能返回 null,表示取不到有效值。
8596
8520
  # @type MaxResourceNum: Integer
8597
8521
  # @param PrepaidUnderwritePeriods: 支持的包销时长
8598
8522
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -9027,19 +8951,23 @@ module TencentCloud
9027
8951
  # @type DiskType: String
9028
8952
  # @param DiskNum: 磁盘数量
9029
8953
  # @type DiskNum: Integer
8954
+ # @param ExtraPerformance: 云盘额外性能
8955
+ # @type ExtraPerformance: Integer
9030
8956
 
9031
- attr_accessor :DiskSize, :DiskType, :DiskNum
8957
+ attr_accessor :DiskSize, :DiskType, :DiskNum, :ExtraPerformance
9032
8958
 
9033
- def initialize(disksize=nil, disktype=nil, disknum=nil)
8959
+ def initialize(disksize=nil, disktype=nil, disknum=nil, extraperformance=nil)
9034
8960
  @DiskSize = disksize
9035
8961
  @DiskType = disktype
9036
8962
  @DiskNum = disknum
8963
+ @ExtraPerformance = extraperformance
9037
8964
  end
9038
8965
 
9039
8966
  def deserialize(params)
9040
8967
  @DiskSize = params['DiskSize']
9041
8968
  @DiskType = params['DiskType']
9042
8969
  @DiskNum = params['DiskNum']
8970
+ @ExtraPerformance = params['ExtraPerformance']
9043
8971
  end
9044
8972
  end
9045
8973
 
@@ -9452,13 +9380,10 @@ module TencentCloud
9452
9380
  # 注意:此字段可能返回 null,表示取不到有效值。
9453
9381
  # @type DynamicPodSpec: :class:`Tencentcloud::Emr.v20190103.models.DynamicPodSpec`
9454
9382
  # @param VpcId: 代表vpc网络唯一id
9455
- # 注意:此字段可能返回 null,表示取不到有效值。
9456
9383
  # @type VpcId: String
9457
9384
  # @param SubnetId: 代表vpc子网唯一id
9458
- # 注意:此字段可能返回 null,表示取不到有效值。
9459
9385
  # @type SubnetId: String
9460
9386
  # @param PodName: pod name
9461
- # 注意:此字段可能返回 null,表示取不到有效值。
9462
9387
  # @type PodName: String
9463
9388
 
9464
9389
  attr_accessor :ResourceProviderIdentifier, :ResourceProviderType, :NodeType, :Cpu, :Memory, :DataVolumes, :CpuType, :PodVolumes, :IsDynamicSpec, :DynamicPodSpec, :VpcId, :SubnetId, :PodName
@@ -9743,43 +9668,32 @@ module TencentCloud
9743
9668
  # 询价资源
9744
9669
  class PriceResource < TencentCloud::Common::AbstractModel
9745
9670
  # @param Spec: 需要的规格
9746
- # 注意:此字段可能返回 null,表示取不到有效值。
9747
9671
  # @type Spec: String
9748
9672
  # @param StorageType: 硬盘类型
9749
- # 注意:此字段可能返回 null,表示取不到有效值。
9750
9673
  # @type StorageType: Integer
9751
9674
  # @param DiskType: 硬盘类型
9752
- # 注意:此字段可能返回 null,表示取不到有效值。
9753
9675
  # @type DiskType: String
9754
9676
  # @param RootSize: 系统盘大小
9755
- # 注意:此字段可能返回 null,表示取不到有效值。
9756
9677
  # @type RootSize: Integer
9757
9678
  # @param MemSize: 内存大小
9758
- # 注意:此字段可能返回 null,表示取不到有效值。
9759
9679
  # @type MemSize: Integer
9760
9680
  # @param Cpu: 核心数量
9761
- # 注意:此字段可能返回 null,表示取不到有效值。
9762
9681
  # @type Cpu: Integer
9763
9682
  # @param DiskSize: 硬盘大小
9764
- # 注意:此字段可能返回 null,表示取不到有效值。
9765
9683
  # @type DiskSize: Integer
9766
9684
  # @param MultiDisks: 云盘列表
9767
9685
  # 注意:此字段可能返回 null,表示取不到有效值。
9768
9686
  # @type MultiDisks: Array
9769
9687
  # @param DiskCnt: 磁盘数量
9770
- # 注意:此字段可能返回 null,表示取不到有效值。
9771
9688
  # @type DiskCnt: Integer
9772
9689
  # @param InstanceType: 规格
9773
- # 注意:此字段可能返回 null,表示取不到有效值。
9774
9690
  # @type InstanceType: String
9775
9691
  # @param Tags: 标签
9776
9692
  # 注意:此字段可能返回 null,表示取不到有效值。
9777
9693
  # @type Tags: Array
9778
9694
  # @param DiskNum: 磁盘数量
9779
- # 注意:此字段可能返回 null,表示取不到有效值。
9780
9695
  # @type DiskNum: Integer
9781
9696
  # @param LocalDiskNum: 本地盘的数量
9782
- # 注意:此字段可能返回 null,表示取不到有效值。
9783
9697
  # @type LocalDiskNum: Integer
9784
9698
 
9785
9699
  attr_accessor :Spec, :StorageType, :DiskType, :RootSize, :MemSize, :Cpu, :DiskSize, :MultiDisks, :DiskCnt, :InstanceType, :Tags, :DiskNum, :LocalDiskNum
@@ -9967,16 +9881,19 @@ module TencentCloud
9967
9881
  # @param Expire: 规则过期时间,超过该时间后,规则将自动置为暂停状态,形式为"2020-07-23 00:00:00"。必须填写
9968
9882
  # 注意:此字段可能返回 null,表示取不到有效值。
9969
9883
  # @type Expire: String
9884
+ # @param StartTime: 周期性规则开始时间
9885
+ # @type StartTime: String
9970
9886
 
9971
- attr_accessor :RepeatType, :DayRepeat, :WeekRepeat, :MonthRepeat, :NotRepeat, :Expire
9887
+ attr_accessor :RepeatType, :DayRepeat, :WeekRepeat, :MonthRepeat, :NotRepeat, :Expire, :StartTime
9972
9888
 
9973
- def initialize(repeattype=nil, dayrepeat=nil, weekrepeat=nil, monthrepeat=nil, notrepeat=nil, expire=nil)
9889
+ def initialize(repeattype=nil, dayrepeat=nil, weekrepeat=nil, monthrepeat=nil, notrepeat=nil, expire=nil, starttime=nil)
9974
9890
  @RepeatType = repeattype
9975
9891
  @DayRepeat = dayrepeat
9976
9892
  @WeekRepeat = weekrepeat
9977
9893
  @MonthRepeat = monthrepeat
9978
9894
  @NotRepeat = notrepeat
9979
9895
  @Expire = expire
9896
+ @StartTime = starttime
9980
9897
  end
9981
9898
 
9982
9899
  def deserialize(params)
@@ -9998,6 +9915,7 @@ module TencentCloud
9998
9915
  @NotRepeat.deserialize(params['NotRepeat'])
9999
9916
  end
10000
9917
  @Expire = params['Expire']
9918
+ @StartTime = params['StartTime']
10001
9919
  end
10002
9920
  end
10003
9921
 
@@ -10072,7 +9990,6 @@ module TencentCloud
10072
9990
  # ResizeDataDisks返回参数结构体
10073
9991
  class ResizeDataDisksResponse < TencentCloud::Common::AbstractModel
10074
9992
  # @param FlowId: 流程Id
10075
- # 注意:此字段可能返回 null,表示取不到有效值。
10076
9993
  # @type FlowId: Integer
10077
9994
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10078
9995
  # @type RequestId: String
@@ -10093,7 +10010,6 @@ module TencentCloud
10093
10010
  # 资源详情
10094
10011
  class Resource < TencentCloud::Common::AbstractModel
10095
10012
  # @param Spec: 节点规格描述,如CVM.SA2。
10096
- # 注意:此字段可能返回 null,表示取不到有效值。
10097
10013
  # @type Spec: String
10098
10014
  # @param StorageType: 存储类型
10099
10015
  # 取值范围:
@@ -10102,26 +10018,20 @@ module TencentCloud
10102
10018
  # <li>6:表示增强型SSD云硬盘。</li>
10103
10019
  # <li>11:表示吞吐型云硬盘。</li>
10104
10020
  # <li>12:表示极速型SSD云硬盘。</li>:创建时该类型无效,会根据数据盘类型和节点类型自动判断
10105
- # 注意:此字段可能返回 null,表示取不到有效值。
10106
10021
  # @type StorageType: Integer
10107
10022
  # @param DiskType: 磁盘类型
10108
10023
  # 取值范围:
10109
10024
  # <li>CLOUD_SSD:表示云SSD。</li>
10110
10025
  # <li>CLOUD_PREMIUM:表示高效云盘。</li>
10111
10026
  # <li>CLOUD_BASIC:表示云硬盘。</li>
10112
- # 注意:此字段可能返回 null,表示取不到有效值。
10113
10027
  # @type DiskType: String
10114
10028
  # @param MemSize: 内存容量,单位为M
10115
- # 注意:此字段可能返回 null,表示取不到有效值。
10116
10029
  # @type MemSize: Integer
10117
10030
  # @param Cpu: CPU核数
10118
- # 注意:此字段可能返回 null,表示取不到有效值。
10119
10031
  # @type Cpu: Integer
10120
10032
  # @param DiskSize: 数据盘容量
10121
- # 注意:此字段可能返回 null,表示取不到有效值。
10122
10033
  # @type DiskSize: Integer
10123
10034
  # @param RootSize: 系统盘容量
10124
- # 注意:此字段可能返回 null,表示取不到有效值。
10125
10035
  # @type RootSize: Integer
10126
10036
  # @param MultiDisks: 云盘列表,当数据盘为一块云盘时,直接使用DiskType和DiskSize参数,超出部分使用MultiDisks
10127
10037
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10130,13 +10040,10 @@ module TencentCloud
10130
10040
  # 注意:此字段可能返回 null,表示取不到有效值。
10131
10041
  # @type Tags: Array
10132
10042
  # @param InstanceType: 规格类型,如S2.MEDIUM8
10133
- # 注意:此字段可能返回 null,表示取不到有效值。
10134
10043
  # @type InstanceType: String
10135
10044
  # @param LocalDiskNum: 本地盘数量,该字段已废弃
10136
- # 注意:此字段可能返回 null,表示取不到有效值。
10137
10045
  # @type LocalDiskNum: Integer
10138
10046
  # @param DiskNum: 本地盘数量,如2
10139
- # 注意:此字段可能返回 null,表示取不到有效值。
10140
10047
  # @type DiskNum: Integer
10141
10048
 
10142
10049
  attr_accessor :Spec, :StorageType, :DiskType, :MemSize, :Cpu, :DiskSize, :RootSize, :MultiDisks, :Tags, :InstanceType, :LocalDiskNum, :DiskNum
@@ -10620,19 +10527,15 @@ module TencentCloud
10620
10527
  # @param InstanceId: 实例ID。
10621
10528
  # @type InstanceId: String
10622
10529
  # @param ClientToken: 客户端Token。
10623
- # 注意:此字段可能返回 null,表示取不到有效值。
10624
10530
  # @type ClientToken: String
10625
10531
  # @param FlowId: 扩容流程ID。
10626
- # 注意:此字段可能返回 null,表示取不到有效值。
10627
10532
  # @type FlowId: Integer
10628
10533
  # @param TraceId: 查询流程状态,流程额外信息
10629
- # 注意:此字段可能返回 null,表示取不到有效值。
10630
10534
  # @type TraceId: String
10631
10535
  # @param DealNames: 订单号。
10632
10536
  # 注意:此字段可能返回 null,表示取不到有效值。
10633
10537
  # @type DealNames: Array
10634
10538
  # @param BillId: 大订单号。
10635
- # 注意:此字段可能返回 null,表示取不到有效值。
10636
10539
  # @type BillId: String
10637
10540
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10638
10541
  # @type RequestId: String
@@ -10823,16 +10726,12 @@ module TencentCloud
10823
10726
  # 注意:此字段可能返回 null,表示取不到有效值。
10824
10727
  # @type DealNames: Array
10825
10728
  # @param ClientToken: 客户端Token。
10826
- # 注意:此字段可能返回 null,表示取不到有效值。
10827
10729
  # @type ClientToken: String
10828
10730
  # @param FlowId: 扩容流程ID。
10829
- # 注意:此字段可能返回 null,表示取不到有效值。
10830
10731
  # @type FlowId: Integer
10831
10732
  # @param BillId: 大订单号。
10832
- # 注意:此字段可能返回 null,表示取不到有效值。
10833
10733
  # @type BillId: String
10834
10734
  # @param TraceId: 扩容TraceId
10835
- # 注意:此字段可能返回 null,表示取不到有效值。
10836
10735
  # @type TraceId: String
10837
10736
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10838
10737
  # @type RequestId: String
@@ -12056,56 +11955,42 @@ module TencentCloud
12056
11955
  # 时间扩缩容规则
12057
11956
  class TimeAutoScaleStrategy < TencentCloud::Common::AbstractModel
12058
11957
  # @param StrategyName: 策略名字,集群内唯一。
12059
- # 注意:此字段可能返回 null,表示取不到有效值。
12060
11958
  # @type StrategyName: String
12061
11959
  # @param IntervalTime: 策略触发后的冷却时间,该段时间内,将不能触发弹性扩缩容。
12062
- # 注意:此字段可能返回 null,表示取不到有效值。
12063
11960
  # @type IntervalTime: Integer
12064
11961
  # @param ScaleAction: 扩缩容动作,1表示扩容,2表示缩容。
12065
- # 注意:此字段可能返回 null,表示取不到有效值。
12066
11962
  # @type ScaleAction: Integer
12067
11963
  # @param ScaleNum: 扩缩容数量。
12068
- # 注意:此字段可能返回 null,表示取不到有效值。
12069
11964
  # @type ScaleNum: Integer
12070
11965
  # @param StrategyStatus: 规则状态,1表示有效,2表示无效,3表示暂停。必须填写
12071
- # 注意:此字段可能返回 null,表示取不到有效值。
12072
11966
  # @type StrategyStatus: Integer
12073
11967
  # @param Priority: 规则优先级,越小越高。
12074
- # 注意:此字段可能返回 null,表示取不到有效值。
12075
11968
  # @type Priority: Integer
12076
11969
  # @param RetryValidTime: 当多条规则同时触发,其中某些未真正执行时,在该时间范围内,将会重试。
12077
- # 注意:此字段可能返回 null,表示取不到有效值。
12078
11970
  # @type RetryValidTime: Integer
12079
11971
  # @param RepeatStrategy: 时间扩缩容重复策略
12080
11972
  # 注意:此字段可能返回 null,表示取不到有效值。
12081
11973
  # @type RepeatStrategy: :class:`Tencentcloud::Emr.v20190103.models.RepeatStrategy`
12082
11974
  # @param StrategyId: 策略唯一ID。
12083
- # 注意:此字段可能返回 null,表示取不到有效值。
12084
11975
  # @type StrategyId: Integer
12085
11976
  # @param GraceDownFlag: 优雅缩容开关
12086
- # 注意:此字段可能返回 null,表示取不到有效值。
12087
11977
  # @type GraceDownFlag: Boolean
12088
11978
  # @param GraceDownTime: 优雅缩容等待时间
12089
- # 注意:此字段可能返回 null,表示取不到有效值。
12090
11979
  # @type GraceDownTime: Integer
12091
11980
  # @param Tags: 绑定标签列表
12092
11981
  # 注意:此字段可能返回 null,表示取不到有效值。
12093
11982
  # @type Tags: Array
12094
11983
  # @param ConfigGroupAssigned: 预设配置组
12095
- # 注意:此字段可能返回 null,表示取不到有效值。
12096
11984
  # @type ConfigGroupAssigned: String
12097
11985
  # @param MeasureMethod: 扩容资源计算方法,"DEFAULT","INSTANCE", "CPU", "MEMORYGB"。
12098
11986
  # "DEFAULT"表示默认方式,与"INSTANCE"意义相同。
12099
11987
  # "INSTANCE"表示按照节点计算,默认方式。
12100
11988
  # "CPU"表示按照机器的核数计算。
12101
11989
  # "MEMORYGB"表示按照机器内存数计算。
12102
- # 注意:此字段可能返回 null,表示取不到有效值。
12103
11990
  # @type MeasureMethod: String
12104
11991
  # @param TerminatePolicy: 销毁策略, "DEFAULT",默认销毁策略,由缩容规则触发缩容,"TIMING"表示定时销毁
12105
- # 注意:此字段可能返回 null,表示取不到有效值。
12106
11992
  # @type TerminatePolicy: String
12107
11993
  # @param MaxUse: 最长使用时间, 秒数,最短1小时,最长24小时
12108
- # 注意:此字段可能返回 null,表示取不到有效值。
12109
11994
  # @type MaxUse: Integer
12110
11995
  # @param SoftDeployInfo: 节点部署服务列表。部署服务仅填写HDFS、YARN。[组件名对应的映射关系表](https://cloud.tencent.com/document/product/589/98760)
12111
11996
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12114,10 +11999,8 @@ module TencentCloud
12114
11999
  # 注意:此字段可能返回 null,表示取不到有效值。
12115
12000
  # @type ServiceNodeInfo: Array
12116
12001
  # @param CompensateFlag: 补偿扩容,0表示不开启,1表示开启
12117
- # 注意:此字段可能返回 null,表示取不到有效值。
12118
12002
  # @type CompensateFlag: Integer
12119
12003
  # @param GroupId: 伸缩组id
12120
- # 注意:此字段可能返回 null,表示取不到有效值。
12121
12004
  # @type GroupId: Integer
12122
12005
 
12123
12006
  attr_accessor :StrategyName, :IntervalTime, :ScaleAction, :ScaleNum, :StrategyStatus, :Priority, :RetryValidTime, :RepeatStrategy, :StrategyId, :GraceDownFlag, :GraceDownTime, :Tags, :ConfigGroupAssigned, :MeasureMethod, :TerminatePolicy, :MaxUse, :SoftDeployInfo, :ServiceNodeInfo, :CompensateFlag, :GroupId
@@ -12228,7 +12111,6 @@ module TencentCloud
12228
12111
  # @param CompareMethod: 条件比较方法,1表示大于,2表示小于,3表示大于等于,4表示小于等于。
12229
12112
  # @type CompareMethod: Integer
12230
12113
  # @param Threshold: 条件阈值。
12231
- # 注意:此字段可能返回 null,表示取不到有效值。
12232
12114
  # @type Threshold: Float
12233
12115
 
12234
12116
  attr_accessor :CompareMethod, :Threshold
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.977
4
+ version: 3.0.978
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-07 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common