public enum Disk.Status extends Enum<Disk.Status> implements ProtocolMessageEnumOutput only. [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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATING |
Disk is provisioning |
CREATING_VALUE |
Disk is provisioning |
DELETING |
Disk is deleting. |
DELETING_VALUE |
Disk is deleting. |
FAILED |
Disk creation failed. |
FAILED_VALUE |
Disk creation failed. |
READY |
Disk is ready for use. |
READY_VALUE |
Disk is ready for use. |
RESTORING |
Source data is being copied into the disk. |
RESTORING_VALUE |
Source data is being copied into the disk. |
UNAVAILABLE |
Disk is currently unavailable and cannot be accessed, attached or detached. |
UNAVAILABLE_VALUE |
Disk is currently unavailable and cannot be accessed, attached or detached. |
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_VALUE |
A value indicating that the enum field is not set. |
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() |
|