SoftwareSourcesDetails¶
-
class
oci.os_management_hub.models.
SoftwareSourcesDetails
(**kwargs)¶ Bases:
object
The details about the software sources to be attached/detached.
Methods
__init__
(**kwargs)Initializes a new SoftwareSourcesDetails object with values from keyword arguments. Attributes
software_sources
[Required] Gets the software_sources of this SoftwareSourcesDetails. work_request_details
Gets the work_request_details of this SoftwareSourcesDetails. -
__init__
(**kwargs)¶ Initializes a new SoftwareSourcesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - software_sources (list[str]) – The value to assign to the software_sources property of this SoftwareSourcesDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this SoftwareSourcesDetails.
-
software_sources
¶ [Required] Gets the software_sources of this SoftwareSourcesDetails. The list of software source OCIDs to be attached/detached.
Returns: The software_sources of this SoftwareSourcesDetails. Return type: list[str]
-
work_request_details
¶ Gets the work_request_details of this SoftwareSourcesDetails.
Returns: The work_request_details of this SoftwareSourcesDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-