| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectCollectionRuleCollectionTypes |
ObjectCollectionRuleCollectionTypes.create(String key) |
ObjectCollectionRuleCollectionTypes |
LogAnalyticsObjectCollectionRuleSummary.getCollectionType()
The type of log collection.
|
ObjectCollectionRuleCollectionTypes |
LogAnalyticsObjectCollectionRule.getCollectionType()
The type of log collection.
|
ObjectCollectionRuleCollectionTypes |
CreateLogAnalyticsObjectCollectionRuleDetails.getCollectionType()
The type of collection.
|
static ObjectCollectionRuleCollectionTypes |
ObjectCollectionRuleCollectionTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectCollectionRuleCollectionTypes[] |
ObjectCollectionRuleCollectionTypes.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.collectionType(ObjectCollectionRuleCollectionTypes collectionType) |
LogAnalyticsObjectCollectionRule.Builder |
LogAnalyticsObjectCollectionRule.Builder.collectionType(ObjectCollectionRuleCollectionTypes collectionType) |
CreateLogAnalyticsObjectCollectionRuleDetails.Builder |
CreateLogAnalyticsObjectCollectionRuleDetails.Builder.collectionType(ObjectCollectionRuleCollectionTypes collectionType) |
| Constructor and 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,
Map<String,List<PropertyOverride>> overrides,
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,
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.