Uses of Class
com.oracle.bmc.database.model.CreateMaintenanceRunDetails.PatchingMode
-
Packages that use CreateMaintenanceRunDetails.PatchingMode Package Description com.oracle.bmc.database.model -
-
Uses of CreateMaintenanceRunDetails.PatchingMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateMaintenanceRunDetails.PatchingMode Modifier and Type Method Description static CreateMaintenanceRunDetails.PatchingMode
CreateMaintenanceRunDetails.PatchingMode. create(String key)
CreateMaintenanceRunDetails.PatchingMode
CreateMaintenanceRunDetails. getPatchingMode()
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.static CreateMaintenanceRunDetails.PatchingMode
CreateMaintenanceRunDetails.PatchingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateMaintenanceRunDetails.PatchingMode[]
CreateMaintenanceRunDetails.PatchingMode. 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 CreateMaintenanceRunDetails.PatchingMode Modifier and Type Method Description CreateMaintenanceRunDetails.Builder
CreateMaintenanceRunDetails.Builder. patchingMode(CreateMaintenanceRunDetails.PatchingMode patchingMode)
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.Constructors in com.oracle.bmc.database.model with parameters of type CreateMaintenanceRunDetails.PatchingMode Constructor Description CreateMaintenanceRunDetails(String targetResourceId, Boolean isDstFileUpdateEnabled, Date timeScheduled, CreateMaintenanceRunDetails.PatchingMode patchingMode, CreateMaintenanceRunDetails.PatchType patchType, String compartmentId, String databaseSoftwareImageId)
Deprecated.
-