UpdatablePackageCollection

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

Bases: object

The set of packages returned for the list_managed_instance_updatable_packages() operation.

Methods

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

Attributes

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

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

[Required] Gets the items of this UpdatablePackageCollection. List of updatable packages.

Returns:The items of this UpdatablePackageCollection.
Return type:list[oci.os_management_hub.models.UpdatablePackageSummary]