public static enum LogAnalyticsConfigWorkRequest.OperationType extends Enum<LogAnalyticsConfigWorkRequest.OperationType> implements BmcEnum
The operation type
Enum Constant and Description |
---|
AppendLookupData |
CreateAssociations |
DeleteAssociations |
DeleteLookup |
DisableIngestTimeRule |
EnableIngestTimeRule |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
UpdateLookupData |
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsConfigWorkRequest.OperationType |
create(String key) |
String |
getValue() |
static LogAnalyticsConfigWorkRequest.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogAnalyticsConfigWorkRequest.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogAnalyticsConfigWorkRequest.OperationType CreateAssociations
public static final LogAnalyticsConfigWorkRequest.OperationType DeleteAssociations
public static final LogAnalyticsConfigWorkRequest.OperationType AppendLookupData
public static final LogAnalyticsConfigWorkRequest.OperationType UpdateLookupData
public static final LogAnalyticsConfigWorkRequest.OperationType DeleteLookup
public static final LogAnalyticsConfigWorkRequest.OperationType EnableIngestTimeRule
public static final LogAnalyticsConfigWorkRequest.OperationType DisableIngestTimeRule
public static final LogAnalyticsConfigWorkRequest.OperationType UnknownEnumValue
public static LogAnalyticsConfigWorkRequest.OperationType[] values()
for (LogAnalyticsConfigWorkRequest.OperationType c : LogAnalyticsConfigWorkRequest.OperationType.values()) System.out.println(c);
public static LogAnalyticsConfigWorkRequest.OperationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static LogAnalyticsConfigWorkRequest.OperationType create(String key)
Copyright © 2016–2024. All rights reserved.