Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
ModuleSpecDetails |
ModuleSpecDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ModuleSpecDetails> |
WorkRequest.getModuleSpecs()
The list of appstream modules being operated on.
|
Modifier and Type | Method and Description |
---|---|
ModuleSpecDetails.Builder |
ModuleSpecDetails.Builder.copy(ModuleSpecDetails model) |
Modifier and Type | Method and Description |
---|---|
WorkRequest.Builder |
WorkRequest.Builder.moduleSpecs(List<ModuleSpecDetails> moduleSpecs)
The list of appstream modules being operated on.
|
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.