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