| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics | |
| com.oracle.bmc.loganalytics.model |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.bmc.waiter.Waiter<GetLogAnalyticsObjectCollectionRuleRequest,GetLogAnalyticsObjectCollectionRuleResponse> |
LogAnalyticsWaiters.forLogAnalyticsObjectCollectionRule(GetLogAnalyticsObjectCollectionRuleRequest request,
ObjectCollectionRuleLifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
com.oracle.bmc.waiter.Waiter<GetLogAnalyticsObjectCollectionRuleRequest,GetLogAnalyticsObjectCollectionRuleResponse> |
LogAnalyticsWaiters.forLogAnalyticsObjectCollectionRule(GetLogAnalyticsObjectCollectionRuleRequest request,
ObjectCollectionRuleLifecycleStates targetState,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
com.oracle.bmc.waiter.Waiter<GetLogAnalyticsObjectCollectionRuleRequest,GetLogAnalyticsObjectCollectionRuleResponse> |
LogAnalyticsWaiters.forLogAnalyticsObjectCollectionRule(GetLogAnalyticsObjectCollectionRuleRequest request,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy,
ObjectCollectionRuleLifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
| 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) |
LogAnalyticsObjectCollectionRule.Builder |
LogAnalyticsObjectCollectionRule.Builder.lifecycleState(ObjectCollectionRuleLifecycleStates lifecycleState) |
| 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,
Map<String,List<PropertyOverride>> overrides,
ObjectCollectionRuleLifecycleStates lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Boolean isEnabled,
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,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.