Class ComputeEnumConstants.LicenseCode.State (2.0.0)

public static class State

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

Inheritance

Object > ComputeEnumConstants.LicenseCode.State

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Disabled

public const string Disabled = "DISABLED"

Wire representation of Disabled.

Field Value
TypeDescription
String

Enabled

public const string Enabled = "ENABLED"

Wire representation of Enabled.

Field Value
TypeDescription
String

Restricted

public const string Restricted = "RESTRICTED"

Wire representation of Restricted.

Field Value
TypeDescription
String

Terminated

public const string Terminated = "TERMINATED"

Wire representation of Terminated.

Field Value
TypeDescription
String

UndefinedState

public const string UndefinedState = "UNDEFINED_STATE"

Wire representation of UndefinedState.

Field Value
TypeDescription
String

Unspecified

public const string Unspecified = "STATE_UNSPECIFIED"

Wire representation of Unspecified.

Field Value
TypeDescription
String