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