Enum OlvmHost.ExternalStatus
- java.lang.Object
-
- java.lang.Enum<OlvmHost.ExternalStatus>
-
- com.oracle.bmc.cloudmigrations.model.OlvmHost.ExternalStatus
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OlvmHost.ExternalStatus>
- Enclosing class:
- OlvmHost
public static enum OlvmHost.ExternalStatus extends Enum<OlvmHost.ExternalStatus> implements BmcEnum
Status of storage domain.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OlvmHost.ExternalStatuscreate(String key)StringgetValue()static OlvmHost.ExternalStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static OlvmHost.ExternalStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Error
public static final OlvmHost.ExternalStatus Error
-
Failure
public static final OlvmHost.ExternalStatus Failure
-
Info
public static final OlvmHost.ExternalStatus Info
-
Ok
public static final OlvmHost.ExternalStatus Ok
-
Warning
public static final OlvmHost.ExternalStatus Warning
-
-
Method Detail
-
values
public static OlvmHost.ExternalStatus[] 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.ExternalStatus c : OlvmHost.ExternalStatus.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.ExternalStatus 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.ExternalStatus create(String key)
-
-