Reference documentation and code samples for the Service Health V1 API module Google::Cloud::ServiceHealth::V1::OrganizationEvent::DetailedState.
The detailed state of the incident. This enum lists all possible detailed states of an incident.
Constants
DETAILED_STATE_UNSPECIFIED
value: 0
Unspecified detail state.
EMERGING
value: 1
Google engineers are actively investigating the incident to determine the
impact.
CONFIRMED
value: 2
The incident is confirmed and impacting at least one Google Cloud
product. Ongoing status updates will be provided until it is resolved.
RESOLVED
value: 3
The incident is no longer affecting any Google Cloud product, and there
will be no further updates.
MERGED
value: 4
The incident was merged into a parent event. All further updates will be
published to the parent only. The parent_event
contains the name of the
parent.
AUTO_CLOSED
value: 9
The incident was automatically closed because of the following reasons:
- The impact of the incident could not be confirmed.
- The incident was intermittent or resolved itself.
The incident does not have a resolution because no action or investigation happened. If it is intermittent, the incident may reopen.
FALSE_POSITIVE
value: 10
Upon investigation, Google engineers concluded that the incident is not
affecting a Google Cloud product. This state can change if the incident
is reviewed again.