Service Health v1 API - Enum Event.Types.Relevance (1.2.0)

public enum Event.Types.Relevance

Reference documentation and code samples for the Service Health v1 API enum Event.Types.Relevance.

Communicates why a given incident is deemed relevant in the context of a given project. This enum lists all possible detailed states of relevance.

Namespace

Google.Cloud.ServiceHealth.V1

Assembly

Google.Cloud.ServiceHealth.V1.dll

Fields

Name Description
Impacted

The incident is verified to be impacting your project.

NotImpacted

The incident does not impact the project.

PartiallyRelated

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.

The incident has a direct connection with your project and impacts a Google Cloud product in a location your project uses.

Unknown

The relevance of the incident to the project is unknown.

Unspecified

Unspecified relevance.