Uses of Class
com.oracle.bmc.database.model.MaintenanceRun.LifecycleState
-
Packages that use MaintenanceRun.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of MaintenanceRun.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type MaintenanceRun.LifecycleState Modifier and Type Method Description Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse>
DatabaseWaiters. forMaintenanceRun(GetMaintenanceRunRequest request, MaintenanceRun.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse>
DatabaseWaiters. forMaintenanceRun(GetMaintenanceRunRequest request, MaintenanceRun.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse>
DatabaseWaiters. forMaintenanceRun(GetMaintenanceRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MaintenanceRun.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of MaintenanceRun.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceRun.LifecycleState Modifier and Type Method Description static MaintenanceRun.LifecycleState
MaintenanceRun.LifecycleState. create(String key)
MaintenanceRun.LifecycleState
MaintenanceRun. getLifecycleState()
The current state of the maintenance run.static MaintenanceRun.LifecycleState
MaintenanceRun.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceRun.LifecycleState[]
MaintenanceRun.LifecycleState. 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.LifecycleState Modifier and Type Method Description MaintenanceRun.Builder
MaintenanceRun.Builder. lifecycleState(MaintenanceRun.LifecycleState lifecycleState)
The current state of the maintenance run.Constructors in com.oracle.bmc.database.model with parameters of type MaintenanceRun.LifecycleState 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.
-