Interface ResourceInstanceLastOperation.State
-
- Enclosing class:
- ResourceInstanceLastOperation
public static interface ResourceInstanceLastOperation.StateThe last operation state of the resoure instance. This indicates if the resource's last operation is in progress, succeeded or failed.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFAILEDfailed.static java.lang.StringIN_PROGRESSin progress.static java.lang.StringSUCCEEDEDsucceeded.
-
-
-
Field Detail
-
IN_PROGRESS
static final java.lang.String IN_PROGRESS
in progress.- See Also:
- Constant Field Values
-
SUCCEEDED
static final java.lang.String SUCCEEDED
succeeded.- See Also:
- Constant Field Values
-
FAILED
static final java.lang.String FAILED
failed.- See Also:
- Constant Field Values
-
-