Class: TencentCloud::Tke::V20180525::PrometheusAgentInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::PrometheusAgentInfo
- Defined in:
- lib/v20180525/models.rb
Overview
托管Prometheus agent信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clustertype = nil, clusterid = nil, describe = nil, region = nil) ⇒ PrometheusAgentInfo
constructor
A new instance of PrometheusAgentInfo.
Constructor Details
#initialize(clustertype = nil, clusterid = nil, describe = nil, region = nil) ⇒ PrometheusAgentInfo
Returns a new instance of PrometheusAgentInfo.
15699 15700 15701 15702 15703 15704 |
# File 'lib/v20180525/models.rb', line 15699 def initialize(clustertype=nil, clusterid=nil, describe=nil, region=nil) @ClusterType = clustertype @ClusterId = clusterid @Describe = describe @Region = region end |
Instance Attribute Details
#ClusterId ⇒ Object
15697 15698 15699 |
# File 'lib/v20180525/models.rb', line 15697 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
15697 15698 15699 |
# File 'lib/v20180525/models.rb', line 15697 def ClusterType @ClusterType end |
#Describe ⇒ Object
15697 15698 15699 |
# File 'lib/v20180525/models.rb', line 15697 def Describe @Describe end |
#Region ⇒ Object
15697 15698 15699 |
# File 'lib/v20180525/models.rb', line 15697 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
15706 15707 15708 15709 15710 15711 |
# File 'lib/v20180525/models.rb', line 15706 def deserialize(params) @ClusterType = params['ClusterType'] @ClusterId = params['ClusterId'] @Describe = params['Describe'] @Region = params['Region'] end |