Class: TencentCloud::Emr::V20190103::ScaleOutServiceConfGroupsInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ScaleOutServiceConfGroupsInfo
- Defined in:
- lib/v20190103/models.rb
Overview
扩容指定配置组
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(servicecomponentname = nil, confgroupname = nil) ⇒ ScaleOutServiceConfGroupsInfo
constructor
A new instance of ScaleOutServiceConfGroupsInfo.
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
#ConfGroupName ⇒ Object
13021 13022 13023 |
# File 'lib/v20190103/models.rb', line 13021 def ConfGroupName @ConfGroupName end |
#ServiceComponentName ⇒ Object
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 |