Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServer.Status
-
- Enclosing class:
- BareMetalServer
public static interface BareMetalServer.Status
The status of this bare metal server: - `deleting`: server is undergoing deletion - `failed`: server is failed and not usable (see `status_reasons`) - `maintenance`: server is undergoing maintenance (not usable) - `pending`: server is being provisioned and not yet usable - `reinitializing`: server is reinitializing and not yet usable - `restarting`: server is restarting and not yet usable - `running`: server is powered on - `starting`: server is starting and not yet usable - `stopped`: server is powered off 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
DELETING
deleting.static String
FAILED
failed.static String
MAINTENANCE
maintenance.static String
PENDING
pending.static String
REINITIALIZING
reinitializing.static String
RESTARTING
restarting.static String
RUNNING
running.static String
STARTING
starting.static String
STOPPED
stopped.
-
-
-
Field Detail
-
DELETING
static final String DELETING
deleting.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
MAINTENANCE
static final String MAINTENANCE
maintenance.- See Also:
- Constant Field Values
-
PENDING
static final String PENDING
pending.- See Also:
- Constant Field Values
-
REINITIALIZING
static final String REINITIALIZING
reinitializing.- See Also:
- Constant Field Values
-
RESTARTING
static final String RESTARTING
restarting.- See Also:
- Constant Field Values
-
RUNNING
static final String RUNNING
running.- See Also:
- Constant Field Values
-
STARTING
static final String STARTING
starting.- See Also:
- Constant Field Values
-
STOPPED
static final String STOPPED
stopped.- See Also:
- Constant Field Values
-
-