Interface IAzureBaseResource.Status
-
- Enclosing interface:
- IAzureBaseResource<T extends IAzureBaseResource,P extends IAzureBaseResource>
public static interface IAzureBaseResource.Status
-
-
Field Detail
-
UNSTABLE
static final String UNSTABLE
- See Also:
- Constant Field Values
-
PENDING
static final String PENDING
- See Also:
- Constant Field Values
-
DRAFT
static final String DRAFT
- See Also:
- Constant Field Values
-
STABLE
static final String STABLE
- See Also:
- Constant Field Values
-
LOADING
static final String LOADING
- See Also:
- Constant Field Values
-
ERROR
static final String ERROR
- 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
-
-