Reference documentation and code samples for the Recommender V1 Client class Severity.
Insight severity levels.
Protobuf type google.cloud.recommender.v1.Insight.Severity
Namespace
Google \ Cloud \ Recommender \ V1 \ InsightMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SEVERITY_UNSPECIFIED
Value: 0
Insight has unspecified severity.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
LOW
Value: 1
Insight has low severity.
Generated from protobuf enum LOW = 1;
MEDIUM
Value: 2
Insight has medium severity.
Generated from protobuf enum MEDIUM = 2;
HIGH
Value: 3
Insight has high severity.
Generated from protobuf enum HIGH = 3;
CRITICAL
Value: 4
Insight has critical severity.
Generated from protobuf enum CRITICAL = 4;