Package | Description |
---|---|
com.oracle.bmc.loganalytics.model | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
static StorageOperationType |
StorageOperationType.create(String key) |
StorageOperationType |
StorageWorkRequest.getOperationType()
This is the type of the work request.
|
StorageOperationType |
StorageWorkRequestSummary.getOperationType()
This is the type of the work request.
|
static StorageOperationType |
StorageOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageOperationType[] |
StorageOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StorageWorkRequest.Builder |
StorageWorkRequest.Builder.operationType(StorageOperationType operationType)
This is the type of the work request.
|
StorageWorkRequestSummary.Builder |
StorageWorkRequestSummary.Builder.operationType(StorageOperationType operationType)
This is the type of the work request.
|
Constructor and Description |
---|
StorageWorkRequest(String id,
String compartmentId,
Date timeStarted,
Date timeAccepted,
Date timeFinished,
Date timeExpires,
Integer percentComplete,
WorkRequestStatus status,
Date timeDataStarted,
Date timeDataEnded,
String purgeQueryString,
StorageDataType dataType,
String statusDetails,
String operationDetails,
String policyName,
String policyId,
Long storageUsageInBytes,
Boolean compartmentIdInSubtree,
StorageOperationType operationType,
String keyId,
EncryptionKeyType keyType,
String logSets,
String purpose,
String query,
Boolean isRecallNewDataOnly,
Boolean isUseRecommendedDataSet)
Deprecated.
|
StorageWorkRequestSummary(String id,
String compartmentId,
Date timeStarted,
Date timeAccepted,
Date timeFinished,
Date timeExpires,
Integer percentComplete,
WorkRequestStatus status,
Date timeDataStarted,
Date timeDataEnded,
String purgeQueryString,
StorageDataType dataType,
String statusDetails,
String operationDetails,
String policyName,
String policyId,
Long storageUsageInBytes,
Boolean compartmentIdInSubtree,
StorageOperationType operationType,
String keyId,
EncryptionKeyType keyType,
String logSets,
String purpose,
String query,
Boolean isRecallNewDataOnly,
Boolean isUseRecommendedDataSet)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StorageOperationType |
ListStorageWorkRequestsRequest.getOperationType()
The is the work request type query parameter
|
Modifier and Type | Method and Description |
---|---|
ListStorageWorkRequestsRequest.Builder |
ListStorageWorkRequestsRequest.Builder.operationType(StorageOperationType operationType)
The is the work request type query parameter
|
Copyright © 2016–2024. All rights reserved.