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