Package com.oracle.bmc.database.model
Enum CreateCloudVmClusterDetails.VmBackupStorageType
- java.lang.Object
-
- java.lang.Enum<CreateCloudVmClusterDetails.VmBackupStorageType>
-
- com.oracle.bmc.database.model.CreateCloudVmClusterDetails.VmBackupStorageType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<CreateCloudVmClusterDetails.VmBackupStorageType>
- Enclosing class:
- CreateCloudVmClusterDetails
public static enum CreateCloudVmClusterDetails.VmBackupStorageType extends Enum<CreateCloudVmClusterDetails.VmBackupStorageType> implements BmcEnum
Specifies the type of VM Backups Storage and supported values are LOCAL and EXASCALE.- LOCAL if selected then VM Backups storage will be on DB Servers. - EXASCALE if selected then VM Backups storage will be on Exascale Storage Servers. Default Value is LOCAL
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateCloudVmClusterDetails.VmBackupStorageTypecreate(String key)StringgetValue()static CreateCloudVmClusterDetails.VmBackupStorageTypevalueOf(String name)Returns the enum constant of this type with the specified name.static CreateCloudVmClusterDetails.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 CreateCloudVmClusterDetails.VmBackupStorageType Local
-
Exascale
public static final CreateCloudVmClusterDetails.VmBackupStorageType Exascale
-
-
Method Detail
-
values
public static CreateCloudVmClusterDetails.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 (CreateCloudVmClusterDetails.VmBackupStorageType c : CreateCloudVmClusterDetails.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 CreateCloudVmClusterDetails.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 CreateCloudVmClusterDetails.VmBackupStorageType create(String key)
-
-