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.



8879
8880
8881
8882
8883
# File 'lib/v20180525/models.rb', line 8879

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

Instance Attribute Details

#ClusterIdObject

Parameters:

  • InstanceId:

    实例id

  • ClusterId:

    集群id

  • ClusterType:

    集群类型



8877
8878
8879
# File 'lib/v20180525/models.rb', line 8877

def ClusterId
  @ClusterId
end

#ClusterTypeObject

Parameters:

  • InstanceId:

    实例id

  • ClusterId:

    集群id

  • ClusterType:

    集群类型



8877
8878
8879
# File 'lib/v20180525/models.rb', line 8877

def ClusterType
  @ClusterType
end

#InstanceIdObject

Parameters:

  • InstanceId:

    实例id

  • ClusterId:

    集群id

  • ClusterType:

    集群类型



8877
8878
8879
# File 'lib/v20180525/models.rb', line 8877

def InstanceId
  @InstanceId
end

Instance Method Details

#deserialize(params) ⇒ Object



8885
8886
8887
8888
8889
# File 'lib/v20180525/models.rb', line 8885

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