Uses of Class
com.oracle.bmc.database.model.DbServerPatchingDetails.PatchingStatus
-
Packages that use DbServerPatchingDetails.PatchingStatus Package Description com.oracle.bmc.database.model -
-
Uses of DbServerPatchingDetails.PatchingStatus in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbServerPatchingDetails.PatchingStatus Modifier and Type Method Description static DbServerPatchingDetails.PatchingStatus
DbServerPatchingDetails.PatchingStatus. create(String key)
DbServerPatchingDetails.PatchingStatus
DbServerPatchingDetails. getPatchingStatus()
The status of the patching operation.static DbServerPatchingDetails.PatchingStatus
DbServerPatchingDetails.PatchingStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbServerPatchingDetails.PatchingStatus[]
DbServerPatchingDetails.PatchingStatus. 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 DbServerPatchingDetails.PatchingStatus Modifier and Type Method Description DbServerPatchingDetails.Builder
DbServerPatchingDetails.Builder. patchingStatus(DbServerPatchingDetails.PatchingStatus patchingStatus)
The status of the patching operation.Constructors in com.oracle.bmc.database.model with parameters of type DbServerPatchingDetails.PatchingStatus Constructor Description DbServerPatchingDetails(Integer estimatedPatchDuration, DbServerPatchingDetails.PatchingStatus patchingStatus, Date timePatchingStarted, Date timePatchingEnded)
Deprecated.
-