OrganizationEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents service health events that may affect Google Cloud products used across the organization. It is a read-only view and does not allow any modifications.
Attributes |
|
---|---|
Name | Description |
name |
str
Output only. Identifier. Name of the event. Unique name of the event in this scope including organization ID and location using the form organizations/{organization_id}/locations/{location}/organizationEvents/{event_id} .
organization_id - see `Getting your organization
resource
ID |
title |
str
Output only. Brief description for the event. |
description |
str
Output only. Free-form, human-readable description. |
category |
google.cloud.servicehealth_v1.types.OrganizationEvent.EventCategory
Output only. The category of the event. |
detailed_category |
google.cloud.servicehealth_v1.types.OrganizationEvent.DetailedCategory
Output only. The detailed category of the event. |
state |
google.cloud.servicehealth_v1.types.OrganizationEvent.State
Output only. The current state of the event. |
detailed_state |
google.cloud.servicehealth_v1.types.OrganizationEvent.DetailedState
Output only. The current detailed state of the incident. |
event_impacts |
MutableSequence[google.cloud.servicehealth_v1.types.EventImpact]
Output only. Represents the Google Cloud products and locations impacted by the event. |
updates |
MutableSequence[google.cloud.servicehealth_v1.types.EventUpdate]
Output only. Incident-only field. Event updates are correspondence from Google. |
parent_event |
str
Output only. When detailed_state \ =\ MERGED ,
parent_event contains the name of the parent event. All
further updates will be published to the parent event.
|
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the update was posted. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The start time of the event, if applicable. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The end time of the event, if applicable. |
next_update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Incident-only field. The time when the next update can be expected. |
Classes
DetailedCategory
DetailedCategory(value)
The detailed category of an event. Contains all possible states for all event categories.
DetailedState
DetailedState(value)
The detailed state of the incident. This enum lists all possible detailed states of an incident.
- 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 (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.
EventCategory
EventCategory(value)
The category of the event. This enum lists all possible categories of event.
State
State(value)
The state of the organization event. This enum lists all possible states of event.