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
FieldsModifier and TypeFieldDescriptionstatic final String
cannot_start.static final String
cannot_start_capacity.static final String
cannot_start_compute.static final String
cannot_start_ip_address.static final String
cannot_start_network.static final String
cannot_start_placement_group.static final String
cannot_start_reservation_capacity.static final String
cannot_start_reservation_expired.static final String
cannot_start_storage.static final String
encryption_key_deleted.static final String
stopped_by_host_failure.static final String
stopped_for_image_creation.
-
Field Details
-
CANNOT_START
-
CANNOT_START_CAPACITY
-
CANNOT_START_COMPUTE
-
CANNOT_START_IP_ADDRESS
-
CANNOT_START_NETWORK
-
CANNOT_START_PLACEMENT_GROUP
-
CANNOT_START_RESERVATION_CAPACITY
-
CANNOT_START_RESERVATION_EXPIRED
-
CANNOT_START_STORAGE
-
ENCRYPTION_KEY_DELETED
-
STOPPED_BY_HOST_FAILURE
-
STOPPED_FOR_IMAGE_CREATION
-