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