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