Uses of Class
com.oracle.bmc.database.model.VmCluster.VmBackupStorageType
-
Packages that use VmCluster.VmBackupStorageType Package Description com.oracle.bmc.database.model -
-
Uses of VmCluster.VmBackupStorageType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmCluster.VmBackupStorageType Modifier and Type Method Description static VmCluster.VmBackupStorageTypeVmCluster.VmBackupStorageType. create(String key)VmCluster.VmBackupStorageTypeVmCluster. getVmBackupStorageType()Specifies the type of VM Backups Storage and supported values are LOCAL and EXASCALE.static VmCluster.VmBackupStorageTypeVmCluster.VmBackupStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static VmCluster.VmBackupStorageType[]VmCluster.VmBackupStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type VmCluster.VmBackupStorageType Modifier and Type Method Description VmCluster.BuilderVmCluster.Builder. vmBackupStorageType(VmCluster.VmBackupStorageType vmBackupStorageType)Specifies the type of VM Backups Storage and supported values are LOCAL and EXASCALE.Constructors in com.oracle.bmc.database.model with parameters of type VmCluster.VmBackupStorageType Constructor Description VmCluster(String id, String compartmentId, String lastPatchHistoryEntryId, VmCluster.LifecycleState lifecycleState, String displayName, Date timeCreated, String lifecycleDetails, String timeZone, Boolean isLocalBackupEnabled, String exadataInfrastructureId, Boolean isSparseDiskgroupEnabled, Integer dataStoragePercentage, Integer recoStoragePercentage, Integer sparseStoragePercentage, ExadataLiveImageVersionDetails liveImageVersionDetails, String oracleLinuxVersion, String vmClusterNetworkId, Integer cpusEnabled, Float ocpusEnabled, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Double dataStorageSizeInTBs, Double dataStorageSizeInGBs, String shape, String giVersion, String systemVersion, List<String> sshPublicKeys, VmCluster.LicenseModel licenseModel, List<String> dbServers, String availabilityDomain, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, DataCollectionOptions dataCollectionOptions, String giSoftwareImageId, List<FileSystemConfigurationDetail> fileSystemConfigurationDetails, VmCluster.VmClusterType vmClusterType, CloudAutomationUpdateDetails cloudAutomationUpdateDetails, String exascaleDbStorageVaultId, VmCluster.StorageManagementType storageManagementType, VmCluster.ComputeModel computeModel, VmCluster.VmFileSystemStorageType vmFileSystemStorageType, VmCluster.VmBackupStorageType vmBackupStorageType)Deprecated.
-