GetAppSpecFunctionAlert

data class GetAppSpecFunctionAlert(val disabled: Boolean? = null, val operator: String, val rule: String, val value: Double, val window: String)

Constructors

Link copied to clipboard
constructor(disabled: Boolean? = null, operator: String, rule: String, value: Double, window: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disabled: Boolean? = null

Determines whether or not the alert is disabled (default: false).

Link copied to clipboard

The operator to use. This is either of GREATER_THAN or LESS_THAN.

Link copied to clipboard

The type of the alert to configure. Component app alert policies can be: CPU_UTILIZATION, MEM_UTILIZATION, or RESTART_COUNT.

Link copied to clipboard

The threshold for the type of the warning.

Link copied to clipboard

The time before alerts should be triggered. This is may be one of: FIVE_MINUTES, TEN_MINUTES, THIRTY_MINUTES, ONE_HOUR.