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_source_unsupported`: The source access control mode does not support backups - `snapshot_rate_too_high`: The rate of backups for the resource is too high - `snapshot_share_limit`: The maximum limit for snapshots on this resource has been reached - `snapshot_source_unavailable`: The source data is not available (for example, because the source is still being created). - `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_RATE_TOO_HIGH
snapshot_rate_too_high.static String
SNAPSHOT_SHARE_LIMIT
snapshot_share_limit.static String
SNAPSHOT_SOURCE_UNAVAILABLE
snapshot_source_unavailable.static String
SNAPSHOT_SOURCE_UNSUPPORTED
snapshot_source_unsupported.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_RATE_TOO_HIGH
static final String SNAPSHOT_RATE_TOO_HIGH
snapshot_rate_too_high.- See Also:
- Constant Field Values
-
SNAPSHOT_SHARE_LIMIT
static final String SNAPSHOT_SHARE_LIMIT
snapshot_share_limit.- See Also:
- Constant Field Values
-
SNAPSHOT_SOURCE_UNAVAILABLE
static final String SNAPSHOT_SOURCE_UNAVAILABLE
snapshot_source_unavailable.- See Also:
- Constant Field Values
-
SNAPSHOT_SOURCE_UNSUPPORTED
static final String SNAPSHOT_SOURCE_UNSUPPORTED
snapshot_source_unsupported.- 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
-
-