Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceGroupManagerActionScheduledActionManagerTarget.Status
-
- Enclosing class:
- InstanceGroupManagerActionScheduledActionManagerTarget
public static interface InstanceGroupManagerActionScheduledActionManagerTarget.Status
The status of the instance group action - `active`: Action is ready to be run - `completed`: Action was completed successfully - `failed`: Action could not be completed successfully - `incompatible`: Action parameters are not compatible with the group or manager - `omitted`: Action was not applied because this action's manager was disabled The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
ACTIVE
static final String ACTIVE
active.- See Also:
- Constant Field Values
-
COMPLETED
static final String COMPLETED
completed.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
INCOMPATIBLE
static final String INCOMPATIBLE
incompatible.- See Also:
- Constant Field Values
-
OMITTED
static final String OMITTED
omitted.- See Also:
- Constant Field Values
-
-