Interface AzResource.Status
-
- Enclosing interface:
- AzResource
public static interface AzResource.Status
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVATINGstatic StringCREATINGstatic StringDEACTIVATINGstatic StringDELETEDstatic StringDELETINGstatic StringDEPLOYINGstatic StringERRORstatic StringINACTIVEstatic StringLOADINGstatic StringOKstatic StringONLINEstatic 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
-
ACTIVATING
static final String ACTIVATING
- See Also:
- Constant Field Values
-
DEACTIVATING
static final String DEACTIVATING
- 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
-
OK
static final String OK
- See Also:
- Constant Field Values
-
ONLINE
static final String ONLINE
- 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
-
-