Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
static WorkRequest.Builder |
WorkRequest.builder()
Create a new builder.
|
WorkRequest.Builder |
WorkRequest.Builder.childrenIds(List<String> childrenIds)
A list of the IDs of any children of this work request
|
WorkRequest.Builder |
WorkRequest.Builder.compartmentId(String compartmentId)
The ocid of the compartment that contains the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.copy(WorkRequest model) |
WorkRequest.Builder |
WorkRequest.Builder.description(String description)
Description of the type of work.
|
WorkRequest.Builder |
WorkRequest.Builder.id(String id)
The id of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.managedInstanceId(Id managedInstanceId) |
WorkRequest.Builder |
WorkRequest.Builder.message(String message)
A progress or error message, if there is any.
|
WorkRequest.Builder |
WorkRequest.Builder.operationType(OperationTypes operationType)
the type of operation this Work Request performs
|
WorkRequest.Builder |
WorkRequest.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
WorkRequest.Builder |
WorkRequest.Builder.parentId(String parentId)
The parent of this work request, if one exists.
|
WorkRequest.Builder |
WorkRequest.Builder.percentComplete(Float percentComplete)
Percentage of the request completed.
|
WorkRequest.Builder |
WorkRequest.Builder.resources(List<WorkRequestResource> resources)
The resources affected by this work request.
|
WorkRequest.Builder |
WorkRequest.Builder.status(OperationStatus status)
status of current work request.
|
WorkRequest.Builder |
WorkRequest.Builder.timeAccepted(Date timeAccepted)
The date and time the request was created, as described in RFC
3339, section 14.29.
|
WorkRequest.Builder |
WorkRequest.Builder.timeFinished(Date timeFinished)
The date and time the object was finished, as described in RFC
3339.
|
WorkRequest.Builder |
WorkRequest.Builder.timeStarted(Date timeStarted)
The date and time the request was started, as described in RFC
3339, section 14.29.
|
WorkRequest.Builder |
WorkRequest.toBuilder() |
Copyright © 2016–2024. All rights reserved.