Enum ListRemediationRunsRequest.SortBy

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<ListRemediationRunsRequest.SortBy>
    Enclosing class:
    ListRemediationRunsRequest

    public static enum ListRemediationRunsRequest.SortBy
    extends Enum<ListRemediationRunsRequest.SortBy>
    implements BmcEnum
    The field used to sort Remediation Runs.

    Only one sort order is allowed. Default order for timeCreated is descending. Default order for timeFinished is descending. Default order for timeStarted is descending. Default order for displayName is ascending alphabetical order. Default order for lifecycleState is the following sequence: CREATING, ACTIVE, UPDATING, DELETING, DELETED, and FAILED. Default order for currentStageType is the following sequence: DETECT, RECOMMEND, VERIFY, and APPLY.