ManagedInstanceGroupAvailablePackageCollection

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

Bases: object

A set of available packages returned for the list_managed_instance_group_available_packages() operation.

Methods

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

Attributes

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

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

[Required] Gets the items of this ManagedInstanceGroupAvailablePackageCollection. List of available packages.

Returns:The items of this ManagedInstanceGroupAvailablePackageCollection.
Return type:list[oci.os_management_hub.models.ManagedInstanceGroupAvailablePackageSummary]