Uses of Class
com.oracle.bmc.logging.model.UnifiedAgentSyslogParser.SyslogParserType
-
Packages that use UnifiedAgentSyslogParser.SyslogParserType Package Description com.oracle.bmc.logging.model -
-
Uses of UnifiedAgentSyslogParser.SyslogParserType in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return UnifiedAgentSyslogParser.SyslogParserType Modifier and Type Method Description static UnifiedAgentSyslogParser.SyslogParserTypeUnifiedAgentSyslogParser.SyslogParserType. create(String key)UnifiedAgentSyslogParser.SyslogParserTypeUnifiedAgentSyslogParser. getSyslogParserType()Syslog parser type.static UnifiedAgentSyslogParser.SyslogParserTypeUnifiedAgentSyslogParser.SyslogParserType. valueOf(String name)Returns the enum constant of this type with the specified name.static UnifiedAgentSyslogParser.SyslogParserType[]UnifiedAgentSyslogParser.SyslogParserType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.logging.model with parameters of type UnifiedAgentSyslogParser.SyslogParserType Modifier and Type Method Description UnifiedAgentSyslogParser.BuilderUnifiedAgentSyslogParser.Builder. syslogParserType(UnifiedAgentSyslogParser.SyslogParserType syslogParserType)Syslog parser type.Constructors in com.oracle.bmc.logging.model with parameters of type UnifiedAgentSyslogParser.SyslogParserType Constructor Description UnifiedAgentSyslogParser(String fieldTimeKey, Map<String,String> types, String nullValuePattern, Boolean isNullEmptyString, Boolean isEstimateCurrentEvent, Boolean isKeepTimeKey, Integer timeoutInMilliseconds, String timeFormat, String rfc5424TimeFormat, UnifiedAgentSyslogParser.MessageFormat messageFormat, Boolean isWithPriority, Boolean isSupportColonlessIdent, UnifiedAgentSyslogParser.SyslogParserType syslogParserType)Deprecated.
-