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: 0Insight has unspecified severity.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
LOW
Value: 1Insight has low severity.
Generated from protobuf enum LOW = 1;
MEDIUM
Value: 2Insight has medium severity.
Generated from protobuf enum MEDIUM = 2;
HIGH
Value: 3Insight has high severity.
Generated from protobuf enum HIGH = 3;
CRITICAL
Value: 4Insight has critical severity.
Generated from protobuf enum CRITICAL = 4;