public enum OutboundTrafficPolicyMode extends Enum<OutboundTrafficPolicyMode>
| Enum Constant and Description |
|---|
ALLOW_ANY |
REGISTRY_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static OutboundTrafficPolicyMode |
fromValue(String value) |
String |
toString() |
String |
value() |
static OutboundTrafficPolicyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutboundTrafficPolicyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutboundTrafficPolicyMode REGISTRY_ONLY
public static final OutboundTrafficPolicyMode ALLOW_ANY
public static OutboundTrafficPolicyMode[] values()
for (OutboundTrafficPolicyMode c : OutboundTrafficPolicyMode.values()) System.out.println(c);
public static OutboundTrafficPolicyMode 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 String toString()
toString in class Enum<OutboundTrafficPolicyMode>public String value()
public static OutboundTrafficPolicyMode fromValue(String value)
Copyright © 2015–2022 Red Hat. All rights reserved.