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