tencentcloud-sdk-emr 3.0.1139 → 3.0.1145
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 +20 -6
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 220fab42dd9cdd817379f784fc233b260d4ae0be
|
4
|
+
data.tar.gz: fd514ccbd67dbc54b680a6f954343b9bd7e2f0f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 853f974b3d861347970ededafd7946e94cf1dcd515502cda492a4fa8b98ce4bc7bb0805fa44daf0af4fcb363bc20bffcdd2de4abac66e323a4c5dae7e9fdd053
|
7
|
+
data.tar.gz: ad0d811d8c362b4808a6292dd02c64570b297e92a3dfb865e2d35d2f34d5664922ac5abda144819a55092e25ed4ca6b36a55ecdb575f43aee07b152dd1507cad
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1145
|
data/lib/v20190103/models.rb
CHANGED
@@ -407,6 +407,7 @@ module TencentCloud
|
|
407
407
|
# 自动伸缩组高级设置
|
408
408
|
class AutoScaleGroupAdvanceAttrs < TencentCloud::Common::AbstractModel
|
409
409
|
# @param ComputeResourceAdvanceParams: 计算资源高级设置
|
410
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
410
411
|
# @type ComputeResourceAdvanceParams: :class:`Tencentcloud::Emr.v20190103.models.ComputeResourceAdvanceParams`
|
411
412
|
|
412
413
|
attr_accessor :ComputeResourceAdvanceParams
|
@@ -523,6 +524,8 @@ module TencentCloud
|
|
523
524
|
# @type GroupName: String
|
524
525
|
# @param YarnNodeLabel: 标签
|
525
526
|
# @type YarnNodeLabel: String
|
527
|
+
# @param WarehouseName: 对应的计算组
|
528
|
+
# @type WarehouseName: String
|
526
529
|
# @param GroupStatus: 伸缩组状态
|
527
530
|
# @type GroupStatus: Integer
|
528
531
|
# @param Parallel: 并行伸缩 0关闭;1开启
|
@@ -530,11 +533,12 @@ module TencentCloud
|
|
530
533
|
# @param EnableMNode: 是否支持MNode
|
531
534
|
# @type EnableMNode: Integer
|
532
535
|
# @param ExtraAdvanceAttrs: 伸缩组更多设置
|
536
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
533
537
|
# @type ExtraAdvanceAttrs: :class:`Tencentcloud::Emr.v20190103.models.AutoScaleGroupAdvanceAttrs`
|
534
538
|
|
535
|
-
attr_accessor :Id, :ClusterId, :ScaleLowerBound, :ScaleUpperBound, :StrategyType, :NextTimeCanScale, :GraceDownFlag, :HardwareType, :PayMode, :PostPayPercentMin, :ChangeToPod, :GroupName, :YarnNodeLabel, :GroupStatus, :Parallel, :EnableMNode, :ExtraAdvanceAttrs
|
539
|
+
attr_accessor :Id, :ClusterId, :ScaleLowerBound, :ScaleUpperBound, :StrategyType, :NextTimeCanScale, :GraceDownFlag, :HardwareType, :PayMode, :PostPayPercentMin, :ChangeToPod, :GroupName, :YarnNodeLabel, :WarehouseName, :GroupStatus, :Parallel, :EnableMNode, :ExtraAdvanceAttrs
|
536
540
|
|
537
|
-
def initialize(id=nil, clusterid=nil, scalelowerbound=nil, scaleupperbound=nil, strategytype=nil, nexttimecanscale=nil, gracedownflag=nil, hardwaretype=nil, paymode=nil, postpaypercentmin=nil, changetopod=nil, groupname=nil, yarnnodelabel=nil, groupstatus=nil, parallel=nil, enablemnode=nil, extraadvanceattrs=nil)
|
541
|
+
def initialize(id=nil, clusterid=nil, scalelowerbound=nil, scaleupperbound=nil, strategytype=nil, nexttimecanscale=nil, gracedownflag=nil, hardwaretype=nil, paymode=nil, postpaypercentmin=nil, changetopod=nil, groupname=nil, yarnnodelabel=nil, warehousename=nil, groupstatus=nil, parallel=nil, enablemnode=nil, extraadvanceattrs=nil)
|
538
542
|
@Id = id
|
539
543
|
@ClusterId = clusterid
|
540
544
|
@ScaleLowerBound = scalelowerbound
|
@@ -548,6 +552,7 @@ module TencentCloud
|
|
548
552
|
@ChangeToPod = changetopod
|
549
553
|
@GroupName = groupname
|
550
554
|
@YarnNodeLabel = yarnnodelabel
|
555
|
+
@WarehouseName = warehousename
|
551
556
|
@GroupStatus = groupstatus
|
552
557
|
@Parallel = parallel
|
553
558
|
@EnableMNode = enablemnode
|
@@ -568,6 +573,7 @@ module TencentCloud
|
|
568
573
|
@ChangeToPod = params['ChangeToPod']
|
569
574
|
@GroupName = params['GroupName']
|
570
575
|
@YarnNodeLabel = params['YarnNodeLabel']
|
576
|
+
@WarehouseName = params['WarehouseName']
|
571
577
|
@GroupStatus = params['GroupStatus']
|
572
578
|
@Parallel = params['Parallel']
|
573
579
|
@EnableMNode = params['EnableMNode']
|
@@ -12243,10 +12249,12 @@ module TencentCloud
|
|
12243
12249
|
# @type ScaleOutServiceConfGroupsInfo: Array
|
12244
12250
|
# @param NodeMarks: 节点标记信息,当前只提供给tf平台使用
|
12245
12251
|
# @type NodeMarks: :class:`Tencentcloud::Emr.v20190103.models.NodeMark`
|
12252
|
+
# @param WarehouseName: 扩容指定计算组名称
|
12253
|
+
# @type WarehouseName: String
|
12246
12254
|
|
12247
|
-
attr_accessor :InstanceChargeType, :InstanceId, :ScaleOutNodeConfig, :ClientToken, :InstanceChargePrepaid, :ScriptBootstrapActionConfig, :SoftDeployInfo, :ServiceNodeInfo, :DisasterRecoverGroupIds, :Tags, :HardwareSourceType, :PodSpecInfo, :ClickHouseClusterName, :ClickHouseClusterType, :YarnNodeLabel, :EnableStartServiceFlag, :ResourceSpec, :Zone, :SubnetId, :ScaleOutServiceConfGroupsInfo, :NodeMarks
|
12255
|
+
attr_accessor :InstanceChargeType, :InstanceId, :ScaleOutNodeConfig, :ClientToken, :InstanceChargePrepaid, :ScriptBootstrapActionConfig, :SoftDeployInfo, :ServiceNodeInfo, :DisasterRecoverGroupIds, :Tags, :HardwareSourceType, :PodSpecInfo, :ClickHouseClusterName, :ClickHouseClusterType, :YarnNodeLabel, :EnableStartServiceFlag, :ResourceSpec, :Zone, :SubnetId, :ScaleOutServiceConfGroupsInfo, :NodeMarks, :WarehouseName
|
12248
12256
|
|
12249
|
-
def initialize(instancechargetype=nil, instanceid=nil, scaleoutnodeconfig=nil, clienttoken=nil, instancechargeprepaid=nil, scriptbootstrapactionconfig=nil, softdeployinfo=nil, servicenodeinfo=nil, disasterrecovergroupids=nil, tags=nil, hardwaresourcetype=nil, podspecinfo=nil, clickhouseclustername=nil, clickhouseclustertype=nil, yarnnodelabel=nil, enablestartserviceflag=nil, resourcespec=nil, zone=nil, subnetid=nil, scaleoutserviceconfgroupsinfo=nil, nodemarks=nil)
|
12257
|
+
def initialize(instancechargetype=nil, instanceid=nil, scaleoutnodeconfig=nil, clienttoken=nil, instancechargeprepaid=nil, scriptbootstrapactionconfig=nil, softdeployinfo=nil, servicenodeinfo=nil, disasterrecovergroupids=nil, tags=nil, hardwaresourcetype=nil, podspecinfo=nil, clickhouseclustername=nil, clickhouseclustertype=nil, yarnnodelabel=nil, enablestartserviceflag=nil, resourcespec=nil, zone=nil, subnetid=nil, scaleoutserviceconfgroupsinfo=nil, nodemarks=nil, warehousename=nil)
|
12250
12258
|
@InstanceChargeType = instancechargetype
|
12251
12259
|
@InstanceId = instanceid
|
12252
12260
|
@ScaleOutNodeConfig = scaleoutnodeconfig
|
@@ -12268,6 +12276,7 @@ module TencentCloud
|
|
12268
12276
|
@SubnetId = subnetid
|
12269
12277
|
@ScaleOutServiceConfGroupsInfo = scaleoutserviceconfgroupsinfo
|
12270
12278
|
@NodeMarks = nodemarks
|
12279
|
+
@WarehouseName = warehousename
|
12271
12280
|
end
|
12272
12281
|
|
12273
12282
|
def deserialize(params)
|
@@ -12328,6 +12337,7 @@ module TencentCloud
|
|
12328
12337
|
@NodeMarks = NodeMark.new
|
12329
12338
|
@NodeMarks.deserialize(params['NodeMarks'])
|
12330
12339
|
end
|
12340
|
+
@WarehouseName = params['WarehouseName']
|
12331
12341
|
end
|
12332
12342
|
end
|
12333
12343
|
|
@@ -12445,10 +12455,12 @@ module TencentCloud
|
|
12445
12455
|
# @type ComputeResourceAdvanceParams: :class:`Tencentcloud::Emr.v20190103.models.ComputeResourceAdvanceParams`
|
12446
12456
|
# @param NodeMarks: 节点标记信息,目前只提供tf平台使用
|
12447
12457
|
# @type NodeMarks: :class:`Tencentcloud::Emr.v20190103.models.NodeMark`
|
12458
|
+
# @param WarehouseName: 扩容指定计算组
|
12459
|
+
# @type WarehouseName: String
|
12448
12460
|
|
12449
|
-
attr_accessor :TimeUnit, :TimeSpan, :InstanceId, :PayMode, :ClientToken, :PreExecutedFileSettings, :TaskCount, :CoreCount, :UnNecessaryNodeList, :RouterCount, :SoftDeployInfo, :ServiceNodeInfo, :DisasterRecoverGroupIds, :Tags, :HardwareResourceType, :PodSpec, :ClickHouseClusterName, :ClickHouseClusterType, :YarnNodeLabel, :PodParameter, :MasterCount, :StartServiceAfterScaleOut, :ZoneId, :SubnetId, :ScaleOutServiceConfAssign, :AutoRenew, :ResourceBaseType, :ComputeResourceId, :ComputeResourceAdvanceParams, :NodeMarks
|
12461
|
+
attr_accessor :TimeUnit, :TimeSpan, :InstanceId, :PayMode, :ClientToken, :PreExecutedFileSettings, :TaskCount, :CoreCount, :UnNecessaryNodeList, :RouterCount, :SoftDeployInfo, :ServiceNodeInfo, :DisasterRecoverGroupIds, :Tags, :HardwareResourceType, :PodSpec, :ClickHouseClusterName, :ClickHouseClusterType, :YarnNodeLabel, :PodParameter, :MasterCount, :StartServiceAfterScaleOut, :ZoneId, :SubnetId, :ScaleOutServiceConfAssign, :AutoRenew, :ResourceBaseType, :ComputeResourceId, :ComputeResourceAdvanceParams, :NodeMarks, :WarehouseName
|
12450
12462
|
|
12451
|
-
def initialize(timeunit=nil, timespan=nil, instanceid=nil, paymode=nil, clienttoken=nil, preexecutedfilesettings=nil, taskcount=nil, corecount=nil, unnecessarynodelist=nil, routercount=nil, softdeployinfo=nil, servicenodeinfo=nil, disasterrecovergroupids=nil, tags=nil, hardwareresourcetype=nil, podspec=nil, clickhouseclustername=nil, clickhouseclustertype=nil, yarnnodelabel=nil, podparameter=nil, mastercount=nil, startserviceafterscaleout=nil, zoneid=nil, subnetid=nil, scaleoutserviceconfassign=nil, autorenew=nil, resourcebasetype=nil, computeresourceid=nil, computeresourceadvanceparams=nil, nodemarks=nil)
|
12463
|
+
def initialize(timeunit=nil, timespan=nil, instanceid=nil, paymode=nil, clienttoken=nil, preexecutedfilesettings=nil, taskcount=nil, corecount=nil, unnecessarynodelist=nil, routercount=nil, softdeployinfo=nil, servicenodeinfo=nil, disasterrecovergroupids=nil, tags=nil, hardwareresourcetype=nil, podspec=nil, clickhouseclustername=nil, clickhouseclustertype=nil, yarnnodelabel=nil, podparameter=nil, mastercount=nil, startserviceafterscaleout=nil, zoneid=nil, subnetid=nil, scaleoutserviceconfassign=nil, autorenew=nil, resourcebasetype=nil, computeresourceid=nil, computeresourceadvanceparams=nil, nodemarks=nil, warehousename=nil)
|
12452
12464
|
@TimeUnit = timeunit
|
12453
12465
|
@TimeSpan = timespan
|
12454
12466
|
@InstanceId = instanceid
|
@@ -12479,6 +12491,7 @@ module TencentCloud
|
|
12479
12491
|
@ComputeResourceId = computeresourceid
|
12480
12492
|
@ComputeResourceAdvanceParams = computeresourceadvanceparams
|
12481
12493
|
@NodeMarks = nodemarks
|
12494
|
+
@WarehouseName = warehousename
|
12482
12495
|
end
|
12483
12496
|
|
12484
12497
|
def deserialize(params)
|
@@ -12538,6 +12551,7 @@ module TencentCloud
|
|
12538
12551
|
@NodeMarks = NodeMark.new
|
12539
12552
|
@NodeMarks.deserialize(params['NodeMarks'])
|
12540
12553
|
end
|
12554
|
+
@WarehouseName = params['WarehouseName']
|
12541
12555
|
end
|
12542
12556
|
end
|
12543
12557
|
|
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.1145
|
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-09-
|
11
|
+
date: 2025-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20190103/models.rb
|
37
36
|
- lib/v20190103/client.rb
|
37
|
+
- lib/v20190103/models.rb
|
38
38
|
- lib/tencentcloud-sdk-emr.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|