Enum StoragePoolDisk.Status (1.54.0)

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

[Output Only] The disk status.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
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;

UNAVAILABLE

Disk is currently unavailable and cannot be accessed, attached or detached.

UNAVAILABLE = 413756464;

UNAVAILABLE_VALUE

Disk is currently unavailable and cannot be accessed, attached or detached.

UNAVAILABLE = 413756464;

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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()