Compute Engine v1 API - Enum Disk.Types.Status (2.15.0)

public enum Disk.Types.Status

Reference documentation and code samples for the Compute Engine v1 API enum Disk.Types.Status.

[Output Only] The status of disk creation. - CREATING: Disk is provisioning. - RESTORING: Source data is being copied into the disk. - FAILED: Disk creation failed. - READY: Disk is ready for use. - DELETING: Disk is deleting.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Creating

Disk is provisioning

Deleting

Disk is deleting.

Failed

Disk creation failed.

Ready

Disk is ready for use.

Restoring

Source data is being copied into the disk.

UndefinedStatus

A value indicating that the enum field is not set.