Package com.ibm.cloud.is.vpc.v1.model
Interface Instance.Status
-
- Enclosing class:
- Instance
public static interface Instance.Status
The status of the virtual server instance. 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
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
-
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
-
-