Compute Engine v1 API - Enum StoragePool.Types.State (3.21.0)

public enum StoragePool.Types.State

Reference documentation and code samples for the Compute Engine v1 API enum StoragePool.Types.State.

Output only. [Output Only] The status of storage pool creation.

 - CREATING: Storage pool is provisioning.
 storagePool.
 - FAILED: Storage pool creation failed.
 - READY: Storage pool is ready for use.
 - DELETING: Storage pool is deleting.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Creating

StoragePool is provisioning

Deleting

StoragePool is deleting.

Failed

StoragePool creation failed.

Ready

StoragePool is ready for use.

UndefinedState

A value indicating that the enum field is not set.