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