Enum OlvmVirtualMachine.AutoPinningPolicy
- java.lang.Object
-
- java.lang.Enum<OlvmVirtualMachine.AutoPinningPolicy>
-
- com.oracle.bmc.cloudmigrations.model.OlvmVirtualMachine.AutoPinningPolicy
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OlvmVirtualMachine.AutoPinningPolicy>
- Enclosing class:
- OlvmVirtualMachine
public static enum OlvmVirtualMachine.AutoPinningPolicy extends Enum<OlvmVirtualMachine.AutoPinningPolicy> implements BmcEnum
Specifies if and how the auto CPU and NUMA configuration is applied.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OlvmVirtualMachine.AutoPinningPolicycreate(String key)StringgetValue()static OlvmVirtualMachine.AutoPinningPolicyvalueOf(String name)Returns the enum constant of this type with the specified name.static OlvmVirtualMachine.AutoPinningPolicy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Adjust
public static final OlvmVirtualMachine.AutoPinningPolicy Adjust
-
Disabled
public static final OlvmVirtualMachine.AutoPinningPolicy Disabled
-
Existing
public static final OlvmVirtualMachine.AutoPinningPolicy Existing
-
-
Method Detail
-
values
public static OlvmVirtualMachine.AutoPinningPolicy[] 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 (OlvmVirtualMachine.AutoPinningPolicy c : OlvmVirtualMachine.AutoPinningPolicy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OlvmVirtualMachine.AutoPinningPolicy 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 OlvmVirtualMachine.AutoPinningPolicy create(String key)
-
-