Module: Google::Cloud::ServiceHealth::V1::Event::Relevance
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
Communicates why a given incident is deemed relevant in the context of a given project. This enum lists all possible detailed states of relevance.
Constant Summary collapse
- RELEVANCE_UNSPECIFIED =
Unspecified relevance.
0
- UNKNOWN =
The relevance of the incident to the project is unknown.
2
- NOT_IMPACTED =
The incident does not impact the project.
6
- PARTIALLY_RELATED =
The incident is associated with a Google Cloud product your project uses, but the incident may not be impacting your project. For example, the incident may be impacting a Google Cloud product that your project uses, but in a location that your project does not use.
7
- RELATED =
The incident has a direct connection with your project and impacts a Google Cloud product in a location your project uses.
8
- IMPACTED =
The incident is verified to be impacting your project.
9