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.
17354 17355 17356 17357 17358 17359 17360 |
# File 'lib/v20180525/models.rb', line 17354 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
17352 17353 17354 |
# File 'lib/v20180525/models.rb', line 17352 def ClusterId @ClusterId end |
#Name ⇒ Object
17352 17353 17354 |
# File 'lib/v20180525/models.rb', line 17352 def Name @Name end |
#Namespace ⇒ Object
17352 17353 17354 |
# File 'lib/v20180525/models.rb', line 17352 def Namespace @Namespace end |
#NodeName ⇒ Object
17352 17353 17354 |
# File 'lib/v20180525/models.rb', line 17352 def NodeName @NodeName end |
#Zone ⇒ Object
17352 17353 17354 |
# File 'lib/v20180525/models.rb', line 17352 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
17362 17363 17364 17365 17366 17367 17368 |
# File 'lib/v20180525/models.rb', line 17362 def deserialize(params) @ClusterId = params['ClusterId'] @NodeName = params['NodeName'] @Zone = params['Zone'] @Namespace = params['Namespace'] @Name = params['Name'] end |