PrometheusOsProviderInstancePropertiesArgs

data class PrometheusOsProviderInstancePropertiesArgs(val prometheusUrl: Output<String>? = null, val providerType: Output<String>, val sapSid: Output<String>? = null, val sslCertificateUri: Output<String>? = null, val sslPreference: Output<Either<String, SslPreference>>? = null) : ConvertibleToJava<PrometheusOsProviderInstancePropertiesArgs>

Gets or sets the PrometheusOS provider properties.

Constructors

constructor(prometheusUrl: Output<String>? = null, providerType: Output<String>, sapSid: Output<String>? = null, sslCertificateUri: Output<String>? = null, sslPreference: Output<Either<String, SslPreference>>? = null)

Properties

Link copied to clipboard
val prometheusUrl: Output<String>? = null

URL of the Node Exporter endpoint

Link copied to clipboard
val providerType: Output<String>

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

Link copied to clipboard
val sapSid: Output<String>? = null

Gets or sets the SAP System Identifier

Link copied to clipboard
val sslCertificateUri: Output<String>? = null

Gets or sets the blob URI to SSL certificate for the prometheus node exporter.

Link copied to clipboard
val sslPreference: Output<Either<String, SslPreference>>? = null

Gets or sets certificate preference if secure communication is enabled.

Functions

Link copied to clipboard
open override fun toJava(): PrometheusOsProviderInstancePropertiesArgs