public static class State
Constants for wire representations of the InterconnectOutageNotification.Types.State enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Active
public const string Active = "ACTIVE"
Wire representation of Active.
Field Value | |
---|---|
Type | Description |
String |
Cancelled
public const string Cancelled = "CANCELLED"
Wire representation of Cancelled.
Field Value | |
---|---|
Type | Description |
String |
Completed
public const string Completed = "COMPLETED"
Wire representation of Completed.
Field Value | |
---|---|
Type | Description |
String |
NsActive
public const string NsActive = "NS_ACTIVE"
Wire representation of NsActive.
Field Value | |
---|---|
Type | Description |
String |
NsCanceled
public const string NsCanceled = "NS_CANCELED"
Wire representation of NsCanceled.
Field Value | |
---|---|
Type | Description |
String |
UndefinedState
public const string UndefinedState = "UNDEFINED_STATE"
Wire representation of UndefinedState.
Field Value | |
---|---|
Type | Description |
String |