Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and Description |
---|---|
static OperatingSystem |
OperatingSystem.create(String key) |
OperatingSystem |
FolderToScan.getOperatingsystem()
Operating system type
|
static OperatingSystem |
OperatingSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystem[] |
OperatingSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FolderToScan.Builder |
FolderToScan.Builder.operatingsystem(OperatingSystem operatingsystem)
Operating system type
|
Constructor and Description |
---|
FolderToScan(OperatingSystem operatingsystem,
String folder)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.