Reference documentation and code samples for the Compute V1 Client class 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.
Protobuf type google.cloud.compute.v1.Image.Status
Namespace
Google \ Cloud \ Compute \ V1 \ ImageMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATUS
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATUS = 0;
DELETING
Value: 528602024Image is deleting.
Generated from protobuf enum DELETING = 528602024;
FAILED
Value: 455706685Image creation failed due to an error.
Generated from protobuf enum FAILED = 455706685;
PENDING
Value: 35394935Image hasn't been created as yet.
Generated from protobuf enum PENDING = 35394935;
READY
Value: 77848963Image has been successfully created.
Generated from protobuf enum READY = 77848963;