Uses of Class
com.oracle.bmc.database.model.DbNode.ComputeModel
-
Packages that use DbNode.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of DbNode.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbNode.ComputeModel Modifier and Type Method Description static DbNode.ComputeModel
DbNode.ComputeModel. create(String key)
DbNode.ComputeModel
DbNode. getComputeModel()
The compute model for Base Database Service.static DbNode.ComputeModel
DbNode.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbNode.ComputeModel[]
DbNode.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 DbNode.ComputeModel Modifier and Type Method Description DbNode.Builder
DbNode.Builder. computeModel(DbNode.ComputeModel computeModel)
The compute model for Base Database Service.Constructors in com.oracle.bmc.database.model with parameters of type DbNode.ComputeModel Constructor Description DbNode(String id, String dbSystemId, String vnicId, String backupVnicId, String hostIpId, String backupIpId, String hostIpv6Id, String backupIpv6Id, String vnic2Id, String backupVnic2Id, DbNode.LifecycleState lifecycleState, String hostname, String faultDomain, Date timeCreated, Integer softwareStorageSizeInGB, DbNode.MaintenanceType maintenanceType, Date timeMaintenanceWindowStart, Date timeMaintenanceWindowEnd, String additionalDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String lifecycleDetails, Integer cpuCoreCount, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Integer totalCpuCoreCount, String dbServerId, DbNode.ComputeModel computeModel, Integer computeCount)
Deprecated.
-