EnableModuleStreamOnManagedInstanceDetails¶
- 
class oci.os_management_hub.models.EnableModuleStreamOnManagedInstanceDetails(**kwargs)¶
- Bases: - object- Provides the information used to enable a module stream on a managed instance. - Methods - __init__(**kwargs)- Initializes a new EnableModuleStreamOnManagedInstanceDetails object with values from keyword arguments. - Attributes - module_name- [Required] Gets the module_name of this EnableModuleStreamOnManagedInstanceDetails. - stream_name- Gets the stream_name of this EnableModuleStreamOnManagedInstanceDetails. - work_request_details- Gets the work_request_details of this EnableModuleStreamOnManagedInstanceDetails. - 
__init__(**kwargs)¶
- Initializes a new EnableModuleStreamOnManagedInstanceDetails 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 EnableModuleStreamOnManagedInstanceDetails.
- stream_name (str) – The value to assign to the stream_name property of this EnableModuleStreamOnManagedInstanceDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this EnableModuleStreamOnManagedInstanceDetails.
 
 - 
module_name¶
- [Required] Gets the module_name of this EnableModuleStreamOnManagedInstanceDetails. The name of a module. - Returns: - The module_name of this EnableModuleStreamOnManagedInstanceDetails. - Return type: - str 
 - 
stream_name¶
- Gets the stream_name of this EnableModuleStreamOnManagedInstanceDetails. The name of a stream of the specified module. - Returns: - The stream_name of this EnableModuleStreamOnManagedInstanceDetails. - Return type: - str 
 - 
work_request_details¶
- Gets the work_request_details of this EnableModuleStreamOnManagedInstanceDetails. - Returns: - The work_request_details of this EnableModuleStreamOnManagedInstanceDetails. - Return type: - oci.os_management_hub.models.WorkRequestDetails 
 
-