public enum TlsSidecarLogLevel extends Enum<TlsSidecarLogLevel>
| Enum Constant and Description |
|---|
ALERT |
CRIT |
DEBUG |
EMERG |
ERR |
INFO |
NOTICE |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static TlsSidecarLogLevel |
forValue(String value) |
String |
toValue() |
static TlsSidecarLogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsSidecarLogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TlsSidecarLogLevel EMERG
public static final TlsSidecarLogLevel ALERT
public static final TlsSidecarLogLevel CRIT
public static final TlsSidecarLogLevel ERR
public static final TlsSidecarLogLevel WARNING
public static final TlsSidecarLogLevel NOTICE
public static final TlsSidecarLogLevel INFO
public static final TlsSidecarLogLevel DEBUG
public static TlsSidecarLogLevel[] values()
for (TlsSidecarLogLevel c : TlsSidecarLogLevel.values()) System.out.println(c);
public static TlsSidecarLogLevel 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 TlsSidecarLogLevel forValue(String value)
public String toValue()
Copyright © 2019. All rights reserved.