SoftwareSourceVendorCollection

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

Bases: object

Th set of software source vendors returned for the list_software_source_vendors() operation.

Methods

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

Attributes

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

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

[Required] Gets the items of this SoftwareSourceVendorCollection. List of software source vendors.

Returns:The items of this SoftwareSourceVendorCollection.
Return type:list[oci.os_management_hub.models.SoftwareSourceVendorSummary]