HostScanTargetErrorSummaryCollection¶
-
class
oci.vulnerability_scanning.models.
HostScanTargetErrorSummaryCollection
(**kwargs)¶ Bases:
object
A collection of HostScanTargetError objects.
Methods
__init__
(**kwargs)Initializes a new HostScanTargetErrorSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this HostScanTargetErrorSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new HostScanTargetErrorSummaryCollection 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.HostScanTargetErrorSummary]) – The value to assign to the items property of this HostScanTargetErrorSummaryCollection.
-
items
¶ [Required] Gets the items of this HostScanTargetErrorSummaryCollection. The HostScanTargetError objects in the collection.
Returns: The items of this HostScanTargetErrorSummaryCollection. Return type: list[oci.vulnerability_scanning.models.HostScanTargetErrorSummary]
-