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