DetachChildSoftwareSourceFromManagedInstanceDetails¶
-
class
oci.os_management.models.
DetachChildSoftwareSourceFromManagedInstanceDetails
(**kwargs)¶ Bases:
object
Information for detaching a software source from a managed instance
Methods
__init__
(**kwargs)Initializes a new DetachChildSoftwareSourceFromManagedInstanceDetails object with values from keyword arguments. Attributes
software_source_id
[Required] Gets the software_source_id of this DetachChildSoftwareSourceFromManagedInstanceDetails. -
__init__
(**kwargs)¶ Initializes a new DetachChildSoftwareSourceFromManagedInstanceDetails 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 DetachChildSoftwareSourceFromManagedInstanceDetails.
-
software_source_id
¶ [Required] Gets the software_source_id of this DetachChildSoftwareSourceFromManagedInstanceDetails. OCID for the Software Source
Returns: The software_source_id of this DetachChildSoftwareSourceFromManagedInstanceDetails. Return type: str
-