Class: TencentCloud::Apm::V20210622::TkeMeta
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::TkeMeta
- Defined in:
- lib/v20210622/models.rb
Overview
tke资源元数据
Instance Attribute Summary collapse
- #ClusterID ⇒ Object
- #Deployment ⇒ Object
- #Namespace ⇒ Object
- #NodeIP ⇒ Object
- #PodIP ⇒ Object
- #PodName ⇒ Object
- #Region ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(region = nil, clusterid = nil, podname = nil, namespace = nil, deployment = nil, podip = nil, nodeip = nil) ⇒ TkeMeta
constructor
A new instance of TkeMeta.
Constructor Details
#initialize(region = nil, clusterid = nil, podname = nil, namespace = nil, deployment = nil, podip = nil, nodeip = nil) ⇒ TkeMeta
Returns a new instance of TkeMeta.
4217 4218 4219 4220 4221 4222 4223 4224 4225 |
# File 'lib/v20210622/models.rb', line 4217 def initialize(region=nil, clusterid=nil, podname=nil, namespace=nil, deployment=nil, podip=nil, nodeip=nil) @Region = region @ClusterID = clusterid @PodName = podname @Namespace = namespace @Deployment = deployment @PodIP = podip @NodeIP = nodeip end |
Instance Attribute Details
#ClusterID ⇒ Object
4215 4216 4217 |
# File 'lib/v20210622/models.rb', line 4215 def ClusterID @ClusterID end |
#Deployment ⇒ Object
4215 4216 4217 |
# File 'lib/v20210622/models.rb', line 4215 def Deployment @Deployment end |
#Namespace ⇒ Object
4215 4216 4217 |
# File 'lib/v20210622/models.rb', line 4215 def Namespace @Namespace end |
#NodeIP ⇒ Object
4215 4216 4217 |
# File 'lib/v20210622/models.rb', line 4215 def NodeIP @NodeIP end |
#PodIP ⇒ Object
4215 4216 4217 |
# File 'lib/v20210622/models.rb', line 4215 def PodIP @PodIP end |
#PodName ⇒ Object
4215 4216 4217 |
# File 'lib/v20210622/models.rb', line 4215 def PodName @PodName end |
#Region ⇒ Object
4215 4216 4217 |
# File 'lib/v20210622/models.rb', line 4215 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
4227 4228 4229 4230 4231 4232 4233 4234 4235 |
# File 'lib/v20210622/models.rb', line 4227 def deserialize(params) @Region = params['Region'] @ClusterID = params['ClusterID'] @PodName = params['PodName'] @Namespace = params['Namespace'] @Deployment = params['Deployment'] @PodIP = params['PodIP'] @NodeIP = params['NodeIP'] end |