Enum Disk.Types.Status (1.0.0)

public enum 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.