Uses of Class
com.oracle.bmc.database.model.DbServerSummary.ComputeModel
-
Packages that use DbServerSummary.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of DbServerSummary.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbServerSummary.ComputeModel Modifier and Type Method Description static DbServerSummary.ComputeModel
DbServerSummary.ComputeModel. create(String key)
DbServerSummary.ComputeModel
DbServerSummary. getComputeModel()
The compute model of the Autonomous Database.static DbServerSummary.ComputeModel
DbServerSummary.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbServerSummary.ComputeModel[]
DbServerSummary.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 DbServerSummary.ComputeModel Modifier and Type Method Description DbServerSummary.Builder
DbServerSummary.Builder. computeModel(DbServerSummary.ComputeModel computeModel)
The compute model of the Autonomous Database.Constructors in com.oracle.bmc.database.model with parameters of type DbServerSummary.ComputeModel Constructor Description DbServerSummary(String id, String displayName, String compartmentId, String exadataInfrastructureId, Integer cpuCoreCount, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, List<String> vmClusterIds, List<String> autonomousVmClusterIds, List<String> autonomousVirtualMachineIds, List<String> dbNodeIds, String shape, DbServerSummary.LifecycleState lifecycleState, String lifecycleDetails, Integer maxCpuCount, Integer maxMemoryInGBs, Integer maxDbNodeStorageInGBs, Date timeCreated, DbServerPatchingDetails dbServerPatchingDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DbServerSummary.ComputeModel computeModel)
Deprecated.
-