Uses of Class
com.oracle.bmc.loganalytics.model.StorageDataType
-
Packages that use StorageDataType Package Description com.oracle.bmc.loganalytics.model -
-
Uses of StorageDataType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return StorageDataType Modifier and Type Method Description static StorageDataType
StorageDataType. create(String key)
StorageDataType
EstimatePurgeDataSizeDetails. getDataType()
This is the type of the log data to be purgedStorageDataType
PurgeAction. getDataType()
the type of the log data to be purgedStorageDataType
PurgeStorageDataDetails. getDataType()
This is the type of the log data to be purgedStorageDataType
RecallArchivedDataDetails. getDataType()
This is the type of the log data to be recalledStorageDataType
ReleaseRecalledDataDetails. getDataType()
This is the type of the recalled data to be releasedStorageDataType
StorageWorkRequest. getDataType()
Thie is the type of data to be purgedStorageDataType
StorageWorkRequestSummary. getDataType()
Thie is the type of data to be purgedstatic 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.Methods in com.oracle.bmc.loganalytics.model with parameters of type StorageDataType Modifier and Type Method Description EstimatePurgeDataSizeDetails.Builder
EstimatePurgeDataSizeDetails.Builder. dataType(StorageDataType dataType)
This is the type of the log data to be purgedPurgeAction.Builder
PurgeAction.Builder. dataType(StorageDataType dataType)
the type of the log data to be purgedPurgeStorageDataDetails.Builder
PurgeStorageDataDetails.Builder. dataType(StorageDataType dataType)
This is the type of the log data to be purgedRecallArchivedDataDetails.Builder
RecallArchivedDataDetails.Builder. dataType(StorageDataType dataType)
This is the type of the log data to be recalledReleaseRecalledDataDetails.Builder
ReleaseRecalledDataDetails.Builder. dataType(StorageDataType dataType)
This is the type of the recalled data to be releasedStorageWorkRequest.Builder
StorageWorkRequest.Builder. dataType(StorageDataType dataType)
Thie is the type of data to be purgedStorageWorkRequestSummary.Builder
StorageWorkRequestSummary.Builder. dataType(StorageDataType dataType)
Thie is the type of data to be purgedConstructors in com.oracle.bmc.loganalytics.model with parameters of type StorageDataType Constructor 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, String logSets, String query, String purpose, Boolean isRecallNewDataOnly, Boolean isUseRecommendedDataSet, Long collectionId)
Deprecated.ReleaseRecalledDataDetails(String compartmentId, Date timeDataEnded, Date timeDataStarted, StorageDataType dataType, Long collectionId)
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, 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.
-