VulnerabilityImpactedHostSummary¶
-
class
oci.vulnerability_scanning.models.
VulnerabilityImpactedHostSummary
(**kwargs)¶ Bases:
object
Information on a host impacted by a vulnerability
Methods
__init__
(**kwargs)Initializes a new VulnerabilityImpactedHostSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this VulnerabilityImpactedHostSummary. instance_id
[Required] Gets the instance_id of this VulnerabilityImpactedHostSummary. last_agent_scan_id
[Required] Gets the last_agent_scan_id of this VulnerabilityImpactedHostSummary. -
__init__
(**kwargs)¶ Initializes a new VulnerabilityImpactedHostSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_id (str) – The value to assign to the instance_id property of this VulnerabilityImpactedHostSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this VulnerabilityImpactedHostSummary.
- last_agent_scan_id (str) – The value to assign to the last_agent_scan_id property of this VulnerabilityImpactedHostSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this VulnerabilityImpactedHostSummary. The compartment ID of the impacted host
Returns: The compartment_id of this VulnerabilityImpactedHostSummary. Return type: str
-
instance_id
¶ [Required] Gets the instance_id of this VulnerabilityImpactedHostSummary. The compute instance ID of the impacted host
Returns: The instance_id of this VulnerabilityImpactedHostSummary. Return type: str
-