Package | Description |
---|---|
com.oracle.bmc.resourcescheduler.model | |
com.oracle.bmc.resourcescheduler.requests |
Modifier and Type | Method and Description |
---|---|
static OperationStatus |
OperationStatus.create(String key) |
OperationStatus |
ScheduleSummary.getLastRunStatus()
This is the status of the last work request.
|
OperationStatus |
WorkRequestSummary.getStatus()
This is the status of the work request.
|
OperationStatus |
WorkRequest.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.
|
Modifier and Type | Method and Description |
---|---|
ScheduleSummary.Builder |
ScheduleSummary.Builder.lastRunStatus(OperationStatus lastRunStatus)
This is the status of the last work request.
|
WorkRequestSummary.Builder |
WorkRequestSummary.Builder.status(OperationStatus status)
This is the status of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.status(OperationStatus status)
This is the status of the work request.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
OperationStatus |
ListWorkRequestsRequest.getStatus()
This is a filter to return only the resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestsRequest.Builder |
ListWorkRequestsRequest.Builder.status(OperationStatus status)
This is a filter to return only the resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.