Package com.oracle.bmc.database.model
Enum UpdateCloudVmClusterDetails.VmBackupStorageType
- java.lang.Object
-
- java.lang.Enum<UpdateCloudVmClusterDetails.VmBackupStorageType>
-
- com.oracle.bmc.database.model.UpdateCloudVmClusterDetails.VmBackupStorageType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<UpdateCloudVmClusterDetails.VmBackupStorageType>
- Enclosing class:
- UpdateCloudVmClusterDetails
public static enum UpdateCloudVmClusterDetails.VmBackupStorageType extends Enum<UpdateCloudVmClusterDetails.VmBackupStorageType> implements BmcEnum
Specifies the type of VM Backups Storage and supported values are LOCAL and EXASCALE.Storage Type can only be changed once from LOCAL to EXASCALE. EXASCALE to LOCAL is not permitted.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateCloudVmClusterDetails.VmBackupStorageTypecreate(String key)StringgetValue()static UpdateCloudVmClusterDetails.VmBackupStorageTypevalueOf(String name)Returns the enum constant of this type with the specified name.static UpdateCloudVmClusterDetails.VmBackupStorageType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Local
public static final UpdateCloudVmClusterDetails.VmBackupStorageType Local
-
Exascale
public static final UpdateCloudVmClusterDetails.VmBackupStorageType Exascale
-
-
Method Detail
-
values
public static UpdateCloudVmClusterDetails.VmBackupStorageType[] 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 (UpdateCloudVmClusterDetails.VmBackupStorageType c : UpdateCloudVmClusterDetails.VmBackupStorageType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UpdateCloudVmClusterDetails.VmBackupStorageType 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 UpdateCloudVmClusterDetails.VmBackupStorageType create(String key)
-
-