@Generated(value="jsonschema2pojo") public enum ServerTLSSettingsTLSmode extends Enum<ServerTLSSettingsTLSmode>
| Enum Constant and Description |
|---|
AUTO_PASSTHROUGH |
ISTIO_MUTUAL |
MUTUAL |
PASSTHROUGH |
SIMPLE |
| Modifier and Type | Method and Description |
|---|---|
static ServerTLSSettingsTLSmode |
fromValue(Object value) |
static ServerTLSSettingsTLSmode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerTLSSettingsTLSmode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerTLSSettingsTLSmode PASSTHROUGH
public static final ServerTLSSettingsTLSmode SIMPLE
public static final ServerTLSSettingsTLSmode MUTUAL
public static final ServerTLSSettingsTLSmode AUTO_PASSTHROUGH
public static final ServerTLSSettingsTLSmode ISTIO_MUTUAL
public static ServerTLSSettingsTLSmode[] values()
for (ServerTLSSettingsTLSmode c : ServerTLSSettingsTLSmode.values()) System.out.println(c);
public static ServerTLSSettingsTLSmode 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 ServerTLSSettingsTLSmode fromValue(Object value)
Copyright © 2015–2023 Red Hat. All rights reserved.