Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and Description |
---|---|
static HostAgentScanLevel |
HostAgentScanLevel.create(String key) |
HostAgentScanLevel |
HostScanAgentSettings.getScanLevel()
The scan level
|
static HostAgentScanLevel |
HostAgentScanLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostAgentScanLevel[] |
HostAgentScanLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HostScanAgentSettings.Builder |
HostScanAgentSettings.Builder.scanLevel(HostAgentScanLevel scanLevel)
The scan level
|
Constructor and Description |
---|
HostScanAgentSettings(HostAgentScanLevel scanLevel,
HostScanAgentConfiguration agentConfiguration)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.