Interface ImageExportJob.Status
- Enclosing class:
ImageExportJob
public static interface ImageExportJob.Status
The status of this image export job:
- `deleting`: Export job is being deleted
- `failed`: Export job could not be completed successfully
- `queued`: Export job is queued
- `running`: Export job is in progress
- `succeeded`: Export job was completed successfully
The exported image object is automatically deleted for `failed` jobs.
The enumerated values for this property may
[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
Field Summary
Fields
-
Field Details
-
DELETING
-
FAILED
-
QUEUED
-
RUNNING
-
SUCCEEDED
-