Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerStatusReason.Code
-
- Enclosing class:
- BareMetalServerStatusReason
public static interface BareMetalServerStatusReason.Code
The status reason code: - `cannot_start`: Failed to start due to an internal error - `cannot_start_capacity`: Insufficient capacity within the selected zone - `cannot_start_compute`: An error occurred while allocating compute resources - `cannot_start_ip_address`: An error occurred while allocating an IP address - `cannot_start_network`: An error occurred while allocating network resources - `cannot_update_firmware`: An error occurred while updating bare metal server firmware 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_REINITIALIZE
cannot_reinitialize.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_UPDATE_FIRMWARE
cannot_update_firmware.
-
-
-
Field Detail
-
CANNOT_REINITIALIZE
static final String CANNOT_REINITIALIZE
cannot_reinitialize.- See Also:
- Constant Field Values
-
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_UPDATE_FIRMWARE
static final String CANNOT_UPDATE_FIRMWARE
cannot_update_firmware.- See Also:
- Constant Field Values
-
-