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 will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the instance on which the unexpected property value was encountered.
-
-
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
-
-