Enum Snapshot.Status (1.43.0)

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

[Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Snapshot creation is in progress.

CREATING = 455564985;

CREATING_VALUE

Snapshot creation is in progress.

CREATING = 455564985;

DELETING

Snapshot is currently being deleted.

DELETING = 528602024;

DELETING_VALUE

Snapshot is currently being deleted.

DELETING = 528602024;

FAILED

Snapshot creation failed.

FAILED = 455706685;

FAILED_VALUE

Snapshot creation failed.

FAILED = 455706685;

READY

Snapshot has been created successfully.

READY = 77848963;

READY_VALUE

Snapshot has been created successfully.

READY = 77848963;

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
UPLOADING

Snapshot is being uploaded.

UPLOADING = 267603489;

UPLOADING_VALUE

Snapshot is being uploaded.

UPLOADING = 267603489;

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()