Enum WorkRequestResource.ActionType

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<WorkRequestResource.ActionType>
    Enclosing class:
    WorkRequestResource

    public static enum WorkRequestResource.ActionType
    extends Enum<WorkRequestResource.ActionType>
    implements BmcEnum
    The way in which this resource is affected by the work tracked in the work request.

    A resource being created, updated, or deleted will remain in the IN_PROGRESS state until work is complete for that resource at which point it will transition to CREATED, UPDATED, or DELETED, respectively. If the request failed for that resource, the state will be FAILED.