Class: TencentCloud::Monitor::V20180724::PrometheusAgentInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::PrometheusAgentInfo
- Defined in:
- lib/v20180724/models.rb
Overview
托管Prometheus agent信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clustertype = nil, clusterid = nil, describe = nil) ⇒ PrometheusAgentInfo
constructor
A new instance of PrometheusAgentInfo.
Constructor Details
#initialize(clustertype = nil, clusterid = nil, describe = nil) ⇒ PrometheusAgentInfo
Returns a new instance of PrometheusAgentInfo.
12772 12773 12774 12775 12776 |
# File 'lib/v20180724/models.rb', line 12772 def initialize(clustertype=nil, clusterid=nil, describe=nil) @ClusterType = clustertype @ClusterId = clusterid @Describe = describe end |
Instance Attribute Details
#ClusterId ⇒ Object
12770 12771 12772 |
# File 'lib/v20180724/models.rb', line 12770 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
12770 12771 12772 |
# File 'lib/v20180724/models.rb', line 12770 def ClusterType @ClusterType end |
#Describe ⇒ Object
12770 12771 12772 |
# File 'lib/v20180724/models.rb', line 12770 def Describe @Describe end |
Instance Method Details
#deserialize(params) ⇒ Object
12778 12779 12780 12781 12782 |
# File 'lib/v20180724/models.rb', line 12778 def deserialize(params) @ClusterType = params['ClusterType'] @ClusterId = params['ClusterId'] @Describe = params['Describe'] end |