Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostAgentScanLevel
-
Packages that use HostAgentScanLevel Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of HostAgentScanLevel in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostAgentScanLevel Modifier and Type Method Description static HostAgentScanLevelHostAgentScanLevel. create(String key)HostAgentScanLevelHostScanAgentSettings. getScanLevel()The scan levelstatic HostAgentScanLevelHostAgentScanLevel. 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.Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostAgentScanLevel Modifier and Type Method Description HostScanAgentSettings.BuilderHostScanAgentSettings.Builder. scanLevel(HostAgentScanLevel scanLevel)The scan levelConstructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostAgentScanLevel Constructor Description HostScanAgentSettings(HostAgentScanLevel scanLevel, HostScanAgentConfiguration agentConfiguration)Deprecated.
-