Enum OlvmDataCenter.StorageFormat
- java.lang.Object
-
- java.lang.Enum<OlvmDataCenter.StorageFormat>
-
- com.oracle.bmc.cloudmigrations.model.OlvmDataCenter.StorageFormat
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OlvmDataCenter.StorageFormat>
- Enclosing class:
- OlvmDataCenter
public static enum OlvmDataCenter.StorageFormat extends Enum<OlvmDataCenter.StorageFormat> implements BmcEnum
Type which represents a format of storage domain
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OlvmDataCenter.StorageFormatcreate(String key)StringgetValue()static OlvmDataCenter.StorageFormatvalueOf(String name)Returns the enum constant of this type with the specified name.static OlvmDataCenter.StorageFormat[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
V1
public static final OlvmDataCenter.StorageFormat V1
-
V2
public static final OlvmDataCenter.StorageFormat V2
-
V3
public static final OlvmDataCenter.StorageFormat V3
-
V4
public static final OlvmDataCenter.StorageFormat V4
-
V5
public static final OlvmDataCenter.StorageFormat V5
-
-
Method Detail
-
values
public static OlvmDataCenter.StorageFormat[] 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 (OlvmDataCenter.StorageFormat c : OlvmDataCenter.StorageFormat.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OlvmDataCenter.StorageFormat 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 OlvmDataCenter.StorageFormat create(String key)
-
-