SoftwarePackageCollection

class oci.os_management_hub.models.SoftwarePackageCollection(**kwargs)

Bases: object

A set of software packages returned for the list_software_packages() operation or list_all_software_packages() operation.

Methods

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

Attributes

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

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

Parameters:items (list[oci.os_management_hub.models.SoftwarePackageSummary]) – The value to assign to the items property of this SoftwarePackageCollection.
items

[Required] Gets the items of this SoftwarePackageCollection. List of software packages.

Returns:The items of this SoftwarePackageCollection.
Return type:list[oci.os_management_hub.models.SoftwarePackageSummary]