Uses of Class
com.oracle.bmc.database.model.ManagedSoftwareUpdateMaintenanceDetails.UpdateMode
-
Packages that use ManagedSoftwareUpdateMaintenanceDetails.UpdateMode Package Description com.oracle.bmc.database.model -
-
Uses of ManagedSoftwareUpdateMaintenanceDetails.UpdateMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ManagedSoftwareUpdateMaintenanceDetails.UpdateMode Modifier and Type Method Description static ManagedSoftwareUpdateMaintenanceDetails.UpdateModeManagedSoftwareUpdateMaintenanceDetails.UpdateMode. create(String key)ManagedSoftwareUpdateMaintenanceDetails.UpdateModeManagedSoftwareUpdateMaintenanceDetails. getUpdateMode()Oracle Managed Database Software update method, either “ROLLING” or “NONROLLING”static ManagedSoftwareUpdateMaintenanceDetails.UpdateModeManagedSoftwareUpdateMaintenanceDetails.UpdateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedSoftwareUpdateMaintenanceDetails.UpdateMode[]ManagedSoftwareUpdateMaintenanceDetails.UpdateMode. 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 ManagedSoftwareUpdateMaintenanceDetails.UpdateMode Modifier and Type Method Description ManagedSoftwareUpdateMaintenanceDetails.BuilderManagedSoftwareUpdateMaintenanceDetails.Builder. updateMode(ManagedSoftwareUpdateMaintenanceDetails.UpdateMode updateMode)Oracle Managed Database Software update method, either “ROLLING” or “NONROLLING”Constructors in com.oracle.bmc.database.model with parameters of type ManagedSoftwareUpdateMaintenanceDetails.UpdateMode Constructor Description ManagedSoftwareUpdateMaintenanceDetails(Date timeScheduled, ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus updateReadinessStatus, String updateReadinessStatusDetails, Date timeOfStatusUpdate, ManagedSoftwareUpdateMaintenanceDetails.UpdateMode updateMode, String version, Date timeOfLastReadinessCheck)Deprecated.
-