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