Enum InstantSnapshot.Status (1.53.0)

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

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATING

InstantSnapshot creation is in progress.

CREATING = 455564985;

CREATING_VALUE

InstantSnapshot creation is in progress.

CREATING = 455564985;

DELETING

InstantSnapshot is currently being deleted.

DELETING = 528602024;

DELETING_VALUE

InstantSnapshot is currently being deleted.

DELETING = 528602024;

FAILED

InstantSnapshot creation failed.

FAILED = 455706685;

FAILED_VALUE

InstantSnapshot creation failed.

FAILED = 455706685;

READY

InstantSnapshot has been created successfully.

READY = 77848963;

READY_VALUE

InstantSnapshot has been created successfully.

READY = 77848963;

UNAVAILABLE

InstantSnapshot is currently unavailable and cannot be used for Disk restoration

UNAVAILABLE = 413756464;

UNAVAILABLE_VALUE

InstantSnapshot is currently unavailable and cannot be used for Disk restoration

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