Uses of Class
com.oracle.bmc.database.model.MaintenanceRun.MaintenanceSubtype
-
Packages that use MaintenanceRun.MaintenanceSubtype Package Description com.oracle.bmc.database.model -
-
Uses of MaintenanceRun.MaintenanceSubtype in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceRun.MaintenanceSubtype Modifier and Type Method Description static MaintenanceRun.MaintenanceSubtype
MaintenanceRun.MaintenanceSubtype. create(String key)
MaintenanceRun.MaintenanceSubtype
MaintenanceRun. getMaintenanceSubtype()
Maintenance sub-type.static MaintenanceRun.MaintenanceSubtype
MaintenanceRun.MaintenanceSubtype. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceRun.MaintenanceSubtype[]
MaintenanceRun.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 MaintenanceRun.MaintenanceSubtype Modifier and Type Method Description MaintenanceRun.Builder
MaintenanceRun.Builder. maintenanceSubtype(MaintenanceRun.MaintenanceSubtype maintenanceSubtype)
Maintenance sub-type.Constructors in com.oracle.bmc.database.model with parameters of type MaintenanceRun.MaintenanceSubtype 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, Map<String,Map<String,Object>> systemTags, Boolean isMaintenanceRunGranular, Integer totalTimeTakenInMins, String databaseSoftwareImageId)
Deprecated.
-