DetachParentSoftwareSourceFromManagedInstanceDetails¶
-
class
oci.os_management.models.
DetachParentSoftwareSourceFromManagedInstanceDetails
(**kwargs)¶ Bases:
object
Information for detaching a software source from a managed instance
Methods
__init__
(**kwargs)Initializes a new DetachParentSoftwareSourceFromManagedInstanceDetails object with values from keyword arguments. Attributes
software_source_id
[Required] Gets the software_source_id of this DetachParentSoftwareSourceFromManagedInstanceDetails. -
__init__
(**kwargs)¶ Initializes a new DetachParentSoftwareSourceFromManagedInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: software_source_id (str) – The value to assign to the software_source_id property of this DetachParentSoftwareSourceFromManagedInstanceDetails.
-
software_source_id
¶ [Required] Gets the software_source_id of this DetachParentSoftwareSourceFromManagedInstanceDetails. OCID for the Software Source
Returns: The software_source_id of this DetachParentSoftwareSourceFromManagedInstanceDetails. Return type: str
-