Interface IAzureBaseResource.Status
-
- Enclosing interface:
- IAzureBaseResource<T extends IAzureBaseResource,P extends IAzureBaseResource>
public static interface IAzureBaseResource.Status
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATINGstatic StringDELETEDstatic StringDELETINGstatic StringDISCONNECTEDstatic StringDRAFTstatic StringERRORstatic StringINACTIVEstatic StringLOADINGstatic StringNULLstatic StringPENDINGstatic StringRESTARTINGstatic StringRUNNINGstatic StringSCALINGstatic StringSTABLEstatic StringSTARTINGstatic List<String>statusstatic StringSTOPPEDstatic StringSTOPPINGstatic StringUNKNOWNstatic StringUNSTABLEstatic StringUPDATING
-
-
-
Field Detail
-
UNSTABLE
static final String UNSTABLE
- See Also:
- Constant Field Values
-
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
-
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
-
DRAFT
static final String DRAFT
- See Also:
- Constant Field Values
-
NULL
static final String NULL
- See Also:
- Constant Field Values
-
STABLE
static final String STABLE
- 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
-
DISCONNECTED
static final String DISCONNECTED
- 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
-
-