Uses of Class
com.oracle.bmc.resourcescheduler.model.OperationStatus
-
Packages that use OperationStatus Package Description com.oracle.bmc.resourcescheduler.model com.oracle.bmc.resourcescheduler.requests -
-
Uses of OperationStatus in com.oracle.bmc.resourcescheduler.model
Methods in com.oracle.bmc.resourcescheduler.model that return OperationStatus Modifier and Type Method Description static OperationStatus
OperationStatus. create(String key)
OperationStatus
ScheduleSummary. getLastRunStatus()
This is the status of the last work request.OperationStatus
WorkRequest. getStatus()
This is the status of the work request.OperationStatus
WorkRequestSummary. getStatus()
This is the status of the work request.static OperationStatus
OperationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationStatus[]
OperationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcescheduler.model with parameters of type OperationStatus Modifier and Type Method Description ScheduleSummary.Builder
ScheduleSummary.Builder. lastRunStatus(OperationStatus lastRunStatus)
This is the status of the last work request.WorkRequest.Builder
WorkRequest.Builder. status(OperationStatus status)
This is the status of the work request.WorkRequestSummary.Builder
WorkRequestSummary.Builder. status(OperationStatus status)
This is the status of the work request.Constructors in com.oracle.bmc.resourcescheduler.model with parameters of type OperationStatus Constructor Description ScheduleSummary(String id, String compartmentId, String displayName, ScheduleSummary.Action action, String description, String recurrenceDetails, ScheduleSummary.RecurrenceType recurrenceType, List<ResourceFilter> resourceFilters, List<Resource> resources, Date timeStarts, Date timeEnds, Date timeCreated, Date timeUpdated, Date timeLastRun, Date timeNextRun, OperationStatus lastRunStatus, Schedule.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.WorkRequest(OperationType operationType, OperationStatus status, String id, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished, Date timeUpdated)
Deprecated.WorkRequestSummary(OperationType operationType, OperationStatus status, String id, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished, Date timeUpdated)
Deprecated. -
Uses of OperationStatus in com.oracle.bmc.resourcescheduler.requests
Methods in com.oracle.bmc.resourcescheduler.requests that return OperationStatus Modifier and Type Method Description OperationStatus
ListWorkRequestsRequest. getStatus()
This is a filter to return only the resources that match the given lifecycle state.Methods in com.oracle.bmc.resourcescheduler.requests with parameters of type OperationStatus Modifier and Type Method Description ListWorkRequestsRequest.Builder
ListWorkRequestsRequest.Builder. status(OperationStatus status)
This is a filter to return only the resources that match the given lifecycle state.
-