public enum AlertPolicy.Types.SeverityReference documentation and code samples for the Google Cloud Monitoring v3 API enum AlertPolicy.Types.Severity.
An enumeration of possible severity level for an alerting policy.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Fields |
|
|---|---|
| Name | Description |
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. |