Class ComputeEnumConstants.InterconnectOutageNotification.State (1.3.0)

public static class State

Constants for wire representations of the InterconnectOutageNotification.Types.State enum.

Inheritance

Object > ComputeEnumConstants.InterconnectOutageNotification.State

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Active

public const string Active = "ACTIVE"

Wire representation of Active.

Field Value
TypeDescription
String

Cancelled

public const string Cancelled = "CANCELLED"

Wire representation of Cancelled.

Field Value
TypeDescription
String

Completed

public const string Completed = "COMPLETED"

Wire representation of Completed.

Field Value
TypeDescription
String

NsActive

public const string NsActive = "NS_ACTIVE"

Wire representation of NsActive.

Field Value
TypeDescription
String

NsCanceled

public const string NsCanceled = "NS_CANCELED"

Wire representation of NsCanceled.

Field Value
TypeDescription
String

UndefinedState

public const string UndefinedState = "UNDEFINED_STATE"

Wire representation of UndefinedState.

Field Value
TypeDescription
String