HostPortScanResultSummaryCollection

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

Bases: object

A collection of HostPortScanResultSummary

Methods

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

Attributes

items [Required] Gets the items of this HostPortScanResultSummaryCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.vulnerability_scanning.models.HostPortScanResultSummary]) – The value to assign to the items property of this HostPortScanResultSummaryCollection.
items

[Required] Gets the items of this HostPortScanResultSummaryCollection. The HostPortScanResultSummary objects in the collection

Returns:The items of this HostPortScanResultSummaryCollection.
Return type:list[oci.vulnerability_scanning.models.HostPortScanResultSummary]