Class: TencentCloud::Tke::V20180525::DescribePrometheusConfigRequest

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

Overview

DescribePrometheusConfig请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, clusterid = nil, clustertype = nil) ⇒ DescribePrometheusConfigRequest

Returns a new instance of DescribePrometheusConfigRequest.



9686
9687
9688
9689
9690
# File 'lib/v20180525/models.rb', line 9686

def initialize(instanceid=nil, clusterid=nil, clustertype=nil)
  @InstanceId = instanceid
  @ClusterId = clusterid
  @ClusterType = clustertype
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • 实例id

  • 集群id

  • 集群类型



9684
9685
9686
# File 'lib/v20180525/models.rb', line 9684

def ClusterId
  @ClusterId
end

#ClusterTypeObject

Parameters:

  • 实例id

  • 集群id

  • 集群类型



9684
9685
9686
# File 'lib/v20180525/models.rb', line 9684

def ClusterType
  @ClusterType
end

#InstanceIdObject

Parameters:

  • 实例id

  • 集群id

  • 集群类型



9684
9685
9686
# File 'lib/v20180525/models.rb', line 9684

def InstanceId
  @InstanceId
end

Instance Method Details

#deserialize(params) ⇒ Object



9692
9693
9694
9695
9696
# File 'lib/v20180525/models.rb', line 9692

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