GetAppSpecAlert

data class GetAppSpecAlert(val disabled: Boolean? = null, val rule: String)

Constructors

Link copied to clipboard
constructor(disabled: Boolean? = null, rule: 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 type of the alert to configure. Component app alert policies can be: CPU_UTILIZATION, MEM_UTILIZATION, or RESTART_COUNT.