Uses of Class
com.oracle.bmc.database.model.VmCluster.ComputeModel
-
Packages that use VmCluster.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of VmCluster.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmCluster.ComputeModel Modifier and Type Method Description static VmCluster.ComputeModel
VmCluster.ComputeModel. create(String key)
VmCluster.ComputeModel
VmCluster. getComputeModel()
The compute model of the Autonomous Database.static VmCluster.ComputeModel
VmCluster.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmCluster.ComputeModel[]
VmCluster.ComputeModel. 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.ComputeModel Modifier and Type Method Description VmCluster.Builder
VmCluster.Builder. computeModel(VmCluster.ComputeModel computeModel)
The compute model of the Autonomous Database.Constructors in com.oracle.bmc.database.model with parameters of type VmCluster.ComputeModel 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, DataCollectionOptions dataCollectionOptions, String giSoftwareImageId, List<FileSystemConfigurationDetail> fileSystemConfigurationDetails, VmCluster.VmClusterType vmClusterType, CloudAutomationUpdateDetails cloudAutomationUpdateDetails, String exascaleDbStorageVaultId, VmCluster.StorageManagementType storageManagementType, VmCluster.ComputeModel computeModel)
Deprecated.
-