Recommender V1 Client - Class Severity (1.7.8)

Reference documentation and code samples for the Recommender V1 Client class Severity.

Insight severity levels.

Protobuf type google.cloud.recommender.v1.Insight.Severity

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;