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