static HostPortScanResult.Builder |
HostPortScanResult.builder() |
Create a new builder.
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.compartmentId(String compartmentId) |
Compartment ID of the resource.
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.copy(HostPortScanResult model) |
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.displayName(String displayName) |
Name of the resource
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.highestProblemSeverity(ScanResultProblemSeverity highestProblemSeverity) |
Highest problem severity in this report
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.id(String id) |
Unique identifier of the scan
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.instanceId(String instanceId) |
Instance ID of the Compute Instance scanned
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.lifecycleState(LifecycleState lifecycleState) |
The current state of the result.
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.openPortCount(Integer openPortCount) |
Total number of open ports across all attached VNICs found in this scan
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.openPorts(List<HostPortScanResultOpenPort> openPorts) |
List of open ports (including interface) found in this scan
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.timeFinished(Date timeFinished) |
Date and time the scan was completed, as described in RFC
3339
|
HostPortScanResult.Builder |
HostPortScanResult.Builder.timeStarted(Date timeStarted) |
Date and time the scan was started, as described in RFC
3339
|
HostPortScanResult.Builder |
HostPortScanResult.toBuilder() |
|