Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostCisBenchmarkScanLevel
-
Packages that use HostCisBenchmarkScanLevel Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of HostCisBenchmarkScanLevel in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostCisBenchmarkScanLevel Modifier and Type Method Description static HostCisBenchmarkScanLevel
HostCisBenchmarkScanLevel. create(String key)
HostCisBenchmarkScanLevel
HostCisBenchmarkSettings. getScanLevel()
The level of strictness to apply for CIS Benchmarks.static HostCisBenchmarkScanLevel
HostCisBenchmarkScanLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static HostCisBenchmarkScanLevel[]
HostCisBenchmarkScanLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostCisBenchmarkScanLevel Modifier and Type Method Description HostCisBenchmarkSettings.Builder
HostCisBenchmarkSettings.Builder. scanLevel(HostCisBenchmarkScanLevel scanLevel)
The level of strictness to apply for CIS Benchmarks.Constructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostCisBenchmarkScanLevel Constructor Description HostCisBenchmarkSettings(HostCisBenchmarkScanLevel scanLevel)
Deprecated.
-