Package com.ibm.cloud.is.vpc.v1.model
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 Detail
-
DELETING
static final String DELETING
deleting.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
QUEUED
static final String QUEUED
queued.- See Also:
- Constant Field Values
-
RUNNING
static final String RUNNING
running.- See Also:
- Constant Field Values
-
SUCCEEDED
static final String SUCCEEDED
succeeded.- See Also:
- Constant Field Values
-
-