SoftwareSourceCollection

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

Bases: object

A set of software sources returned for the list_software_sources() operation.

Methods

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

Attributes

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

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

[Required] Gets the items of this SoftwareSourceCollection. List of software sources.

Returns:The items of this SoftwareSourceCollection.
Return type:list[oci.os_management_hub.models.SoftwareSourceSummary]