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