static HostAgentScanResult.Builder |
HostAgentScanResult.builder() |
Create a new builder.
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.compartmentId(String compartmentId) |
Compartment ID of the resource.
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.copy(HostAgentScanResult model) |
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.displayName(String displayName) |
Name of the resource
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.highestProblemSeverity(ScanResultProblemSeverity highestProblemSeverity) |
Highest problem severity in this report
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.id(String id) |
Unique identifier of the scan
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.instanceId(String instanceId) |
Instance ID of the Compute Instance scanned
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.kernelVersion(String kernelVersion) |
Kernel version of the operating system
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.lifecycleState(LifecycleState lifecycleState) |
The current state of the result.
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.operatingSystem(String operatingSystem) |
Operating system of the host
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.problemCount(Integer problemCount) |
Total number of problems found in this scan
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.problems(List<HostAgentScanResultProblem> problems) |
List of problems found in this scan
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.timeFinished(Date timeFinished) |
Date and time the scan was completed, as described in RFC
3339
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.timeStarted(Date timeStarted) |
Date and time the scan was started, as described in RFC
3339
|
HostAgentScanResult.Builder |
HostAgentScanResult.toBuilder() |
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.vendor(VendorType vendor) |
Vendor which was used for this host scan agent.
|