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