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
FieldsModifier and TypeFieldDescriptionstatic final Stringinternal_error.static final Stringsnapshot_encryption_key_invalid.static final Stringsnapshot_pending.static final Stringsnapshot_rate_too_high.static final Stringsnapshot_share_limit.static final Stringsnapshot_source_unavailable.static final Stringsnapshot_source_unsupported.static final Stringsnapshot_volume_limit.static final Stringsource_volume_busy.static final Stringsource_volume_too_large.static final Stringsource_volume_unavailable. 
- 
Field Details
- 
INTERNAL_ERROR
 - 
SNAPSHOT_ENCRYPTION_KEY_INVALID
 - 
SNAPSHOT_PENDING
 - 
SNAPSHOT_RATE_TOO_HIGH
 - 
SNAPSHOT_SHARE_LIMIT
 - 
SNAPSHOT_SOURCE_UNAVAILABLE
 - 
SNAPSHOT_SOURCE_UNSUPPORTED
 - 
SNAPSHOT_VOLUME_LIMIT
 - 
SOURCE_VOLUME_BUSY
 - 
SOURCE_VOLUME_TOO_LARGE
 - 
SOURCE_VOLUME_UNAVAILABLE
 
 -