Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServer.Status
-
- Enclosing class:
- BareMetalServer
public static interface BareMetalServer.Status
The status of the bare metal server.
-
-
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
RESTARTING
restarting.static String
RUNNING
running.static String
STARTING
starting.static String
STOPPED
stopped.static String
STOPPING
stopping.
-
-
-
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
-
-