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
15937 15938 15939 15940 15941 15942 15943 |
# File 'lib/v20180525/models.rb', line 15937 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
15935 15936 15937 |
# File 'lib/v20180525/models.rb', line 15935 def ClusterId @ClusterId end |
#Name ⇒ Object
15935 15936 15937 |
# File 'lib/v20180525/models.rb', line 15935 def Name @Name end |
#Namespace ⇒ Object
15935 15936 15937 |
# File 'lib/v20180525/models.rb', line 15935 def Namespace @Namespace end |
#NodeName ⇒ Object
15935 15936 15937 |
# File 'lib/v20180525/models.rb', line 15935 def NodeName @NodeName end |
#Zone ⇒ Object
15935 15936 15937 |
# File 'lib/v20180525/models.rb', line 15935 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
15945 15946 15947 15948 15949 15950 15951 |
# File 'lib/v20180525/models.rb', line 15945 def deserialize(params) @ClusterId = params['ClusterId'] @NodeName = params['NodeName'] @Zone = params['Zone'] @Namespace = params['Namespace'] @Name = params['Name'] end |