public static enum UnifiedAgentParser.ParserType extends Enum<UnifiedAgentParser.ParserType> implements BmcEnum
Type of fluent parser.
Enum Constant and Description |
---|
Apache2 |
ApacheError |
Auditd |
Cri |
Csv |
Grok |
Json |
Msgpack |
Multiline |
MultilineGrok |
None |
Openmetrics |
Regexp |
Syslog |
Tsv |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static UnifiedAgentParser.ParserType |
create(String key) |
String |
getValue() |
static UnifiedAgentParser.ParserType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedAgentParser.ParserType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnifiedAgentParser.ParserType Auditd
public static final UnifiedAgentParser.ParserType Cri
public static final UnifiedAgentParser.ParserType Json
public static final UnifiedAgentParser.ParserType Tsv
public static final UnifiedAgentParser.ParserType Csv
public static final UnifiedAgentParser.ParserType None
public static final UnifiedAgentParser.ParserType Syslog
public static final UnifiedAgentParser.ParserType Apache2
public static final UnifiedAgentParser.ParserType ApacheError
public static final UnifiedAgentParser.ParserType Msgpack
public static final UnifiedAgentParser.ParserType Regexp
public static final UnifiedAgentParser.ParserType Multiline
public static final UnifiedAgentParser.ParserType Grok
public static final UnifiedAgentParser.ParserType MultilineGrok
public static final UnifiedAgentParser.ParserType Openmetrics
public static final UnifiedAgentParser.ParserType UnknownEnumValue
public static UnifiedAgentParser.ParserType[] values()
for (UnifiedAgentParser.ParserType c : UnifiedAgentParser.ParserType.values()) System.out.println(c);
public static UnifiedAgentParser.ParserType 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 UnifiedAgentParser.ParserType create(String key)
Copyright © 2016–2024. All rights reserved.