Class: TencentCloud::Emr::V20190103::ShortNodeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ShortNodeInfo
- Defined in:
- lib/v20190103/models.rb
Overview
节点信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nodetype = nil, nodesize = nil) ⇒ ShortNodeInfo
constructor
A new instance of ShortNodeInfo.
Constructor Details
#initialize(nodetype = nil, nodesize = nil) ⇒ ShortNodeInfo
Returns a new instance of ShortNodeInfo.
13441 13442 13443 13444 |
# File 'lib/v20190103/models.rb', line 13441 def initialize(nodetype=nil, nodesize=nil) @NodeType = nodetype @NodeSize = nodesize end |
Instance Attribute Details
#NodeSize ⇒ Object
13439 13440 13441 |
# File 'lib/v20190103/models.rb', line 13439 def NodeSize @NodeSize end |
#NodeType ⇒ Object
13439 13440 13441 |
# File 'lib/v20190103/models.rb', line 13439 def NodeType @NodeType end |
Instance Method Details
#deserialize(params) ⇒ Object
13446 13447 13448 13449 |
# File 'lib/v20190103/models.rb', line 13446 def deserialize(params) @NodeType = params['NodeType'] @NodeSize = params['NodeSize'] end |