Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
static WorkRequest.Builder |
WorkRequest.builder()
Create a new builder.
|
WorkRequest.Builder |
WorkRequest.Builder.childrenId(List<String> childrenId)
The list of OCIDs for the child work requests.
|
WorkRequest.Builder |
WorkRequest.Builder.compartmentId(String compartmentId)
The OCID
of the compartment that contains the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.contentChecksum(String contentChecksum)
The EventFingerprint associated with the content.
|
WorkRequest.Builder |
WorkRequest.Builder.contentLocation(String contentLocation)
The location of the bundle in the filesystem of the resource associated to this work
request.
|
WorkRequest.Builder |
WorkRequest.Builder.copy(WorkRequest model) |
WorkRequest.Builder |
WorkRequest.Builder.description(String description)
A short description about the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.displayName(String displayName)
A short display name for the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.eventId(String eventId)
The event id of the content.
|
WorkRequest.Builder |
WorkRequest.Builder.id(String id)
The OCID
of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.initiatorId(String initiatorId)
The OCID
of the resource that initiated the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.isManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux)
Indicates whether this work request is managed by the Autonomous Linux service.
|
WorkRequest.Builder |
WorkRequest.Builder.managementStation(WorkRequestManagementStationDetails managementStation) |
WorkRequest.Builder |
WorkRequest.Builder.message(String message)
A progress or error message, if there is any.
|
WorkRequest.Builder |
WorkRequest.Builder.moduleSpecs(List<ModuleSpecDetails> moduleSpecs)
The list of appstream modules being operated on.
|
WorkRequest.Builder |
WorkRequest.Builder.operationType(WorkRequestOperationType operationType)
Type of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.packageNames(List<String> packageNames)
A list of package names to be installed, updated, or removed.
|
WorkRequest.Builder |
WorkRequest.Builder.parentId(String parentId)
The OCID of the parent work request, if there is any.
|
WorkRequest.Builder |
WorkRequest.Builder.percentComplete(Float percentComplete)
The percentage complete of the operation tracked by this work request.
|
WorkRequest.Builder |
WorkRequest.Builder.resources(List<WorkRequestResource> resources)
The list of
OCIDs for
the resources affected by the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.retryIntervals(List<Integer> retryIntervals)
Indicates whether this work request is managed by the Autonomous Linux service.
|
WorkRequest.Builder |
WorkRequest.Builder.retryOfId(String retryOfId)
The OCID
of the original work request that is being retried.
|
WorkRequest.Builder |
WorkRequest.Builder.status(OperationStatus status)
Status of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.timeCreated(Date timeCreated)
The date and time the work request was created (in RFC
3339 format).
|
WorkRequest.Builder |
WorkRequest.Builder.timeFinished(Date timeFinished)
The date and time the work request completed (in RFC
3339 format).
|
WorkRequest.Builder |
WorkRequest.Builder.timeScheduled(Date timeScheduled)
The scheduled date and time to retry the work request (in RFC
3339 format).
|
WorkRequest.Builder |
WorkRequest.Builder.timeStarted(Date timeStarted)
The date and time the work request started (in RFC
3339 format).
|
WorkRequest.Builder |
WorkRequest.Builder.timeUpdated(Date timeUpdated)
The date and time the work request started (in RFC
3339 format).
|
WorkRequest.Builder |
WorkRequest.toBuilder() |
WorkRequest.Builder |
WorkRequest.Builder.windowsUpdateNames(List<String> windowsUpdateNames)
The UUIDs of the target Windows update (only used when operation type is
INSTALL_WINDOWS_UPDATES).
|
Copyright © 2016–2024. All rights reserved.