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