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