Interface Image.Status
- Enclosing class:
Image
public static interface Image.Status
The status of this image:
- available: image can be used (provisionable)
- deleting: image is being deleted, and can no longer be used to provision new
resources
- deprecated: image is administratively slated to become `obsolete`
- failed: image is corrupt or did not pass validation
- obsolete: image administratively set to not be used for new resources
- pending: image is being imported and is not yet `available`
- unusable: image cannot be used (see `status_reasons[]` for possible remediation)
The enumerated values for this property may
[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
Field Details
-
AVAILABLE
-
DELETING
-
DEPRECATED
-
FAILED
-
OBSOLETE
-
PENDING
-
UNUSABLE
-