Class: TencentCloud::Tke::V20180525::PodNodeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::PodNodeInfo
- Defined in:
- lib/v20180525/models.rb
Overview
Pod所在的节点信息
Instance Attribute Summary collapse
-
#ClusterId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Namespace ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#NodeName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Zone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, nodename = nil, zone = nil, namespace = nil, name = nil) ⇒ PodNodeInfo
constructor
A new instance of PodNodeInfo.
Constructor Details
#initialize(clusterid = nil, nodename = nil, zone = nil, namespace = nil, name = nil) ⇒ PodNodeInfo
Returns a new instance of PodNodeInfo.
15595 15596 15597 15598 15599 15600 15601 |
# File 'lib/v20180525/models.rb', line 15595 def initialize(clusterid=nil, nodename=nil, zone=nil, namespace=nil, name=nil) @ClusterId = clusterid @NodeName = nodename @Zone = zone @Namespace = namespace @Name = name end |
Instance Attribute Details
#ClusterId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15593 15594 15595 |
# File 'lib/v20180525/models.rb', line 15593 def ClusterId @ClusterId end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15593 15594 15595 |
# File 'lib/v20180525/models.rb', line 15593 def Name @Name end |
#Namespace ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15593 15594 15595 |
# File 'lib/v20180525/models.rb', line 15593 def Namespace @Namespace end |
#NodeName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15593 15594 15595 |
# File 'lib/v20180525/models.rb', line 15593 def NodeName @NodeName end |
#Zone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15593 15594 15595 |
# File 'lib/v20180525/models.rb', line 15593 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
15603 15604 15605 15606 15607 15608 15609 |
# File 'lib/v20180525/models.rb', line 15603 def deserialize(params) @ClusterId = params['ClusterId'] @NodeName = params['NodeName'] @Zone = params['Zone'] @Namespace = params['Namespace'] @Name = params['Name'] end |