Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceStatusReason.Code
-
- Enclosing class:
- InstanceStatusReason
public static interface InstanceStatusReason.CodeA snake case string succinctly identifying the status reason.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCANNOT_STARTcannot_start.static StringCANNOT_START_CAPACITYcannot_start_capacity.static StringCANNOT_START_COMPUTEcannot_start_compute.static StringCANNOT_START_IP_ADDRESScannot_start_ip_address.static StringCANNOT_START_NETWORKcannot_start_network.static StringCANNOT_START_PLACEMENT_GROUPcannot_start_placement_group.static StringCANNOT_START_RESERVATION_CAPACITYcannot_start_reservation_capacity.static StringCANNOT_START_RESERVATION_EXPIREDcannot_start_reservation_expired.static StringCANNOT_START_STORAGEcannot_start_storage.static StringENCRYPTION_KEY_DELETEDencryption_key_deleted.static StringSTOPPED_BY_HOST_FAILUREstopped_by_host_failure.static StringSTOPPED_FOR_IMAGE_CREATIONstopped_for_image_creation.
-
-
-
Field Detail
-
CANNOT_START
static final String CANNOT_START
cannot_start.- See Also:
- Constant Field Values
-
CANNOT_START_CAPACITY
static final String CANNOT_START_CAPACITY
cannot_start_capacity.- See Also:
- Constant Field Values
-
CANNOT_START_COMPUTE
static final String CANNOT_START_COMPUTE
cannot_start_compute.- See Also:
- Constant Field Values
-
CANNOT_START_IP_ADDRESS
static final String CANNOT_START_IP_ADDRESS
cannot_start_ip_address.- See Also:
- Constant Field Values
-
CANNOT_START_NETWORK
static final String CANNOT_START_NETWORK
cannot_start_network.- See Also:
- Constant Field Values
-
CANNOT_START_PLACEMENT_GROUP
static final String CANNOT_START_PLACEMENT_GROUP
cannot_start_placement_group.- See Also:
- Constant Field Values
-
CANNOT_START_RESERVATION_CAPACITY
static final String CANNOT_START_RESERVATION_CAPACITY
cannot_start_reservation_capacity.- See Also:
- Constant Field Values
-
CANNOT_START_RESERVATION_EXPIRED
static final String CANNOT_START_RESERVATION_EXPIRED
cannot_start_reservation_expired.- See Also:
- Constant Field Values
-
CANNOT_START_STORAGE
static final String CANNOT_START_STORAGE
cannot_start_storage.- See Also:
- Constant Field Values
-
ENCRYPTION_KEY_DELETED
static final String ENCRYPTION_KEY_DELETED
encryption_key_deleted.- See Also:
- Constant Field Values
-
STOPPED_BY_HOST_FAILURE
static final String STOPPED_BY_HOST_FAILURE
stopped_by_host_failure.- See Also:
- Constant Field Values
-
STOPPED_FOR_IMAGE_CREATION
static final String STOPPED_FOR_IMAGE_CREATION
stopped_for_image_creation.- See Also:
- Constant Field Values
-
-