Package com.ibm.cloud.is.vpc.v1.model
Interface BackupPolicyJob.Status
-
- Enclosing class:
- BackupPolicyJob
public static interface BackupPolicyJob.Status
The status of the backup policy job. The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
-
-
Field Detail
-
FAILED
static final String FAILED
failed.- 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
-
-