| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageDataType |
StorageDataType.create(String key) |
StorageDataType |
StorageWorkRequestSummary.getDataType()
Thie is the type of data to be purged
|
StorageDataType |
ReleaseRecalledDataDetails.getDataType()
This is the type of the recalled data to be released
|
StorageDataType |
PurgeStorageDataDetails.getDataType()
This is the type of the log data to be purged
|
StorageDataType |
StorageWorkRequest.getDataType()
Thie is the type of data to be purged
|
StorageDataType |
EstimatePurgeDataSizeDetails.getDataType()
This is the type of the log data to be purged
|
StorageDataType |
RecallArchivedDataDetails.getDataType()
This is the type of the log data to be recalled
|
StorageDataType |
PurgeAction.getDataType()
the type of the log data to be purged
|
static StorageDataType |
StorageDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageDataType[] |
StorageDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StorageWorkRequestSummary.Builder |
StorageWorkRequestSummary.Builder.dataType(StorageDataType dataType) |
ReleaseRecalledDataDetails.Builder |
ReleaseRecalledDataDetails.Builder.dataType(StorageDataType dataType) |
PurgeStorageDataDetails.Builder |
PurgeStorageDataDetails.Builder.dataType(StorageDataType dataType) |
StorageWorkRequest.Builder |
StorageWorkRequest.Builder.dataType(StorageDataType dataType) |
EstimatePurgeDataSizeDetails.Builder |
EstimatePurgeDataSizeDetails.Builder.dataType(StorageDataType dataType) |
RecallArchivedDataDetails.Builder |
RecallArchivedDataDetails.Builder.dataType(StorageDataType dataType) |
PurgeAction.Builder |
PurgeAction.Builder.dataType(StorageDataType dataType) |
| Constructor and Description |
|---|
EstimatePurgeDataSizeDetails(String compartmentId,
Boolean compartmentIdInSubtree,
Date timeDataEnded,
String purgeQueryString,
StorageDataType dataType)
Deprecated.
|
PurgeAction(String queryString,
StorageDataType dataType,
String purgeDuration,
String purgeCompartmentId,
Boolean compartmentIdInSubtree)
Deprecated.
|
PurgeStorageDataDetails(String compartmentId,
Boolean compartmentIdInSubtree,
Date timeDataEnded,
String purgeQueryString,
StorageDataType dataType)
Deprecated.
|
RecallArchivedDataDetails(String compartmentId,
Date timeDataEnded,
Date timeDataStarted,
StorageDataType dataType)
Deprecated.
|
ReleaseRecalledDataDetails(String compartmentId,
Date timeDataEnded,
Date timeDataStarted,
StorageDataType dataType)
Deprecated.
|
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)
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)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.