Enum Image.Types.Status (1.4.0)

public enum Status

[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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Deleting

Image is deleting.

Failed

Image creation failed due to an error.

Pending

Image hasn't been created as yet.

Ready

Image has been successfully created.

UndefinedStatus

A value indicating that the enum field is not set.