Uses of Class
com.oracle.bmc.database.model.VmCluster.StorageManagementType
-
Packages that use VmCluster.StorageManagementType Package Description com.oracle.bmc.database.model -
-
Uses of VmCluster.StorageManagementType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmCluster.StorageManagementType Modifier and Type Method Description static VmCluster.StorageManagementType
VmCluster.StorageManagementType. create(String key)
VmCluster.StorageManagementType
VmCluster. getStorageManagementType()
Specifies whether the type of storage management for the VM cluster is ASM or Exascale.static VmCluster.StorageManagementType
VmCluster.StorageManagementType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmCluster.StorageManagementType[]
VmCluster.StorageManagementType. 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.StorageManagementType Modifier and Type Method Description VmCluster.Builder
VmCluster.Builder. storageManagementType(VmCluster.StorageManagementType storageManagementType)
Specifies whether the type of storage management for the VM cluster is ASM or Exascale.Constructors in com.oracle.bmc.database.model with parameters of type VmCluster.StorageManagementType 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, 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)
Deprecated.
-