public enum OvhFlowggerConfigurationLogFormatEnum extends Enum<OvhFlowggerConfigurationLogFormatEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhFlowggerConfigurationLogFormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhFlowggerConfigurationLogFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhFlowggerConfigurationLogFormatEnum RFC5424
public static final OvhFlowggerConfigurationLogFormatEnum LTSV
public static final OvhFlowggerConfigurationLogFormatEnum GELF
public static final OvhFlowggerConfigurationLogFormatEnum CAPNP
public static OvhFlowggerConfigurationLogFormatEnum[] values()
for (OvhFlowggerConfigurationLogFormatEnum c : OvhFlowggerConfigurationLogFormatEnum.values()) System.out.println(c);
public static OvhFlowggerConfigurationLogFormatEnum 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 String toString()
toString in class Enum<OvhFlowggerConfigurationLogFormatEnum>Copyright © 2018. All rights reserved.