Enum OlvmTemplateProperties.Status
- java.lang.Object
-
- java.lang.Enum<OlvmTemplateProperties.Status>
-
- com.oracle.bmc.cloudmigrations.model.OlvmTemplateProperties.Status
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OlvmTemplateProperties.Status>
- Enclosing class:
- OlvmTemplateProperties
public static enum OlvmTemplateProperties.Status extends Enum<OlvmTemplateProperties.Status> implements BmcEnum
The status of the template.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OlvmTemplateProperties.Statuscreate(String key)StringgetValue()static OlvmTemplateProperties.StatusvalueOf(String name)Returns the enum constant of this type with the specified name.static OlvmTemplateProperties.Status[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Illegal
public static final OlvmTemplateProperties.Status Illegal
-
Locked
public static final OlvmTemplateProperties.Status Locked
-
Ok
public static final OlvmTemplateProperties.Status Ok
-
-
Method Detail
-
values
public static OlvmTemplateProperties.Status[] 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 (OlvmTemplateProperties.Status c : OlvmTemplateProperties.Status.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OlvmTemplateProperties.Status 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 OlvmTemplateProperties.Status create(String key)
-
-