public static class State
Constants for wire representations of the LicenseCode.Types.State enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Disabled
public const string Disabled = "DISABLED"
Wire representation of Disabled.
Field Value | |
---|---|
Type | Description |
String |
Enabled
public const string Enabled = "ENABLED"
Wire representation of Enabled.
Field Value | |
---|---|
Type | Description |
String |
Restricted
public const string Restricted = "RESTRICTED"
Wire representation of Restricted.
Field Value | |
---|---|
Type | Description |
String |
Terminated
public const string Terminated = "TERMINATED"
Wire representation of Terminated.
Field Value | |
---|---|
Type | Description |
String |
UndefinedState
public const string UndefinedState = "UNDEFINED_STATE"
Wire representation of UndefinedState.
Field Value | |
---|---|
Type | Description |
String |
Unspecified
public const string Unspecified = "STATE_UNSPECIFIED"
Wire representation of Unspecified.
Field Value | |
---|---|
Type | Description |
String |