Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.PatchingIssueEntry
-
Packages that use PatchingIssueEntry Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of PatchingIssueEntry in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return PatchingIssueEntry Modifier and Type Method Description PatchingIssueEntryPatchingIssueEntry.Builder. build()Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type PatchingIssueEntry Modifier and Type Method Description List<PatchingIssueEntry>FsuReadinessCheck. getIssues()Issues found during the Exadata Fleet Update Readiness Check run.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type PatchingIssueEntry Modifier and Type Method Description PatchingIssueEntry.BuilderPatchingIssueEntry.Builder. copy(PatchingIssueEntry model)Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type PatchingIssueEntry Modifier and Type Method Description TargetFsuReadinessCheck.BuilderTargetFsuReadinessCheck.Builder. issues(List<PatchingIssueEntry> issues)Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type PatchingIssueEntry Constructor Description FsuReadinessCheck(String id, String displayName, String compartmentId, Integer issueCount, List<PatchingIssueEntry> issues, Date timeCreated, Date timeUpdated, Date timeFinished, FsuReadinessCheck.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.TargetFsuReadinessCheck(String id, String displayName, String compartmentId, Integer issueCount, List<PatchingIssueEntry> issues, Date timeCreated, Date timeUpdated, Date timeFinished, FsuReadinessCheck.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ReadinessCheckTargetEntry> targets)Deprecated.
-