Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
static WorkRequestOperationType |
WorkRequestOperationType.create(String key) |
WorkRequestOperationType |
WorkRequestSummary.getOperationType()
Type of the work request.
|
WorkRequestOperationType |
WorkRequest.getOperationType()
Type of the work request.
|
static WorkRequestOperationType |
WorkRequestOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequestOperationType[] |
WorkRequestOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WorkRequestSummary.Builder |
WorkRequestSummary.Builder.operationType(WorkRequestOperationType operationType)
Type of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.operationType(WorkRequestOperationType operationType)
Type of 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.
|
WorkRequestSummary(WorkRequestOperationType operationType,
OperationStatus status,
String id,
String description,
String displayName,
String message,
String parentId,
List<String> childrenId,
String compartmentId,
Float percentComplete,
Date timeCreated,
Date timeScheduled,
Boolean isManagedByAutonomousLinux)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<WorkRequestOperationType> |
ListWorkRequestsRequest.getOperationType()
The asynchronous operation tracked by this work request.
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestsRequest.Builder |
ListWorkRequestsRequest.Builder.operationType(WorkRequestOperationType singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestsRequest.Builder |
ListWorkRequestsRequest.Builder.operationType(List<WorkRequestOperationType> operationType)
The asynchronous operation tracked by this work request.
|
Copyright © 2016–2024. All rights reserved.