ChangeAvailabilityOfSoftwareSourcesDetails

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

Bases: object

Provides the information used to update the availability of a list of software sources.

Methods

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

Attributes

software_source_availabilities [Required] Gets the software_source_availabilities of this ChangeAvailabilityOfSoftwareSourcesDetails.
__init__(**kwargs)

Initializes a new ChangeAvailabilityOfSoftwareSourcesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:software_source_availabilities (list[oci.os_management_hub.models.SoftwareSourceAvailability]) – The value to assign to the software_source_availabilities property of this ChangeAvailabilityOfSoftwareSourcesDetails.
software_source_availabilities

[Required] Gets the software_source_availabilities of this ChangeAvailabilityOfSoftwareSourcesDetails. List of vendor software sources and their availability statuses.

Returns:The software_source_availabilities of this ChangeAvailabilityOfSoftwareSourcesDetails.
Return type:list[oci.os_management_hub.models.SoftwareSourceAvailability]