DetachSoftwareSourcesFromManagedInstanceDetails

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

Bases: object

Provides the information used to detach the software sources from the managed instance.

Methods

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

Attributes

software_sources [Required] Gets the software_sources of this DetachSoftwareSourcesFromManagedInstanceDetails.
work_request_details Gets the work_request_details of this DetachSoftwareSourcesFromManagedInstanceDetails.
__init__(**kwargs)

Initializes a new DetachSoftwareSourcesFromManagedInstanceDetails 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 DetachSoftwareSourcesFromManagedInstanceDetails.
  • work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this DetachSoftwareSourcesFromManagedInstanceDetails.
software_sources

[Required] Gets the software_sources of this DetachSoftwareSourcesFromManagedInstanceDetails. The list of software source OCIDs to be attached/detached.

Returns:The software_sources of this DetachSoftwareSourcesFromManagedInstanceDetails.
Return type:list[str]
work_request_details

Gets the work_request_details of this DetachSoftwareSourcesFromManagedInstanceDetails.

Returns:The work_request_details of this DetachSoftwareSourcesFromManagedInstanceDetails.
Return type:oci.os_management_hub.models.WorkRequestDetails