Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static WorkRequest.Builder |
WorkRequest.builder()
Create a new builder.
|
WorkRequest.Builder |
WorkRequest.Builder.compartmentId(String compartmentId)
The OCID of the
compartment containing the load balancer.
|
WorkRequest.Builder |
WorkRequest.Builder.copy(WorkRequest model) |
WorkRequest.Builder |
WorkRequest.Builder.errorDetails(List<WorkRequestError> errorDetails) |
WorkRequest.Builder |
WorkRequest.Builder.id(String id)
The OCID of the
work request.
|
WorkRequest.Builder |
WorkRequest.Builder.lifecycleState(WorkRequest.LifecycleState lifecycleState)
The current state of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.loadBalancerId(String loadBalancerId)
The OCID of the
load balancer with which the work request is associated.
|
WorkRequest.Builder |
WorkRequest.Builder.message(String message)
A collection of data, related to the load balancer provisioning process, that helps with
debugging in the event of failure.
|
WorkRequest.Builder |
WorkRequest.Builder.timeAccepted(Date timeAccepted)
The date and time the work request was created, in the format defined by RFC3339.
|
WorkRequest.Builder |
WorkRequest.Builder.timeFinished(Date timeFinished)
The date and time the work request was completed, in the format defined by RFC3339.
|
WorkRequest.Builder |
WorkRequest.toBuilder() |
WorkRequest.Builder |
WorkRequest.Builder.type(String type)
The type of action the work request represents.
|
Copyright © 2016–2024. All rights reserved.