Prometheus OSProvider Instance Properties Response
data class PrometheusOSProviderInstancePropertiesResponse(val prometheusUrl: String? = null, val providerType: String, val sslCertificateUri: String? = null, val sslPreference: String? = null)
Gets or sets the PrometheusOS provider properties.
Constructors
Link copied to clipboard
fun PrometheusOSProviderInstancePropertiesResponse(prometheusUrl: String? = null, providerType: String, sslCertificateUri: String? = null, sslPreference: String? = null)