Uses of Class
com.oracle.bmc.database.model.MaintenanceRunSummary.MaintenanceSubtype
-
Packages that use MaintenanceRunSummary.MaintenanceSubtype Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of MaintenanceRunSummary.MaintenanceSubtype in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceRunSummary.MaintenanceSubtype Modifier and Type Method Description static MaintenanceRunSummary.MaintenanceSubtype
MaintenanceRunSummary.MaintenanceSubtype. create(String key)
MaintenanceRunSummary.MaintenanceSubtype
MaintenanceRunSummary. getMaintenanceSubtype()
Maintenance sub-type.static MaintenanceRunSummary.MaintenanceSubtype
MaintenanceRunSummary.MaintenanceSubtype. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceRunSummary.MaintenanceSubtype[]
MaintenanceRunSummary.MaintenanceSubtype. 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.MaintenanceSubtype Modifier and Type Method Description MaintenanceRunSummary.Builder
MaintenanceRunSummary.Builder. maintenanceSubtype(MaintenanceRunSummary.MaintenanceSubtype maintenanceSubtype)
Maintenance sub-type.Constructors in com.oracle.bmc.database.model with parameters of type MaintenanceRunSummary.MaintenanceSubtype 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.MaintenanceSubtype in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return MaintenanceRunSummary.MaintenanceSubtype Modifier and Type Method Description MaintenanceRunSummary.MaintenanceSubtype
ListMaintenanceRunHistoryRequest. getMaintenanceSubtype()
The sub-type of the maintenance run.MaintenanceRunSummary.MaintenanceSubtype
ListMaintenanceRunsRequest. getMaintenanceSubtype()
The sub-type of the maintenance run.Methods in com.oracle.bmc.database.requests with parameters of type MaintenanceRunSummary.MaintenanceSubtype Modifier and Type Method Description ListMaintenanceRunHistoryRequest.Builder
ListMaintenanceRunHistoryRequest.Builder. maintenanceSubtype(MaintenanceRunSummary.MaintenanceSubtype maintenanceSubtype)
The sub-type of the maintenance run.ListMaintenanceRunsRequest.Builder
ListMaintenanceRunsRequest.Builder. maintenanceSubtype(MaintenanceRunSummary.MaintenanceSubtype maintenanceSubtype)
The sub-type of the maintenance run.
-