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