Class: TencentCloud::Thpc::V20230321::ComputeNodeOverview
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::ComputeNodeOverview
- Defined in:
- lib/v20230321/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.
701 702 703 |
# File 'lib/v20230321/models.rb', line 701 def initialize(nodeid=nil) @NodeId = nodeid end |
Instance Attribute Details
#NodeId ⇒ Object
699 700 701 |
# File 'lib/v20230321/models.rb', line 699 def NodeId @NodeId end |
Instance Method Details
#deserialize(params) ⇒ Object
705 706 707 |
# File 'lib/v20230321/models.rb', line 705 def deserialize(params) @NodeId = params['NodeId'] end |