Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static ObjectCollectionRuleLifecycleStates |
ObjectCollectionRuleLifecycleStates.create(String key) |
ObjectCollectionRuleLifecycleStates |
LogAnalyticsObjectCollectionRuleSummary.getLifecycleState()
The current state of the rule.
|
ObjectCollectionRuleLifecycleStates |
LogAnalyticsObjectCollectionRule.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.
|
Modifier and Type | Method and Description |
---|---|
LogAnalyticsObjectCollectionRuleSummary.Builder |
LogAnalyticsObjectCollectionRuleSummary.Builder.lifecycleState(ObjectCollectionRuleLifecycleStates lifecycleState)
The current state of the rule.
|
LogAnalyticsObjectCollectionRule.Builder |
LogAnalyticsObjectCollectionRule.Builder.lifecycleState(ObjectCollectionRuleLifecycleStates lifecycleState)
The current state of the rule.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.