Stackdriver Monitoring V3 Client - Class Severity (2.1.2)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class Severity.

An enumeration of possible severity level for an alerting policy.

Protobuf type google.monitoring.v3.AlertPolicy.Severity

Namespace

Google \ Cloud \ Monitoring \ V3 \ AlertPolicy

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
name
mixed

Constants

SEVERITY_UNSPECIFIED

  Value: 0 
 

No severity is specified. This is the default value.

Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;

CRITICAL

  Value: 1 
 

This is the highest severity level. Use this if the problem could cause significant damage or downtime.

Generated from protobuf enum CRITICAL = 1;

ERROR

  Value: 2 
 

This is the medium severity level. Use this if the problem could cause minor damage or downtime.

Generated from protobuf enum ERROR = 2;

WARNING

  Value: 3 
 

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.

Generated from protobuf enum WARNING = 3;

Design a Mobile Site
View Site in Mobile | Classic
Share by: