Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
HostCisBenchmarkSettings.Builder |
HostCisBenchmarkSettings.Builder.scanLevel(HostCisBenchmarkScanLevel scanLevel)
The level of strictness to apply for CIS Benchmarks.
|
Constructor and Description |
---|
HostCisBenchmarkSettings(HostCisBenchmarkScanLevel scanLevel)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.