InstalledPackageCollection

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

Bases: object

The set of installed packages on a managed instance.

Methods

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

Attributes

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

Initializes a new InstalledPackageCollection 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.InstalledPackageSummary]) – The value to assign to the items property of this InstalledPackageCollection.
items

[Required] Gets the items of this InstalledPackageCollection. List of installed packages.

Returns:The items of this InstalledPackageCollection.
Return type:list[oci.os_management_hub.models.InstalledPackageSummary]