Package com.oracle.bmc.logging.model
Enum UnifiedAgentParser.ParserType
- java.lang.Object
-
- java.lang.Enum<UnifiedAgentParser.ParserType>
-
- com.oracle.bmc.logging.model.UnifiedAgentParser.ParserType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<UnifiedAgentParser.ParserType>
- Enclosing class:
- UnifiedAgentParser
public static enum UnifiedAgentParser.ParserType extends Enum<UnifiedAgentParser.ParserType> implements BmcEnum
Type of fluent parser.
-
-
Enum Constant Summary
Enum Constants Enum Constant 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
Auditd
public static final UnifiedAgentParser.ParserType Auditd
-
Cri
public static final UnifiedAgentParser.ParserType Cri
-
Json
public static final UnifiedAgentParser.ParserType Json
-
Tsv
public static final UnifiedAgentParser.ParserType Tsv
-
Csv
public static final UnifiedAgentParser.ParserType Csv
-
None
public static final UnifiedAgentParser.ParserType None
-
Syslog
public static final UnifiedAgentParser.ParserType Syslog
-
Apache2
public static final UnifiedAgentParser.ParserType Apache2
-
ApacheError
public static final UnifiedAgentParser.ParserType ApacheError
-
Msgpack
public static final UnifiedAgentParser.ParserType Msgpack
-
Regexp
public static final UnifiedAgentParser.ParserType Regexp
-
Multiline
public static final UnifiedAgentParser.ParserType Multiline
-
Grok
public static final UnifiedAgentParser.ParserType Grok
-
MultilineGrok
public static final UnifiedAgentParser.ParserType MultilineGrok
-
Openmetrics
public static final UnifiedAgentParser.ParserType Openmetrics
-
UnknownEnumValue
public static final UnifiedAgentParser.ParserType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static UnifiedAgentParser.ParserType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UnifiedAgentParser.ParserType c : UnifiedAgentParser.ParserType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UnifiedAgentParser.ParserType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static UnifiedAgentParser.ParserType create(String key)
-
-