tencentcloud-sdk-emr 3.0.1002 → 3.0.1004
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190103/models.rb +29 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b53d0791cbf6ec2a735b80a51ad1344a019cd8d9
|
4
|
+
data.tar.gz: e758e02e68e0a10ff82a83de6b59a3e5632b153f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f64f1637d27a4304a91c7e09621c3d7381f6e22433397b84063769aed9a6fc2440af19dfd370bf3a6848b6a47ed75d89c1ed571652b3577c50449c8b4ad4808
|
7
|
+
data.tar.gz: 59d955063559c0b0baf71a876c246a1ab275b2f9bef28f51d6ec9562966af9722c8a370b1c801d39b5c2ac7114874c73f40fc2c060a56fd616cae5c09f6df118
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1004
|
data/lib/v20190103/models.rb
CHANGED
@@ -7005,13 +7005,28 @@ module TencentCloud
|
|
7005
7005
|
# "CPU"表示按照机器的核数计算。
|
7006
7006
|
# "MEMORYGB"表示按照机器内存数计算。
|
7007
7007
|
# @type MeasureMethod: String
|
7008
|
+
# @param SoftDeployDesc: 节点部署服务列表,例如["HDFS-3.1.2","YARN-3.1.2"]。
|
7009
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7010
|
+
# @type SoftDeployDesc: Array
|
7011
|
+
# @param ServiceNodeDesc: 启动进程列表,例如["NodeManager"]。
|
7012
|
+
# @type ServiceNodeDesc: String
|
7013
|
+
# @param ServiceNodeInfo: 启动进程列表。
|
7014
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7015
|
+
# @type ServiceNodeInfo: Array
|
7016
|
+
# @param SoftDeployInfo: 节点部署服务列表。部署服务仅填写HDFS、YARN。[组件名对应的映射关系表](https://cloud.tencent.com/document/product/589/98760)
|
7017
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7018
|
+
# @type SoftDeployInfo: Array
|
7008
7019
|
# @param LoadMetricsConditions: 多指标触发条件
|
7009
7020
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7010
7021
|
# @type LoadMetricsConditions: :class:`Tencentcloud::Emr.v20190103.models.LoadMetricsConditions`
|
7022
|
+
# @param GroupId: 伸缩组Id
|
7023
|
+
# @type GroupId: Integer
|
7024
|
+
# @param Soft: soft例如yarn
|
7025
|
+
# @type Soft: String
|
7011
7026
|
|
7012
|
-
attr_accessor :StrategyId, :StrategyName, :CalmDownTime, :ScaleAction, :ScaleNum, :ProcessMethod, :Priority, :StrategyStatus, :YarnNodeLabel, :PeriodValid, :GraceDownFlag, :GraceDownTime, :Tags, :ConfigGroupAssigned, :MeasureMethod, :LoadMetricsConditions
|
7027
|
+
attr_accessor :StrategyId, :StrategyName, :CalmDownTime, :ScaleAction, :ScaleNum, :ProcessMethod, :Priority, :StrategyStatus, :YarnNodeLabel, :PeriodValid, :GraceDownFlag, :GraceDownTime, :Tags, :ConfigGroupAssigned, :MeasureMethod, :SoftDeployDesc, :ServiceNodeDesc, :ServiceNodeInfo, :SoftDeployInfo, :LoadMetricsConditions, :GroupId, :Soft
|
7013
7028
|
|
7014
|
-
def initialize(strategyid=nil, strategyname=nil, calmdowntime=nil, scaleaction=nil, scalenum=nil, processmethod=nil, priority=nil, strategystatus=nil, yarnnodelabel=nil, periodvalid=nil, gracedownflag=nil, gracedowntime=nil, tags=nil, configgroupassigned=nil, measuremethod=nil, loadmetricsconditions=nil)
|
7029
|
+
def initialize(strategyid=nil, strategyname=nil, calmdowntime=nil, scaleaction=nil, scalenum=nil, processmethod=nil, priority=nil, strategystatus=nil, yarnnodelabel=nil, periodvalid=nil, gracedownflag=nil, gracedowntime=nil, tags=nil, configgroupassigned=nil, measuremethod=nil, softdeploydesc=nil, servicenodedesc=nil, servicenodeinfo=nil, softdeployinfo=nil, loadmetricsconditions=nil, groupid=nil, soft=nil)
|
7015
7030
|
@StrategyId = strategyid
|
7016
7031
|
@StrategyName = strategyname
|
7017
7032
|
@CalmDownTime = calmdowntime
|
@@ -7027,7 +7042,13 @@ module TencentCloud
|
|
7027
7042
|
@Tags = tags
|
7028
7043
|
@ConfigGroupAssigned = configgroupassigned
|
7029
7044
|
@MeasureMethod = measuremethod
|
7045
|
+
@SoftDeployDesc = softdeploydesc
|
7046
|
+
@ServiceNodeDesc = servicenodedesc
|
7047
|
+
@ServiceNodeInfo = servicenodeinfo
|
7048
|
+
@SoftDeployInfo = softdeployinfo
|
7030
7049
|
@LoadMetricsConditions = loadmetricsconditions
|
7050
|
+
@GroupId = groupid
|
7051
|
+
@Soft = soft
|
7031
7052
|
end
|
7032
7053
|
|
7033
7054
|
def deserialize(params)
|
@@ -7053,10 +7074,16 @@ module TencentCloud
|
|
7053
7074
|
end
|
7054
7075
|
@ConfigGroupAssigned = params['ConfigGroupAssigned']
|
7055
7076
|
@MeasureMethod = params['MeasureMethod']
|
7077
|
+
@SoftDeployDesc = params['SoftDeployDesc']
|
7078
|
+
@ServiceNodeDesc = params['ServiceNodeDesc']
|
7079
|
+
@ServiceNodeInfo = params['ServiceNodeInfo']
|
7080
|
+
@SoftDeployInfo = params['SoftDeployInfo']
|
7056
7081
|
unless params['LoadMetricsConditions'].nil?
|
7057
7082
|
@LoadMetricsConditions = LoadMetricsConditions.new
|
7058
7083
|
@LoadMetricsConditions.deserialize(params['LoadMetricsConditions'])
|
7059
7084
|
end
|
7085
|
+
@GroupId = params['GroupId']
|
7086
|
+
@Soft = params['Soft']
|
7060
7087
|
end
|
7061
7088
|
end
|
7062
7089
|
|
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.
|
4
|
+
version: 3.0.1004
|
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-02-
|
11
|
+
date: 2025-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|