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.



8901
8902
8903
8904
8905
# File 'lib/v20180525/models.rb', line 8901

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:

    集群类型



8899
8900
8901
# File 'lib/v20180525/models.rb', line 8899

def ClusterId
  @ClusterId
end

#ClusterTypeObject

Parameters:

  • InstanceId:

    实例id

  • ClusterId:

    集群id

  • ClusterType:

    集群类型



8899
8900
8901
# File 'lib/v20180525/models.rb', line 8899

def ClusterType
  @ClusterType
end

#InstanceIdObject

Parameters:

  • InstanceId:

    实例id

  • ClusterId:

    集群id

  • ClusterType:

    集群类型



8899
8900
8901
# File 'lib/v20180525/models.rb', line 8899

def InstanceId
  @InstanceId
end

Instance Method Details

#deserialize(params) ⇒ Object



8907
8908
8909
8910
8911
# File 'lib/v20180525/models.rb', line 8907

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