Package com.ibm.cloud.is.vpc.v1.model
Interface ImageStatusReason.Code
-
- Enclosing class:
- ImageStatusReason
public static interface ImageStatusReason.Code
A reason code for the status: - `encrypted_data_key_invalid`: image cannot be decrypted with the specified `encryption_key` - `encryption_key_deleted`: image unusable because its `encryption_key` was deleted - `encryption_key_disabled`: image unusable until its `encryption_key` is re-enabled - `image_data_corrupted`: image data is corrupt, or is not in the specified format - `image_provisioned_size_unsupported`: image requires a boot volume size greater than the maximum supported value - `image_request_in_progress`: image operation is in progress (such as an import from Cloud Object Storage) - `image_request_queued`: image request has been accepted but the requested operation has not started 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
ENCRYPTED_DATA_KEY_INVALID
encrypted_data_key_invalid.static String
ENCRYPTION_KEY_DELETED
encryption_key_deleted.static String
ENCRYPTION_KEY_DISABLED
encryption_key_disabled.static String
IMAGE_DATA_CORRUPTED
image_data_corrupted.static String
IMAGE_PROVISIONED_SIZE_UNSUPPORTED
image_provisioned_size_unsupported.static String
IMAGE_REQUEST_IN_PROGRESS
image_request_in_progress.static String
IMAGE_REQUEST_QUEUED
image_request_queued.
-
-
-
Field Detail
-
ENCRYPTED_DATA_KEY_INVALID
static final String ENCRYPTED_DATA_KEY_INVALID
encrypted_data_key_invalid.- See Also:
- Constant Field Values
-
ENCRYPTION_KEY_DELETED
static final String ENCRYPTION_KEY_DELETED
encryption_key_deleted.- See Also:
- Constant Field Values
-
ENCRYPTION_KEY_DISABLED
static final String ENCRYPTION_KEY_DISABLED
encryption_key_disabled.- See Also:
- Constant Field Values
-
IMAGE_DATA_CORRUPTED
static final String IMAGE_DATA_CORRUPTED
image_data_corrupted.- See Also:
- Constant Field Values
-
IMAGE_PROVISIONED_SIZE_UNSUPPORTED
static final String IMAGE_PROVISIONED_SIZE_UNSUPPORTED
image_provisioned_size_unsupported.- See Also:
- Constant Field Values
-
IMAGE_REQUEST_IN_PROGRESS
static final String IMAGE_REQUEST_IN_PROGRESS
image_request_in_progress.- See Also:
- Constant Field Values
-
IMAGE_REQUEST_QUEUED
static final String IMAGE_REQUEST_QUEUED
image_request_queued.- See Also:
- Constant Field Values
-
-