Package com.ibm.cloud.is.vpc.v1.model
Interface BackupPolicyJobStatusReason.Code
-
- Enclosing class:
- BackupPolicyJobStatusReason
public static interface BackupPolicyJobStatusReason.Code
A snake case string succinctly identifying the status reason: - `internal_error`: Internal error (contact IBM support) - `snapshot_pending`: Cannot delete backup (snapshot) in the `pending` lifecycle state - `snapshot_volume_limit`: The snapshot limit for the source volume has been reached - `source_volume_busy`: The source volume has `busy` set (after multiple retries).
-
-
Field Summary
Fields Modifier and Type Field Description static String
INTERNAL_ERROR
internal_error.static String
SNAPSHOT_PENDING
snapshot_pending.static String
SNAPSHOT_VOLUME_LIMIT
snapshot_volume_limit.static String
SOURCE_VOLUME_BUSY
source_volume_busy.
-
-
-
Field Detail
-
INTERNAL_ERROR
static final String INTERNAL_ERROR
internal_error.- See Also:
- Constant Field Values
-
SNAPSHOT_PENDING
static final String SNAPSHOT_PENDING
snapshot_pending.- See Also:
- Constant Field Values
-
SNAPSHOT_VOLUME_LIMIT
static final String SNAPSHOT_VOLUME_LIMIT
snapshot_volume_limit.- See Also:
- Constant Field Values
-
SOURCE_VOLUME_BUSY
static final String SOURCE_VOLUME_BUSY
source_volume_busy.- See Also:
- Constant Field Values
-
-