Google Cloud Monitoring v3 API - Enum AlertPolicy.Types.Severity (3.9.0)

public enum AlertPolicy.Types.Severity

Reference documentation and code samples for the Google Cloud Monitoring v3 API enum AlertPolicy.Types.Severity.

An enumeration of possible severity level for an Alert Policy.

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Fields

NameDescription
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.

Unspecified

No severity is specified. This is the default value.

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.