Module: Google::Cloud::Support::V2::Case::Priority

Defined in:
proto_docs/google/cloud/support/v2/case.rb

Overview

The case Priority. P0 is most urgent and P4 the least.

Constant Summary collapse

PRIORITY_UNSPECIFIED =

Priority is undefined or has not been set yet.

0
P0 =

Extreme impact on a production service. Service is hard down.

1
P1 =

Critical impact on a production service. Service is currently unusable.

2
P2 =

Severe impact on a production service. Service is usable but greatly impaired.

3
P3 =

Medium impact on a production service. Service is available, but moderately impaired.

4
P4 =

General questions or minor issues. Production service is fully available.

5