PrometheusHaClusterProviderInstancePropertiesResponse

data class PrometheusHaClusterProviderInstancePropertiesResponse(val clusterName: String? = null, val hostname: String? = null, val prometheusUrl: String? = null, val providerType: String, val sid: String? = null, val sslCertificateUri: String? = null, val sslPreference: String? = null)

Gets or sets the PrometheusHaCluster provider properties.

Constructors

constructor(clusterName: String? = null, hostname: String? = null, prometheusUrl: String? = null, providerType: String, sid: String? = null, sslCertificateUri: String? = null, sslPreference: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clusterName: String? = null

Gets or sets the clusterName.

Link copied to clipboard
val hostname: String? = null

Gets or sets the target machine name.

Link copied to clipboard
val prometheusUrl: String? = null

URL of the Node Exporter endpoint.

Link copied to clipboard

The provider type. For example, the value can be SapHana. Expected value is 'PrometheusHaCluster'.

Link copied to clipboard
val sid: String? = null

Gets or sets the cluster sid.

Link copied to clipboard

Gets or sets the blob URI to SSL certificate for the HA cluster exporter.

Link copied to clipboard
val sslPreference: String? = null

Gets or sets certificate preference if secure communication is enabled.