Enum Workspace.LifecycleState

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<Workspace.LifecycleState>
    Enclosing class:
    Workspace

    public static enum Workspace.LifecycleState
    extends Enum<Workspace.LifecycleState>
    implements BmcEnum
    Lifecycle states for workspaces in Data Integration Service CREATING - The resource is being created and may not be usable until the entire metadata is defined UPDATING - The resource is being updated and may not be usable until all changes are commited DELETING - The resource is being deleted and might require deep cleanup of children.

    ACTIVE - The resource is valid and available for access INACTIVE - The resource might be incomplete in its definition or might have been made unavailable for administrative reasons DELETED - The resource has been deleted and isn’t available FAILED - The resource is in a failed state due to validation or other errors STARTING - The resource is being started and may not be usable until becomes ACTIVE again STOPPING - The resource is in the process of Stopping and may not be usable until it Stops or fails STOPPED - The resource is in Stopped state due to stop operation.