Enum OlvmHost.AutoNumaStatus
- java.lang.Object
-
- java.lang.Enum<OlvmHost.AutoNumaStatus>
-
- com.oracle.bmc.cloudmigrations.model.OlvmHost.AutoNumaStatus
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OlvmHost.AutoNumaStatus>
- Enclosing class:
- OlvmHost
public static enum OlvmHost.AutoNumaStatus extends Enum<OlvmHost.AutoNumaStatus> implements BmcEnum
The host auto non uniform memory access (NUMA) status.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OlvmHost.AutoNumaStatuscreate(String key)StringgetValue()static OlvmHost.AutoNumaStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static OlvmHost.AutoNumaStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Disable
public static final OlvmHost.AutoNumaStatus Disable
-
Enable
public static final OlvmHost.AutoNumaStatus Enable
-
Unknown
public static final OlvmHost.AutoNumaStatus Unknown
-
-
Method Detail
-
values
public static OlvmHost.AutoNumaStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OlvmHost.AutoNumaStatus c : OlvmHost.AutoNumaStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OlvmHost.AutoNumaStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static OlvmHost.AutoNumaStatus create(String key)
-
-