Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostAgentScanResultProblem
-
Packages that use HostAgentScanResultProblem Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of HostAgentScanResultProblem in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostAgentScanResultProblem Modifier and Type Method Description HostAgentScanResultProblem
HostAgentScanResultProblem.Builder. build()
Methods in com.oracle.bmc.vulnerabilityscanning.model that return types with arguments of type HostAgentScanResultProblem Modifier and Type Method Description List<HostAgentScanResultProblem>
HostAgentScanResult. getProblems()
List of problems found in this scanMethods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostAgentScanResultProblem Modifier and Type Method Description HostAgentScanResultProblem.Builder
HostAgentScanResultProblem.Builder. copy(HostAgentScanResultProblem model)
Method parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostAgentScanResultProblem Modifier and Type Method Description HostAgentScanResult.Builder
HostAgentScanResult.Builder. problems(List<HostAgentScanResultProblem> problems)
List of problems found in this scanConstructor parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostAgentScanResultProblem Constructor Description HostAgentScanResult(String id, String displayName, String instanceId, String compartmentId, ScanResultProblemSeverity highestProblemSeverity, String operatingSystem, String kernelVersion, Integer problemCount, Date timeStarted, Date timeFinished, List<HostAgentScanResultProblem> problems, LifecycleState lifecycleState, VendorType vendor)
Deprecated.
-