Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceStatusReason.Code
-
- Enclosing class:
- InstanceStatusReason
public static interface InstanceStatusReason.Code
A snake case string succinctly identifying the status reason. 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
CANNOT_START
cannot_start.static String
CANNOT_START_CAPACITY
cannot_start_capacity.static String
CANNOT_START_COMPUTE
cannot_start_compute.static String
CANNOT_START_IP_ADDRESS
cannot_start_ip_address.static String
CANNOT_START_NETWORK
cannot_start_network.static String
CANNOT_START_PLACEMENT_GROUP
cannot_start_placement_group.static String
CANNOT_START_RESERVATION_CAPACITY
cannot_start_reservation_capacity.static String
CANNOT_START_RESERVATION_EXPIRED
cannot_start_reservation_expired.static String
CANNOT_START_STORAGE
cannot_start_storage.static String
ENCRYPTION_KEY_DELETED
encryption_key_deleted.static String
STOPPED_BY_HOST_FAILURE
stopped_by_host_failure.static String
STOPPED_FOR_IMAGE_CREATION
stopped_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
-
-