public static class State
Constants for wire representations of the DeprecationStatus.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 |
Deleted
public const string Deleted = "DELETED"
Wire representation of Deleted.
Field Value | |
---|---|
Type | Description |
String |
Deprecated
public const string Deprecated = "DEPRECATED"
Wire representation of Deprecated.
Field Value | |
---|---|
Type | Description |
String |
Obsolete
public const string Obsolete = "OBSOLETE"
Wire representation of Obsolete.
Field Value | |
---|---|
Type | Description |
String |
UndefinedState
public const string UndefinedState = "UNDEFINED_STATE"
Wire representation of UndefinedState.
Field Value | |
---|---|
Type | Description |
String |