Uses of Class
com.oracle.bmc.database.model.MaintenanceRunSummary.LifecycleState
-
Packages that use MaintenanceRunSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of MaintenanceRunSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceRunSummary.LifecycleState Modifier and Type Method Description static MaintenanceRunSummary.LifecycleState
MaintenanceRunSummary.LifecycleState. create(String key)
MaintenanceRunSummary.LifecycleState
MaintenanceRunSummary. getLifecycleState()
The current state of the maintenance run.static MaintenanceRunSummary.LifecycleState
MaintenanceRunSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceRunSummary.LifecycleState[]
MaintenanceRunSummary.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 MaintenanceRunSummary.LifecycleState Modifier and Type Method Description MaintenanceRunSummary.Builder
MaintenanceRunSummary.Builder. lifecycleState(MaintenanceRunSummary.LifecycleState lifecycleState)
The current state of the maintenance run.Constructors in com.oracle.bmc.database.model with parameters of type MaintenanceRunSummary.LifecycleState 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. -
Uses of MaintenanceRunSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return MaintenanceRunSummary.LifecycleState Modifier and Type Method Description MaintenanceRunSummary.LifecycleState
ListMaintenanceRunHistoryRequest. getLifecycleState()
The state of the maintenance run history.MaintenanceRunSummary.LifecycleState
ListMaintenanceRunsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type MaintenanceRunSummary.LifecycleState Modifier and Type Method Description ListMaintenanceRunHistoryRequest.Builder
ListMaintenanceRunHistoryRequest.Builder. lifecycleState(MaintenanceRunSummary.LifecycleState lifecycleState)
The state of the maintenance run history.ListMaintenanceRunsRequest.Builder
ListMaintenanceRunsRequest.Builder. lifecycleState(MaintenanceRunSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-