Uses of Class
com.oracle.bmc.mysql.model.MaintenanceScope
-
Packages that use MaintenanceScope Package Description com.oracle.bmc.mysql.model -
-
Uses of MaintenanceScope in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return MaintenanceScope Modifier and Type Method Description static MaintenanceScopeMaintenanceScope. create(String key)MaintenanceScopeMaintenanceEvent. getMaintenanceScope()The MySQL instances operated during a maintenance event.static MaintenanceScopeMaintenanceScope. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceScope[]MaintenanceScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type MaintenanceScope Modifier and Type Method Description MaintenanceEvent.BuilderMaintenanceEvent.Builder. maintenanceScope(MaintenanceScope maintenanceScope)The MySQL instances operated during a maintenance event.Constructors in com.oracle.bmc.mysql.model with parameters of type MaintenanceScope Constructor Description MaintenanceEvent(String dbSystemId, String compartmentId, String maintenanceNotes, Date timeCreated, Date timeStarted, Date timeEnded, Date timeMysqlSwitchOverStarted, Date timeMysqlSwitchOverEnded, String mysqlVersionBeforeMaintenance, String mysqlVersionAfterMaintenance, MaintenanceScope maintenanceScope, MaintenanceType maintenanceType, MaintenanceAction maintenanceAction, MaintenanceEvent.MaintenanceStatus maintenanceStatus)Deprecated.
-