Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and Description |
---|---|
static ScanResultScore |
ScanResultScore.create(String key) |
ScanResultScore |
HostCisBenchmarkScanResultScore.getScore()
Result score of CIS (Center for Internet Security) benchmark execution (Pass/Fail)
|
static ScanResultScore |
ScanResultScore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanResultScore[] |
ScanResultScore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HostCisBenchmarkScanResultScore.Builder |
HostCisBenchmarkScanResultScore.Builder.score(ScanResultScore score)
Result score of CIS (Center for Internet Security) benchmark execution (Pass/Fail)
|
Constructor and Description |
---|
HostCisBenchmarkScanResultScore(String benchmarkIdentifier,
String description,
ScanResultScore score)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.