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