AlarmCompositeExpressionExpressionList

data class AlarmCompositeExpressionExpressionList(val comparisonOperator: String? = null, val metricName: String? = null, val period: String? = null, val statistics: String? = null, val threshold: String? = null)

Constructors

Link copied to clipboard
constructor(comparisonOperator: String? = null, metricName: String? = null, period: String? = null, statistics: String? = null, threshold: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val metricName: String? = null

The metric that is used to monitor the cloud service.

Link copied to clipboard
val period: String? = null

The statistical period of the metric. Unit: seconds. Default value: 300.

Link copied to clipboard
val statistics: String? = null

Field statistics has been removed from provider version 1.216.0. New field escalations_critical.statistics instead.

Link copied to clipboard
val threshold: String? = null

Field threshold has been removed from provider version 1.216.0. New field escalations_critical.threshold instead.