public enum OvhFirewallStateEnum extends Enum<OvhFirewallStateEnum>
| Enum Constant and Description |
|---|
disableFirewallPending |
enableFirewallPending |
ok |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhFirewallStateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhFirewallStateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhFirewallStateEnum disableFirewallPending
public static final OvhFirewallStateEnum enableFirewallPending
public static final OvhFirewallStateEnum ok
public static OvhFirewallStateEnum[] values()
for (OvhFirewallStateEnum c : OvhFirewallStateEnum.values()) System.out.println(c);
public static OvhFirewallStateEnum 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<OvhFirewallStateEnum>Copyright © 2018. All rights reserved.