Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServer.Status
-
- Enclosing class:
- BareMetalServer
public static interface BareMetalServer.StatusThe status of the bare metal server.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELETINGdeleting.static StringFAILEDfailed.static StringMAINTENANCEmaintenance.static StringPENDINGpending.static StringRESTARTINGrestarting.static StringRUNNINGrunning.static StringSTARTINGstarting.static StringSTOPPEDstopped.static StringSTOPPINGstopping.
-
-
-
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
-
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
-
STOPPING
static final String STOPPING
stopping.- See Also:
- Constant Field Values
-
-