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