Enum Image.Status (1.51.0)

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

[Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELETING

Image is deleting.

DELETING = 528602024;

DELETING_VALUE

Image is deleting.

DELETING = 528602024;

FAILED

Image creation failed due to an error.

FAILED = 455706685;

FAILED_VALUE

Image creation failed due to an error.

FAILED = 455706685;

PENDING

Image hasn't been created as yet.

PENDING = 35394935;

PENDING_VALUE

Image hasn't been created as yet.

PENDING = 35394935;

READY

Image has been successfully created.

READY = 77848963;

READY_VALUE

Image has been successfully created.

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

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