Class: TencentCloud::Tke::V20180525::PrometheusAgentInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

托管Prometheus agent信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clustertype = nil, clusterid = nil, describe = nil, region = nil) ⇒ PrometheusAgentInfo



16005
16006
16007
16008
16009
16010
# File 'lib/v20180525/models.rb', line 16005

def initialize(clustertype=nil, clusterid=nil, describe=nil, region=nil)
  @ClusterType = clustertype
  @ClusterId = clusterid
  @Describe = describe
  @Region = region
end

Instance Attribute Details

#ClusterIdObject



16003
16004
16005
# File 'lib/v20180525/models.rb', line 16003

def ClusterId
  @ClusterId
end

#ClusterTypeObject



16003
16004
16005
# File 'lib/v20180525/models.rb', line 16003

def ClusterType
  @ClusterType
end

#DescribeObject



16003
16004
16005
# File 'lib/v20180525/models.rb', line 16003

def Describe
  @Describe
end

#RegionObject



16003
16004
16005
# File 'lib/v20180525/models.rb', line 16003

def Region
  @Region
end

Instance Method Details

#deserialize(params) ⇒ Object



16012
16013
16014
16015
16016
16017
# File 'lib/v20180525/models.rb', line 16012

def deserialize(params)
  @ClusterType = params['ClusterType']
  @ClusterId = params['ClusterId']
  @Describe = params['Describe']
  @Region = params['Region']
end