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