Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostPortScanResultOpenPort
-
Packages that use HostPortScanResultOpenPort Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of HostPortScanResultOpenPort in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostPortScanResultOpenPort Modifier and Type Method Description HostPortScanResultOpenPortHostPortScanResultOpenPort.Builder. build()Methods in com.oracle.bmc.vulnerabilityscanning.model that return types with arguments of type HostPortScanResultOpenPort Modifier and Type Method Description List<HostPortScanResultOpenPort>HostPortScanResult. getOpenPorts()List of open ports (including interface) found in this scanMethods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostPortScanResultOpenPort Modifier and Type Method Description HostPortScanResultOpenPort.BuilderHostPortScanResultOpenPort.Builder. copy(HostPortScanResultOpenPort model)Method parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostPortScanResultOpenPort Modifier and Type Method Description HostPortScanResult.BuilderHostPortScanResult.Builder. openPorts(List<HostPortScanResultOpenPort> openPorts)List of open ports (including interface) found in this scanConstructor parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostPortScanResultOpenPort Constructor Description HostPortScanResult(String id, String displayName, String instanceId, String compartmentId, ScanResultProblemSeverity highestProblemSeverity, Date timeStarted, Date timeFinished, Integer openPortCount, List<HostPortScanResultOpenPort> openPorts, LifecycleState lifecycleState)Deprecated.
-