Compute Engine v1 API - Enum InterconnectOutageNotification.Types.State (2.15.0)

public enum InterconnectOutageNotification.Types.State

Reference documentation and code samples for the Compute Engine v1 API enum InterconnectOutageNotification.Types.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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Active

This outage notification is active. The event could be in the future, present, or past. 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.

NsActive

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

NsCanceled

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

UndefinedState

A value indicating that the enum field is not set.