Compute Engine v1 API - Class ComputeEnumConstants.StoragePool.State (2.16.0)

public static class ComputeEnumConstants.StoragePool.State

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.StoragePool.State.

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

Inheritance

object > ComputeEnumConstants.StoragePool.State

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Creating

public const string Creating = "CREATING"

Wire representation of Creating.

Field Value
Type Description
string

Deleting

public const string Deleting = "DELETING"

Wire representation of Deleting.

Field Value
Type Description
string

Failed

public const string Failed = "FAILED"

Wire representation of Failed.

Field Value
Type Description
string

Ready

public const string Ready = "READY"

Wire representation of Ready.

Field Value
Type Description
string

UndefinedState

public const string UndefinedState = "UNDEFINED_STATE"

Wire representation of UndefinedState.

Field Value
Type Description
string