HostScanAgentSettings¶
-
class
oci.vulnerability_scanning.models.
HostScanAgentSettings
(**kwargs)¶ Bases:
object
Agent scan settings for a host scan
Attributes
SCAN_LEVEL_NONE
A constant which can be used with the scan_level property of a HostScanAgentSettings. SCAN_LEVEL_STANDARD
A constant which can be used with the scan_level property of a HostScanAgentSettings. agent_configuration
Gets the agent_configuration of this HostScanAgentSettings. scan_level
[Required] Gets the scan_level of this HostScanAgentSettings. Methods
__init__
(**kwargs)Initializes a new HostScanAgentSettings object with values from keyword arguments. -
SCAN_LEVEL_NONE
= 'NONE'¶ A constant which can be used with the scan_level property of a HostScanAgentSettings. This constant has a value of “NONE”
-
SCAN_LEVEL_STANDARD
= 'STANDARD'¶ A constant which can be used with the scan_level property of a HostScanAgentSettings. This constant has a value of “STANDARD”
-
__init__
(**kwargs)¶ Initializes a new HostScanAgentSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - scan_level (str) – The value to assign to the scan_level property of this HostScanAgentSettings. Allowed values for this property are: “NONE”, “STANDARD”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- agent_configuration (oci.vulnerability_scanning.models.HostScanAgentConfiguration) – The value to assign to the agent_configuration property of this HostScanAgentSettings.
-
agent_configuration
¶ Gets the agent_configuration of this HostScanAgentSettings.
Returns: The agent_configuration of this HostScanAgentSettings. Return type: oci.vulnerability_scanning.models.HostScanAgentConfiguration
-
scan_level
¶ [Required] Gets the scan_level of this HostScanAgentSettings. The scan level
Allowed values for this property are: “NONE”, “STANDARD”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The scan_level of this HostScanAgentSettings. Return type: str
-