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
-
#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.
586 587 588 |
# File 'lib/v20220401/models.rb', line 586 def initialize(nodeid=nil) @NodeId = nodeid end |
Instance Attribute Details
#NodeId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
584 585 586 |
# File 'lib/v20220401/models.rb', line 584 def NodeId @NodeId end |
Instance Method Details
#deserialize(params) ⇒ Object
590 591 592 |
# File 'lib/v20220401/models.rb', line 590 def deserialize(params) @NodeId = params['NodeId'] end |