Class: TencentCloud::Emr::V20190103::ScaleOutServiceConfGroupsInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190103/models.rb

Overview

扩容指定配置组

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(servicecomponentname = nil, confgroupname = nil) ⇒ ScaleOutServiceConfGroupsInfo

Returns a new instance of ScaleOutServiceConfGroupsInfo.



13023
13024
13025
13026
# File 'lib/v20190103/models.rb', line 13023

def initialize(servicecomponentname=nil, confgroupname=nil)
  @ServiceComponentName = servicecomponentname
  @ConfGroupName = confgroupname
end

Instance Attribute Details

#ConfGroupNameObject

Parameters:

  • 组件版本名称 如 HDFS-2.8.5

  • 配置组名 如hdfs-core-defaultGroup ConfGroupName参数传入 代表配置组维度 ConfGroupName参数不传 默认 代表集群维度



13021
13022
13023
# File 'lib/v20190103/models.rb', line 13021

def ConfGroupName
  @ConfGroupName
end

#ServiceComponentNameObject

Parameters:

  • 组件版本名称 如 HDFS-2.8.5

  • 配置组名 如hdfs-core-defaultGroup ConfGroupName参数传入 代表配置组维度 ConfGroupName参数不传 默认 代表集群维度



13021
13022
13023
# File 'lib/v20190103/models.rb', line 13021

def ServiceComponentName
  @ServiceComponentName
end

Instance Method Details

#deserialize(params) ⇒ Object



13028
13029
13030
13031
# File 'lib/v20190103/models.rb', line 13028

def deserialize(params)
  @ServiceComponentName = params['ServiceComponentName']
  @ConfGroupName = params['ConfGroupName']
end