GetIntegrationExportersIntegrationExporter

data class GetIntegrationExportersIntegrationExporter(val clusterId: String, val exporterType: String, val id: String, val instanceId: Int, val instanceName: String, val integrationType: String, val param: String, val target: String, val version: String)

Constructors

constructor(clusterId: String, exporterType: String, id: String, instanceId: Int, instanceName: String, integrationType: String, param: String, target: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Prometheus instance.

Link copied to clipboard

Integration Exporter Type.

Link copied to clipboard
val id: String

The ID of the Integration Exporter. It formats as <cluster_id>:<integration_type>:<instance_id>.

Link copied to clipboard

The ID of the Integration Exporter instance.

Link copied to clipboard

The name of the instance.

Link copied to clipboard

The type of prometheus integration.

Link copied to clipboard

Exporter configuration parameter json string.

Link copied to clipboard

Monitor the target address.

Link copied to clipboard

The version information.