Uses of Class
com.oracle.bmc.database.model.DbServerPatchingDetails
-
Packages that use DbServerPatchingDetails Package Description com.oracle.bmc.database.model -
-
Uses of DbServerPatchingDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbServerPatchingDetails Modifier and Type Method Description DbServerPatchingDetails
DbServerPatchingDetails.Builder. build()
DbServerPatchingDetails
DbServer. getDbServerPatchingDetails()
DbServerPatchingDetails
DbServerHistorySummary. getDbServerPatchingDetails()
DbServerPatchingDetails
DbServerSummary. getDbServerPatchingDetails()
Methods in com.oracle.bmc.database.model with parameters of type DbServerPatchingDetails Modifier and Type Method Description DbServerPatchingDetails.Builder
DbServerPatchingDetails.Builder. copy(DbServerPatchingDetails model)
DbServer.Builder
DbServer.Builder. dbServerPatchingDetails(DbServerPatchingDetails dbServerPatchingDetails)
DbServerHistorySummary.Builder
DbServerHistorySummary.Builder. dbServerPatchingDetails(DbServerPatchingDetails dbServerPatchingDetails)
DbServerSummary.Builder
DbServerSummary.Builder. dbServerPatchingDetails(DbServerPatchingDetails dbServerPatchingDetails)
Constructors in com.oracle.bmc.database.model with parameters of type DbServerPatchingDetails 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.DbServerHistorySummary(String id, String displayName, DbServerPatchingDetails dbServerPatchingDetails)
Deprecated.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.
-