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