Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::InterconnectOutageNotification::State (v2.1.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::InterconnectOutageNotification::State.

State of this notification, which can take one of the following values: - ACTIVE: This outage notification is active. The event could be in the past, present, or future. See start_time and end_time for scheduling. - CANCELLED: The outage associated with this notification was cancelled before the outage was due to start. - COMPLETED: The outage associated with this notification is complete. Note that the versions of this enum prefixed with "NS_" have been deprecated in favor of the unprefixed values.

Constants

UNDEFINED_STATE

value: 0
A value indicating that the enum field is not set.

ACTIVE

value: 314_733_318
This outage notification is active. The event could be in the future, present, or past. See start_time and end_time for scheduling.

CANCELLED

value: 41_957_681
The outage associated with this notification was cancelled before the outage was due to start.

COMPLETED

value: 309_921_323
The outage associated with this notification is complete.

NS_ACTIVE

value: 252_563_136
[Deprecated] This outage notification is active. The event could be in the future, present, or past. See start_time and end_time for scheduling.

NS_CANCELED

value: 506_579_411
[Deprecated] The outage associated with this notification was canceled before the outage was due to start.