public enum OvhLicenseTypeEnum extends Enum<OvhLicenseTypeEnum>
| Enum Constant and Description |
|---|
dedicated |
dedicatedCloud |
dedicatedFailover |
failover |
vm |
vps |
vps_ceph |
vps_classic |
vps_cloud |
vps_cloud_2016 |
vps_ssd |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhLicenseTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhLicenseTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhLicenseTypeEnum dedicated
public static final OvhLicenseTypeEnum dedicatedCloud
public static final OvhLicenseTypeEnum dedicatedFailover
public static final OvhLicenseTypeEnum failover
public static final OvhLicenseTypeEnum vm
public static final OvhLicenseTypeEnum vps
public static final OvhLicenseTypeEnum vps_ceph
public static final OvhLicenseTypeEnum vps_classic
public static final OvhLicenseTypeEnum vps_cloud
public static final OvhLicenseTypeEnum vps_cloud_2016
public static final OvhLicenseTypeEnum vps_ssd
public static OvhLicenseTypeEnum[] values()
for (OvhLicenseTypeEnum c : OvhLicenseTypeEnum.values()) System.out.println(c);
public static OvhLicenseTypeEnum 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<OvhLicenseTypeEnum>Copyright © 2017. All rights reserved.