Interface AzResource.Status
-
- Enclosing interface:
- AzResource<T extends AzResource<T,P,R>,P extends AzResource<P,?,?>,R>
public static interface AzResource.Status
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATINGstatic StringDELETEDstatic StringDELETINGstatic StringDEPLOYINGstatic StringERRORstatic StringINACTIVEstatic StringLOADINGstatic StringPENDINGstatic StringRESTARTINGstatic StringRUNNINGstatic StringSCALINGstatic StringSTARTINGstatic StringSTOPPEDstatic StringSTOPPINGstatic StringUNKNOWNstatic StringUPDATING
-
-
-
Field Detail
-
PENDING
static final String PENDING
- See Also:
- Constant Field Values
-
CREATING
static final String CREATING
- See Also:
- Constant Field Values
-
DELETING
static final String DELETING
- See Also:
- Constant Field Values
-
LOADING
static final String LOADING
- See Also:
- Constant Field Values
-
UPDATING
static final String UPDATING
- See Also:
- Constant Field Values
-
SCALING
static final String SCALING
- See Also:
- Constant Field Values
-
DEPLOYING
static final String DEPLOYING
- See Also:
- Constant Field Values
-
STARTING
static final String STARTING
- See Also:
- Constant Field Values
-
RESTARTING
static final String RESTARTING
- See Also:
- Constant Field Values
-
STOPPING
static final String STOPPING
- See Also:
- Constant Field Values
-
DELETED
static final String DELETED
- See Also:
- Constant Field Values
-
ERROR
static final String ERROR
- See Also:
- Constant Field Values
-
INACTIVE
static final String INACTIVE
- See Also:
- Constant Field Values
-
RUNNING
static final String RUNNING
- See Also:
- Constant Field Values
-
STOPPED
static final String STOPPED
- See Also:
- Constant Field Values
-
UNKNOWN
static final String UNKNOWN
- See Also:
- Constant Field Values
-
-