Reference documentation and code samples for the Compute V1 Client class 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.
Protobuf type google.cloud.compute.v1.InterconnectOutageNotification.State
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectOutageNotificationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
ACTIVE
Value: 314733318
This outage notification is active. The event could be in the future, present, or past. See start_time and end_time for scheduling.
Generated from protobuf enum ACTIVE = 314733318;
CANCELLED
Value: 41957681
The outage associated with this notification was cancelled before the outage was due to start.
Generated from protobuf enum CANCELLED = 41957681;
COMPLETED
Value: 309921323
The outage associated with this notification is complete.
Generated from protobuf enum COMPLETED = 309921323;
NS_ACTIVE
Value: 252563136
[Deprecated] This outage notification is active. The event could be in the future, present, or past. See start_time and end_time for scheduling.
Generated from protobuf enum NS_ACTIVE = 252563136;
NS_CANCELED
Value: 506579411
[Deprecated] The outage associated with this notification was canceled before the outage was due to start.
Generated from protobuf enum NS_CANCELED = 506579411;