Uses of Class
com.oracle.bmc.loganalytics.model.LogTypes
-
Packages that use LogTypes Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LogTypes in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogTypes Modifier and Type Method Description static LogTypes
LogTypes. create(String key)
LogTypes
CreateLogAnalyticsObjectCollectionRuleDetails. getLogType()
Type of files/objects in this object collection rule.LogTypes
LogAnalyticsObjectCollectionRule. getLogType()
Type of files/objects in this object collection rule.LogTypes
LogAnalyticsObjectCollectionRuleSummary. getLogType()
Type of files/objects in this object collection rule.static LogTypes
LogTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogTypes[]
LogTypes. 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 LogTypes Modifier and Type Method Description CreateLogAnalyticsObjectCollectionRuleDetails.Builder
CreateLogAnalyticsObjectCollectionRuleDetails.Builder. logType(LogTypes logType)
Type of files/objects in this object collection rule.LogAnalyticsObjectCollectionRule.Builder
LogAnalyticsObjectCollectionRule.Builder. logType(LogTypes logType)
Type of files/objects in this object collection rule.LogAnalyticsObjectCollectionRuleSummary.Builder
LogAnalyticsObjectCollectionRuleSummary.Builder. logType(LogTypes logType)
Type of files/objects in this object collection rule.Constructors in com.oracle.bmc.loganalytics.model with parameters of type LogTypes Constructor Description CreateLogAnalyticsObjectCollectionRuleDetails(String name, String description, String compartmentId, String osNamespace, String osBucketName, ObjectCollectionRuleCollectionTypes collectionType, String pollSince, String pollTill, String logGroupId, String logSourceName, String entityId, String charEncoding, Boolean isEnabled, String timezone, String logSet, LogSetKeyTypes logSetKey, String logSetExtRegex, Map<String,List<PropertyOverride>> overrides, List<String> objectNameFilters, LogTypes logType, Boolean isForceHistoricCollection, String streamId, StreamCursorTypes streamCursorType, Date streamCursorTime, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.LogAnalyticsObjectCollectionRule(String id, String name, String description, String compartmentId, String osNamespace, String osBucketName, ObjectCollectionRuleCollectionTypes collectionType, String pollSince, String pollTill, String logGroupId, String logSourceName, String entityId, String charEncoding, String timezone, String logSet, LogSetKeyTypes logSetKey, String logSetExtRegex, Map<String,List<PropertyOverride>> overrides, ObjectCollectionRuleLifecycleStates lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Boolean isEnabled, List<String> objectNameFilters, LogTypes logType, Boolean isForceHistoricCollection, String streamId, StreamCursorTypes streamCursorType, Date streamCursorTime, String lastCollectedObject, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.LogAnalyticsObjectCollectionRuleSummary(String id, String name, String description, String compartmentId, String osNamespace, String osBucketName, ObjectCollectionRuleCollectionTypes collectionType, ObjectCollectionRuleLifecycleStates lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Boolean isEnabled, List<String> objectNameFilters, LogTypes logType, String streamId, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.
-