public enum Snapshot.Status extends Enum<Snapshot.Status> implements ProtocolMessageEnumOutput only. [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.
Protobuf enum google.cloud.compute.v1.Snapshot.Status
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATING |
Snapshot creation is in progress. |
CREATING_VALUE |
Snapshot creation is in progress. |
DELETING |
Snapshot is currently being deleted. |
DELETING_VALUE |
Snapshot is currently being deleted. |
FAILED |
Snapshot creation failed. |
FAILED_VALUE |
Snapshot creation failed. |
READY |
Snapshot has been created successfully. |
READY_VALUE |
Snapshot has been created successfully. |
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 |
|
UPLOADING |
Snapshot is being uploaded. |
UPLOADING_VALUE |
Snapshot is being uploaded. |
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() |
|