Uses of Class
com.oracle.bmc.database.model.MaintenanceRunSummary.TargetResourceType
-
Packages that use MaintenanceRunSummary.TargetResourceType Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of MaintenanceRunSummary.TargetResourceType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceRunSummary.TargetResourceType Modifier and Type Method Description static MaintenanceRunSummary.TargetResourceTypeMaintenanceRunSummary.TargetResourceType. create(String key)MaintenanceRunSummary.TargetResourceTypeMaintenanceRunSummary. getTargetResourceType()The type of the target resource on which the maintenance run occurs.static MaintenanceRunSummary.TargetResourceTypeMaintenanceRunSummary.TargetResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceRunSummary.TargetResourceType[]MaintenanceRunSummary.TargetResourceType. 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.TargetResourceType Modifier and Type Method Description MaintenanceRunSummary.BuilderMaintenanceRunSummary.Builder. targetResourceType(MaintenanceRunSummary.TargetResourceType targetResourceType)The type of the target resource on which the maintenance run occurs.Constructors in com.oracle.bmc.database.model with parameters of type MaintenanceRunSummary.TargetResourceType 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.TargetResourceType in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return MaintenanceRunSummary.TargetResourceType Modifier and Type Method Description MaintenanceRunSummary.TargetResourceTypeGetInfrastructureTargetVersionsRequest. getTargetResourceType()The type of the target resource.MaintenanceRunSummary.TargetResourceTypeListMaintenanceRunHistoryRequest. getTargetResourceType()The type of the target resource.MaintenanceRunSummary.TargetResourceTypeListMaintenanceRunsRequest. getTargetResourceType()The type of the target resource.Methods in com.oracle.bmc.database.requests with parameters of type MaintenanceRunSummary.TargetResourceType Modifier and Type Method Description GetInfrastructureTargetVersionsRequest.BuilderGetInfrastructureTargetVersionsRequest.Builder. targetResourceType(MaintenanceRunSummary.TargetResourceType targetResourceType)The type of the target resource.ListMaintenanceRunHistoryRequest.BuilderListMaintenanceRunHistoryRequest.Builder. targetResourceType(MaintenanceRunSummary.TargetResourceType targetResourceType)The type of the target resource.ListMaintenanceRunsRequest.BuilderListMaintenanceRunsRequest.Builder. targetResourceType(MaintenanceRunSummary.TargetResourceType targetResourceType)The type of the target resource.
-