Enum OlvmHost.KdumpStatus
- java.lang.Object
-
- java.lang.Enum<OlvmHost.KdumpStatus>
-
- com.oracle.bmc.cloudmigrations.model.OlvmHost.KdumpStatus
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OlvmHost.KdumpStatus>
- Enclosing class:
- OlvmHost
public static enum OlvmHost.KdumpStatus extends Enum<OlvmHost.KdumpStatus> implements BmcEnum
The host KDUMP status.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OlvmHost.KdumpStatuscreate(String key)StringgetValue()static OlvmHost.KdumpStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static OlvmHost.KdumpStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Disabled
public static final OlvmHost.KdumpStatus Disabled
-
Enabled
public static final OlvmHost.KdumpStatus Enabled
-
Unknown
public static final OlvmHost.KdumpStatus Unknown
-
-
Method Detail
-
values
public static OlvmHost.KdumpStatus[] 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.KdumpStatus c : OlvmHost.KdumpStatus.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.KdumpStatus 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.KdumpStatus create(String key)
-
-