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