Package com.ibm.cloud.is.vpc.v1.model
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 are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the image on which the unexpected property value was encountered.
-
-
Field Detail
-
AVAILABLE
static final String AVAILABLE
available.- See Also:
- Constant Field Values
-
DELETING
static final String DELETING
deleting.- See Also:
- Constant Field Values
-
DEPRECATED
static final String DEPRECATED
deprecated.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
OBSOLETE
static final String OBSOLETE
obsolete.- See Also:
- Constant Field Values
-
PENDING
static final String PENDING
pending.- See Also:
- Constant Field Values
-
UNUSABLE
static final String UNUSABLE
unusable.- See Also:
- Constant Field Values
-
-