Uses of Class
com.oracle.bmc.loganalytics.model.ObjectCollectionRuleLifecycleStates
-
Packages that use ObjectCollectionRuleLifecycleStates Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of ObjectCollectionRuleLifecycleStates in com.oracle.bmc.loganalytics
-
Uses of ObjectCollectionRuleLifecycleStates in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ObjectCollectionRuleLifecycleStates Modifier and Type Method Description static ObjectCollectionRuleLifecycleStates
ObjectCollectionRuleLifecycleStates. create(String key)
ObjectCollectionRuleLifecycleStates
LogAnalyticsObjectCollectionRule. getLifecycleState()
The current state of the rule.ObjectCollectionRuleLifecycleStates
LogAnalyticsObjectCollectionRuleSummary. getLifecycleState()
The current state of the rule.static ObjectCollectionRuleLifecycleStates
ObjectCollectionRuleLifecycleStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectCollectionRuleLifecycleStates[]
ObjectCollectionRuleLifecycleStates. 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 ObjectCollectionRuleLifecycleStates Modifier and Type Method Description LogAnalyticsObjectCollectionRule.Builder
LogAnalyticsObjectCollectionRule.Builder. lifecycleState(ObjectCollectionRuleLifecycleStates lifecycleState)
The current state of the rule.LogAnalyticsObjectCollectionRuleSummary.Builder
LogAnalyticsObjectCollectionRuleSummary.Builder. lifecycleState(ObjectCollectionRuleLifecycleStates lifecycleState)
The current state of the rule.Constructors in com.oracle.bmc.loganalytics.model with parameters of type ObjectCollectionRuleLifecycleStates Constructor Description 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, 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, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.
-