ManagedInstanceGroupInstalledPackageCollection¶
-
class
oci.os_management_hub.models.
ManagedInstanceGroupInstalledPackageCollection
(**kwargs)¶ Bases:
object
A set of installed packages returned for the
list_managed_instance_group_installed_packages()
operation.Methods
__init__
(**kwargs)Initializes a new ManagedInstanceGroupInstalledPackageCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ManagedInstanceGroupInstalledPackageCollection. -
__init__
(**kwargs)¶ Initializes a new ManagedInstanceGroupInstalledPackageCollection 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.ManagedInstanceGroupInstalledPackageSummary]) – The value to assign to the items property of this ManagedInstanceGroupInstalledPackageCollection.
-
items
¶ [Required] Gets the items of this ManagedInstanceGroupInstalledPackageCollection. List of installed packages.
Returns: The items of this ManagedInstanceGroupInstalledPackageCollection. Return type: list[oci.os_management_hub.models.ManagedInstanceGroupInstalledPackageSummary]
-