Module: Google::Cloud::Recommender::V1::Recommendation::Priority
- Defined in:
- proto_docs/google/cloud/recommender/v1/recommendation.rb
Overview
Recommendation priority levels.
Constant Summary collapse
- PRIORITY_UNSPECIFIED =
Recommendation has unspecified priority.
0
- P4 =
Recommendation has P4 priority (lowest priority).
1
- P3 =
Recommendation has P3 priority (second lowest priority).
2
- P2 =
Recommendation has P2 priority (second highest priority).
3
- P1 =
Recommendation has P1 priority (highest priority).
4