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