AttachSoftwareSourcesToManagedInstanceGroupDetails¶
-
class
oci.os_management_hub.models.
AttachSoftwareSourcesToManagedInstanceGroupDetails
(**kwargs)¶ Bases:
object
Provides the information used to attach software sources to a managed instance group.
Methods
__init__
(**kwargs)Initializes a new AttachSoftwareSourcesToManagedInstanceGroupDetails object with values from keyword arguments. Attributes
software_sources
[Required] Gets the software_sources of this AttachSoftwareSourcesToManagedInstanceGroupDetails. work_request_details
Gets the work_request_details of this AttachSoftwareSourcesToManagedInstanceGroupDetails. -
__init__
(**kwargs)¶ Initializes a new AttachSoftwareSourcesToManagedInstanceGroupDetails 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 AttachSoftwareSourcesToManagedInstanceGroupDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this AttachSoftwareSourcesToManagedInstanceGroupDetails.
-
software_sources
¶ [Required] Gets the software_sources of this AttachSoftwareSourcesToManagedInstanceGroupDetails. List of software source OCIDs to attach to the group.
Returns: The software_sources of this AttachSoftwareSourcesToManagedInstanceGroupDetails. Return type: list[str]
-
work_request_details
¶ Gets the work_request_details of this AttachSoftwareSourcesToManagedInstanceGroupDetails.
Returns: The work_request_details of this AttachSoftwareSourcesToManagedInstanceGroupDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-