Class: TencentCloud::Wedata::V20210820::InstanceNodeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::InstanceNodeInfo
- Defined in:
- lib/v20210820/models.rb
Overview
查询实时任务实例当前的节点信息
Instance Attribute Summary collapse
-
#NodeId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#NodeName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#NodeType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nodetype = nil, nodeid = nil, nodename = nil) ⇒ InstanceNodeInfo
constructor
A new instance of InstanceNodeInfo.
Constructor Details
#initialize(nodetype = nil, nodeid = nil, nodename = nil) ⇒ InstanceNodeInfo
Returns a new instance of InstanceNodeInfo.
22644 22645 22646 22647 22648 |
# File 'lib/v20210820/models.rb', line 22644 def initialize(nodetype=nil, nodeid=nil, nodename=nil) @NodeType = nodetype @NodeId = nodeid @NodeName = nodename end |
Instance Attribute Details
#NodeId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
22642 22643 22644 |
# File 'lib/v20210820/models.rb', line 22642 def NodeId @NodeId end |
#NodeName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
22642 22643 22644 |
# File 'lib/v20210820/models.rb', line 22642 def NodeName @NodeName end |
#NodeType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
22642 22643 22644 |
# File 'lib/v20210820/models.rb', line 22642 def NodeType @NodeType end |
Instance Method Details
#deserialize(params) ⇒ Object
22650 22651 22652 22653 22654 |
# File 'lib/v20210820/models.rb', line 22650 def deserialize(params) @NodeType = params['NodeType'] @NodeId = params['NodeId'] @NodeName = params['NodeName'] end |