Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
WorkRequestResource |
WorkRequestResource.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<WorkRequestResource> |
WorkRequest.getResources()
The list of
OCIDs for the
resources affected by the 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 list of
OCIDs for
the resources affected by the work request.
|
Constructor and Description |
---|
WorkRequest(WorkRequestOperationType operationType,
OperationStatus status,
String id,
String description,
String displayName,
String message,
String parentId,
List<String> childrenId,
String compartmentId,
List<WorkRequestResource> resources,
List<String> packageNames,
List<String> windowsUpdateNames,
List<ModuleSpecDetails> moduleSpecs,
Float percentComplete,
Date timeCreated,
Date timeUpdated,
Date timeStarted,
Date timeFinished,
String initiatorId,
WorkRequestManagementStationDetails managementStation,
Date timeScheduled,
String contentLocation,
String eventId,
String contentChecksum,
String retryOfId,
List<Integer> retryIntervals,
Boolean isManagedByAutonomousLinux)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.