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