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