MonitorPropertiesResponse

data class MonitorPropertiesResponse(val elasticProperties: ElasticPropertiesResponse? = null, val liftrResourceCategory: String, val liftrResourcePreference: Int, val monitoringStatus: String? = null, val provisioningState: String? = null)

Properties specific to the monitor resource.

Constructors

Link copied to clipboard
constructor(elasticProperties: ElasticPropertiesResponse? = null, liftrResourceCategory: String, liftrResourcePreference: Int, monitoringStatus: String? = null, provisioningState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Elastic cloud properties.

Link copied to clipboard
Link copied to clipboard

The priority of the resource.

Link copied to clipboard

Flag specifying if the resource monitoring is enabled or disabled.

Link copied to clipboard

Provisioning state of the monitor resource.