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
-
#NodeId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
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.
599 600 601 |
# File 'lib/v20230321/models.rb', line 599 def initialize(nodeid=nil) @NodeId = nodeid end |
Instance Attribute Details
#NodeId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
597 598 599 |
# File 'lib/v20230321/models.rb', line 597 def NodeId @NodeId end |
Instance Method Details
#deserialize(params) ⇒ Object
603 604 605 |
# File 'lib/v20230321/models.rb', line 603 def deserialize(params) @NodeId = params['NodeId'] end |