Uses of Class
com.oracle.bmc.database.model.MaintenanceRunSummary.MaintenanceType
-
Packages that use MaintenanceRunSummary.MaintenanceType Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of MaintenanceRunSummary.MaintenanceType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceRunSummary.MaintenanceType Modifier and Type Method Description static MaintenanceRunSummary.MaintenanceTypeMaintenanceRunSummary.MaintenanceType. create(String key)MaintenanceRunSummary.MaintenanceTypeMaintenanceRunSummary. getMaintenanceType()Maintenance type.static MaintenanceRunSummary.MaintenanceTypeMaintenanceRunSummary.MaintenanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceRunSummary.MaintenanceType[]MaintenanceRunSummary.MaintenanceType. 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.MaintenanceType Modifier and Type Method Description MaintenanceRunSummary.BuilderMaintenanceRunSummary.Builder. maintenanceType(MaintenanceRunSummary.MaintenanceType maintenanceType)Maintenance type.Constructors in com.oracle.bmc.database.model with parameters of type MaintenanceRunSummary.MaintenanceType 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, Map<String,Map<String,Object>> systemTags, Boolean isMaintenanceRunGranular, Integer totalTimeTakenInMins, String databaseSoftwareImageId)Deprecated. -
Uses of MaintenanceRunSummary.MaintenanceType in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return MaintenanceRunSummary.MaintenanceType Modifier and Type Method Description MaintenanceRunSummary.MaintenanceTypeListMaintenanceRunHistoryRequest. getMaintenanceType()The maintenance type.MaintenanceRunSummary.MaintenanceTypeListMaintenanceRunsRequest. getMaintenanceType()The maintenance type.Methods in com.oracle.bmc.database.requests with parameters of type MaintenanceRunSummary.MaintenanceType Modifier and Type Method Description ListMaintenanceRunHistoryRequest.BuilderListMaintenanceRunHistoryRequest.Builder. maintenanceType(MaintenanceRunSummary.MaintenanceType maintenanceType)The maintenance type.ListMaintenanceRunsRequest.BuilderListMaintenanceRunsRequest.Builder. maintenanceType(MaintenanceRunSummary.MaintenanceType maintenanceType)The maintenance type.
-