Enum Disk.Status (1.8.1)

public enum Disk.Status extends Enum<Disk.Status> implements ProtocolMessageEnum

[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.

Protobuf enum google.cloud.compute.v1.Disk.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Disk is provisioning

CREATING = 455564985;

CREATING_VALUE

Disk is provisioning

CREATING = 455564985;

DELETING

Disk is deleting.

DELETING = 528602024;

DELETING_VALUE

Disk is deleting.

DELETING = 528602024;

FAILED

Disk creation failed.

FAILED = 455706685;

FAILED_VALUE

Disk creation failed.

FAILED = 455706685;

READY

Disk is ready for use.

READY = 77848963;

READY_VALUE

Disk is ready for use.

READY = 77848963;

RESTORING

Source data is being copied into the disk.

RESTORING = 404263851;

RESTORING_VALUE

Source data is being copied into the disk.

RESTORING = 404263851;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()