Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and Description |
---|---|
HostPortScanResultOpenPort |
HostPortScanResultOpenPort.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<HostPortScanResultOpenPort> |
HostPortScanResult.getOpenPorts()
List of open ports (including interface) found in this scan
|
Modifier and Type | Method and Description |
---|---|
HostPortScanResultOpenPort.Builder |
HostPortScanResultOpenPort.Builder.copy(HostPortScanResultOpenPort model) |
Modifier and Type | Method and Description |
---|---|
HostPortScanResult.Builder |
HostPortScanResult.Builder.openPorts(List<HostPortScanResultOpenPort> openPorts)
List of open ports (including interface) found in this scan
|
Constructor and Description |
---|
HostPortScanResult(String id,
String displayName,
String instanceId,
String compartmentId,
ScanResultProblemSeverity highestProblemSeverity,
Date timeStarted,
Date timeFinished,
Integer openPortCount,
List<HostPortScanResultOpenPort> openPorts,
LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.