ImpactedResourcesCount

class oci.vulnerability_scanning.models.ImpactedResourcesCount(**kwargs)

Bases: object

Number of resources impacted in this compartment whose scan results currently report this vulnerability

Methods

__init__(**kwargs) Initializes a new ImpactedResourcesCount object with values from keyword arguments.

Attributes

host_count [Required] Gets the host_count of this ImpactedResourcesCount.
image_count [Required] Gets the image_count of this ImpactedResourcesCount.
__init__(**kwargs)

Initializes a new ImpactedResourcesCount object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • host_count (int) – The value to assign to the host_count property of this ImpactedResourcesCount.
  • image_count (int) – The value to assign to the image_count property of this ImpactedResourcesCount.
host_count

[Required] Gets the host_count of this ImpactedResourcesCount. Number of scanned hosts in this compartment whose scan results currently report this vulnerability

Returns:The host_count of this ImpactedResourcesCount.
Return type:int
image_count

[Required] Gets the image_count of this ImpactedResourcesCount. Number of scanned container images in this compartment whose scan results currently report this vulnerability

Returns:The image_count of this ImpactedResourcesCount.
Return type:int