Package | Description |
---|---|
com.oracle.bmc.cloudmigrations.model | |
com.oracle.bmc.cloudmigrations.requests |
Modifier and Type | Method and Description |
---|---|
static OperationType |
OperationType.create(String key) |
OperationType |
WorkRequestSummary.getOperationType()
The type of work request.
|
OperationType |
WorkRequest.getOperationType()
The type of the work request.
|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.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(OperationType operationType)
The type of work request.
|
WorkRequest.Builder |
WorkRequest.Builder.operationType(OperationType operationType)
The type of the work request.
|
Constructor and Description |
---|
WorkRequest(OperationType operationType,
OperationStatus status,
String id,
String compartmentId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished)
Deprecated.
|
WorkRequestSummary(OperationType operationType,
OperationStatus status,
String id,
String compartmentId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OperationType |
ListWorkRequestsRequest.getOperationType()
A filter to return only resources where the resource’s lifecycle state matches the given
operation type.
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestsRequest.Builder |
ListWorkRequestsRequest.Builder.operationType(OperationType operationType)
A filter to return only resources where the resource’s lifecycle state matches the given
operation type.
|
Copyright © 2016–2024. All rights reserved.