| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static LogAnalyticsLabelSummary.Priority |
LogAnalyticsLabelSummary.Priority.create(String key) |
LogAnalyticsLabelSummary.Priority |
LogAnalyticsLabelSummary.getPriority()
Valid values are (NONE, LOW, HIGH).
|
static LogAnalyticsLabelSummary.Priority |
LogAnalyticsLabelSummary.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogAnalyticsLabelSummary.Priority[] |
LogAnalyticsLabelSummary.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogAnalyticsLabelSummary.Builder |
LogAnalyticsLabelSummary.Builder.priority(LogAnalyticsLabelSummary.Priority priority) |
| Constructor and Description |
|---|
LogAnalyticsLabelSummary(List<LogAnalyticsLabelAlias> aliases,
Long countUsageInSource,
Long suggestType,
String description,
String displayName,
Long editVersion,
String impact,
Boolean isSystem,
String name,
LogAnalyticsLabelSummary.Priority priority,
String recommendation,
LogAnalyticsLabelSummary.Type type,
Boolean isUserDeleted)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.