Class: TencentCloud::Thpc::V20220401::ComputeNodeOverview
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20220401::ComputeNodeOverview
- Defined in:
- lib/v20220401/models.rb
Overview
计算节点概览。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nodeid = nil) ⇒ ComputeNodeOverview
constructor
A new instance of ComputeNodeOverview.
Constructor Details
#initialize(nodeid = nil) ⇒ ComputeNodeOverview
Returns a new instance of ComputeNodeOverview.
576 577 578 |
# File 'lib/v20220401/models.rb', line 576 def initialize(nodeid=nil) @NodeId = nodeid end |
Instance Attribute Details
#NodeId ⇒ Object
574 575 576 |
# File 'lib/v20220401/models.rb', line 574 def NodeId @NodeId end |
Instance Method Details
#deserialize(params) ⇒ Object
580 581 582 |
# File 'lib/v20220401/models.rb', line 580 def deserialize(params) @NodeId = params['NodeId'] end |