severity property

String? severity
getter/setter pair

The severity of the alert policy. Possible string values are:

  • "SEVERITY_UNSPECIFIED" : No severity is specified. This is the default value.
  • "CRITICAL" : This is the highest severity level. Use this if the problem could cause significant damage or downtime.
  • "ERROR" : This is the medium severity level. Use this if the problem could cause minor damage or downtime.
  • "WARNING" : This is the lowest severity level. Use this if the problem is not causing any damage or downtime, but could potentially lead to a problem in the future.

Implementation

core.String? severity;