Package com.ibm.cloud.is.vpc.v1.model
Interface BackupPolicyJobStatusReason.Code
-
- Enclosing class:
- BackupPolicyJobStatusReason
public static interface BackupPolicyJobStatusReason.Code
A reason code for the status: - `internal_error`: Internal error (contact IBM support) - `snapshot_encryption_key_invalid`: The provided encryption key is unavailable - `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) - `source_volume_too_large`: The source volume exceeds the [maximum supported size](https://cloud.ibm.com/docs/vpc?topic=vpc-snapshots-vpc-about&interface=api#snapshots-vpc-limitations) - `source_volume_unavailable`: The source volume is not attached to a running instance The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static String
INTERNAL_ERROR
internal_error.static String
SNAPSHOT_ENCRYPTION_KEY_INVALID
snapshot_encryption_key_invalid.static String
SNAPSHOT_PENDING
snapshot_pending.static String
SNAPSHOT_VOLUME_LIMIT
snapshot_volume_limit.static String
SOURCE_VOLUME_BUSY
source_volume_busy.static String
SOURCE_VOLUME_TOO_LARGE
source_volume_too_large.static String
SOURCE_VOLUME_UNAVAILABLE
source_volume_unavailable.
-
-
-
Field Detail
-
INTERNAL_ERROR
static final String INTERNAL_ERROR
internal_error.- See Also:
- Constant Field Values
-
SNAPSHOT_ENCRYPTION_KEY_INVALID
static final String SNAPSHOT_ENCRYPTION_KEY_INVALID
snapshot_encryption_key_invalid.- 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
-
SOURCE_VOLUME_TOO_LARGE
static final String SOURCE_VOLUME_TOO_LARGE
source_volume_too_large.- See Also:
- Constant Field Values
-
SOURCE_VOLUME_UNAVAILABLE
static final String SOURCE_VOLUME_UNAVAILABLE
source_volume_unavailable.- See Also:
- Constant Field Values
-
-