HostEndpointProtectionSettings¶
- 
class oci.vulnerability_scanning.models.HostEndpointProtectionSettings(**kwargs)¶
- Bases: - object- Endpoint Protection scan settings for a host scan - Attributes - SCAN_LEVEL_NONE- A constant which can be used with the scan_level property of a HostEndpointProtectionSettings. - SCAN_LEVEL_STANDARD- A constant which can be used with the scan_level property of a HostEndpointProtectionSettings. - scan_level- Gets the scan_level of this HostEndpointProtectionSettings. - Methods - __init__(**kwargs)- Initializes a new HostEndpointProtectionSettings object with values from keyword arguments. - 
SCAN_LEVEL_NONE= 'NONE'¶
- A constant which can be used with the scan_level property of a HostEndpointProtectionSettings. This constant has a value of “NONE” 
 - 
SCAN_LEVEL_STANDARD= 'STANDARD'¶
- A constant which can be used with the scan_level property of a HostEndpointProtectionSettings. This constant has a value of “STANDARD” 
 - 
__init__(**kwargs)¶
- Initializes a new HostEndpointProtectionSettings 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 HostEndpointProtectionSettings. 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’. 
 - 
scan_level¶
- Gets the scan_level of this HostEndpointProtectionSettings. The scan level. Use ‘NONE’ to disable Endpoint Protection checks entirely. - 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 HostEndpointProtectionSettings. - Return type: - str 
 
-