Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
WorkRequestResource |
WorkRequestResource.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<WorkRequestResource> |
WorkRequest.getResources()
The resources affected by this work request.
|
Modifier and Type | Method and Description |
---|---|
WorkRequestResource.Builder |
WorkRequestResource.Builder.copy(WorkRequestResource model) |
Modifier and Type | Method and Description |
---|---|
WorkRequest.Builder |
WorkRequest.Builder.resources(List<WorkRequestResource> resources)
The resources affected by this work request.
|
Constructor and Description |
---|
WorkRequest(OperationTypes operationType,
OperationStatus status,
String id,
String compartmentId,
String description,
String message,
Id managedInstanceId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
OsFamilies osFamily,
String parentId,
List<String> childrenIds)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.