Enum MachineImage.Status (1.51.0)

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

[Output Only] The status of the machine image. One of the following values: INVALID, CREATING, READY, DELETING, and UPLOADING.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

CREATING = 455564985;

CREATING_VALUE

CREATING = 455564985;

DELETING

DELETING = 528602024;

DELETING_VALUE

DELETING = 528602024;

INVALID

INVALID = 530283991;

INVALID_VALUE

INVALID = 530283991;

READY

READY = 77848963;

READY_VALUE

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

UPLOADING = 267603489;

UPLOADING_VALUE

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