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