Uses of Class
com.oracle.bmc.database.model.MaintenanceRun.PatchingMode
-
Packages that use MaintenanceRun.PatchingMode Package Description com.oracle.bmc.database.model -
-
Uses of MaintenanceRun.PatchingMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceRun.PatchingMode Modifier and Type Method Description static MaintenanceRun.PatchingMode
MaintenanceRun.PatchingMode. create(String key)
MaintenanceRun.PatchingMode
MaintenanceRun. getPatchingMode()
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.static MaintenanceRun.PatchingMode
MaintenanceRun.PatchingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceRun.PatchingMode[]
MaintenanceRun.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 MaintenanceRun.PatchingMode Modifier and Type Method Description MaintenanceRun.Builder
MaintenanceRun.Builder. patchingMode(MaintenanceRun.PatchingMode patchingMode)
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.Constructors in com.oracle.bmc.database.model with parameters of type MaintenanceRun.PatchingMode Constructor Description MaintenanceRun(String id, String compartmentId, String displayName, String description, MaintenanceRun.LifecycleState lifecycleState, String lifecycleDetails, Date timeScheduled, Date timeStarted, Date timeEnded, MaintenanceRun.TargetResourceType targetResourceType, String targetResourceId, MaintenanceRun.MaintenanceType maintenanceType, String patchId, MaintenanceRun.MaintenanceSubtype maintenanceSubtype, Boolean isDstFileUpdateEnabled, String peerMaintenanceRunId, List<String> peerMaintenanceRunIds, MaintenanceRun.PatchingMode patchingMode, Integer patchFailureCount, String targetDbServerVersion, String targetStorageServerVersion, Boolean isCustomActionTimeoutEnabled, Integer customActionTimeoutInMins, Integer currentCustomActionTimeoutInMins, MaintenanceRun.PatchingStatus patchingStatus, Date patchingStartTime, Date patchingEndTime, EstimatedPatchingTime estimatedPatchingTime, String currentPatchingComponent, Date estimatedComponentPatchingStartTime, Boolean isMaintenanceRunGranular, Integer totalTimeTakenInMins, String databaseSoftwareImageId)
Deprecated.
-