InstallModuleStreamProfileOnManagedInstanceDetails¶
- 
class 
oci.os_management_hub.models.InstallModuleStreamProfileOnManagedInstanceDetails(**kwargs)¶ Bases:
objectProvides the information used to install a module stream profile on a managed instance.
Methods
__init__(**kwargs)Initializes a new InstallModuleStreamProfileOnManagedInstanceDetails object with values from keyword arguments. Attributes
module_name[Required] Gets the module_name of this InstallModuleStreamProfileOnManagedInstanceDetails. profile_nameGets the profile_name of this InstallModuleStreamProfileOnManagedInstanceDetails. stream_nameGets the stream_name of this InstallModuleStreamProfileOnManagedInstanceDetails. work_request_detailsGets the work_request_details of this InstallModuleStreamProfileOnManagedInstanceDetails. - 
__init__(**kwargs)¶ Initializes a new InstallModuleStreamProfileOnManagedInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - module_name (str) – The value to assign to the module_name property of this InstallModuleStreamProfileOnManagedInstanceDetails.
 - stream_name (str) – The value to assign to the stream_name property of this InstallModuleStreamProfileOnManagedInstanceDetails.
 - profile_name (str) – The value to assign to the profile_name property of this InstallModuleStreamProfileOnManagedInstanceDetails.
 - work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this InstallModuleStreamProfileOnManagedInstanceDetails.
 
- 
module_name¶ [Required] Gets the module_name of this InstallModuleStreamProfileOnManagedInstanceDetails. The name of a module.
Returns: The module_name of this InstallModuleStreamProfileOnManagedInstanceDetails. Return type: str 
- 
profile_name¶ Gets the profile_name of this InstallModuleStreamProfileOnManagedInstanceDetails. The name of a profile of the specified module stream.
Returns: The profile_name of this InstallModuleStreamProfileOnManagedInstanceDetails. Return type: str 
- 
stream_name¶ Gets the stream_name of this InstallModuleStreamProfileOnManagedInstanceDetails. The name of a stream of the specified module.
Returns: The stream_name of this InstallModuleStreamProfileOnManagedInstanceDetails. Return type: str 
- 
work_request_details¶ Gets the work_request_details of this InstallModuleStreamProfileOnManagedInstanceDetails.
Returns: The work_request_details of this InstallModuleStreamProfileOnManagedInstanceDetails. Return type: oci.os_management_hub.models.WorkRequestDetails 
-