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