Module: Google::Cloud::Recommender::V1::Insight::Severity
- Defined in:
- proto_docs/google/cloud/recommender/v1/insight.rb
Overview
Insight severity levels.
Constant Summary collapse
- SEVERITY_UNSPECIFIED =
Insight has unspecified severity.
0
- LOW =
Insight has low severity.
1
- MEDIUM =
Insight has medium severity.
2
- HIGH =
Insight has high severity.
3
- CRITICAL =
Insight has critical severity.
4