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
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.
15631 15632 15633 15634 15635 15636 15637 |
# File 'lib/v20180525/models.rb', line 15631 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
15629 15630 15631 |
# File 'lib/v20180525/models.rb', line 15629 def ClusterId @ClusterId end |
#Name ⇒ Object
15629 15630 15631 |
# File 'lib/v20180525/models.rb', line 15629 def Name @Name end |
#Namespace ⇒ Object
15629 15630 15631 |
# File 'lib/v20180525/models.rb', line 15629 def Namespace @Namespace end |
#NodeName ⇒ Object
15629 15630 15631 |
# File 'lib/v20180525/models.rb', line 15629 def NodeName @NodeName end |
#Zone ⇒ Object
15629 15630 15631 |
# File 'lib/v20180525/models.rb', line 15629 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
15639 15640 15641 15642 15643 15644 15645 |
# File 'lib/v20180525/models.rb', line 15639 def deserialize(params) @ClusterId = params['ClusterId'] @NodeName = params['NodeName'] @Zone = params['Zone'] @Namespace = params['Namespace'] @Name = params['Name'] end |