Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and Description |
---|---|
HostCisBenchmarkScanResultScore |
HostCisBenchmarkScanResultScore.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<HostCisBenchmarkScanResultScore> |
HostCisBenchmarkScanResult.getCisBenchmarkScanResultScores()
A single CIS (Center for Internet Security) benchmark scan executed on a host.
|
Modifier and Type | Method and Description |
---|---|
HostCisBenchmarkScanResultScore.Builder |
HostCisBenchmarkScanResultScore.Builder.copy(HostCisBenchmarkScanResultScore model) |
Modifier and Type | Method and Description |
---|---|
HostCisBenchmarkScanResult.Builder |
HostCisBenchmarkScanResult.Builder.cisBenchmarkScanResultScores(List<HostCisBenchmarkScanResultScore> cisBenchmarkScanResultScores)
A single CIS (Center for Internet Security) benchmark scan executed on a host.
|
Constructor and Description |
---|
HostCisBenchmarkScanResult(String id,
String displayName,
String instanceId,
String compartmentId,
Date timeStarted,
Date timeFinished,
Integer cisBenchmarkScanIssuesCount,
List<HostCisBenchmarkScanResultScore> cisBenchmarkScanResultScores,
LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.