Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostPortScanLevel
-
Packages that use HostPortScanLevel Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of HostPortScanLevel in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostPortScanLevel Modifier and Type Method Description static HostPortScanLevel
HostPortScanLevel. create(String key)
HostPortScanLevel
HostScanPortSettings. getScanLevel()
The scan levelstatic HostPortScanLevel
HostPortScanLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static HostPortScanLevel[]
HostPortScanLevel. 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 HostPortScanLevel Modifier and Type Method Description HostScanPortSettings.Builder
HostScanPortSettings.Builder. scanLevel(HostPortScanLevel scanLevel)
The scan levelConstructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostPortScanLevel Constructor Description HostScanPortSettings(HostPortScanLevel scanLevel)
Deprecated.
-