Package com.oracle.bmc.database.model
Enum CreateCloudVmClusterDetails.VmClusterType
- java.lang.Object
-
- java.lang.Enum<CreateCloudVmClusterDetails.VmClusterType>
-
- com.oracle.bmc.database.model.CreateCloudVmClusterDetails.VmClusterType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<CreateCloudVmClusterDetails.VmClusterType>
- Enclosing class:
- CreateCloudVmClusterDetails
public static enum CreateCloudVmClusterDetails.VmClusterType extends Enum<CreateCloudVmClusterDetails.VmClusterType> implements BmcEnum
The vmcluster type for the VM cluster/Cloud VM cluster.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateCloudVmClusterDetails.VmClusterTypecreate(String key)StringgetValue()static CreateCloudVmClusterDetails.VmClusterTypevalueOf(String name)Returns the enum constant of this type with the specified name.static CreateCloudVmClusterDetails.VmClusterType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Regular
public static final CreateCloudVmClusterDetails.VmClusterType Regular
-
Developer
public static final CreateCloudVmClusterDetails.VmClusterType Developer
-
-
Method Detail
-
values
public static CreateCloudVmClusterDetails.VmClusterType[] 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 (CreateCloudVmClusterDetails.VmClusterType c : CreateCloudVmClusterDetails.VmClusterType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CreateCloudVmClusterDetails.VmClusterType 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 CreateCloudVmClusterDetails.VmClusterType create(String key)
-
-