ModuleStreamProfileDetails¶
- 
class oci.os_management_hub.models.ModuleStreamProfileDetails(**kwargs)¶
- Bases: - object- Provides the information used to update a module stream profile. - Methods - __init__(**kwargs)- Initializes a new ModuleStreamProfileDetails object with values from keyword arguments. - Attributes - module_name- [Required] Gets the module_name of this ModuleStreamProfileDetails. - profile_name- [Required] Gets the profile_name of this ModuleStreamProfileDetails. - software_source_id- Gets the software_source_id of this ModuleStreamProfileDetails. - stream_name- [Required] Gets the stream_name of this ModuleStreamProfileDetails. - 
__init__(**kwargs)¶
- Initializes a new ModuleStreamProfileDetails 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 ModuleStreamProfileDetails.
- stream_name (str) – The value to assign to the stream_name property of this ModuleStreamProfileDetails.
- profile_name (str) – The value to assign to the profile_name property of this ModuleStreamProfileDetails.
- software_source_id (str) – The value to assign to the software_source_id property of this ModuleStreamProfileDetails.
 
 - 
module_name¶
- [Required] Gets the module_name of this ModuleStreamProfileDetails. The name of a module. - Returns: - The module_name of this ModuleStreamProfileDetails. - Return type: - str 
 - 
profile_name¶
- [Required] Gets the profile_name of this ModuleStreamProfileDetails. The name of a profile of the specified module stream. - Returns: - The profile_name of this ModuleStreamProfileDetails. - Return type: - str 
 - 
software_source_id¶
- Gets the software_source_id of this ModuleStreamProfileDetails. The OCID of the software source that contains the module stream. - Returns: - The software_source_id of this ModuleStreamProfileDetails. - Return type: - str 
 - 
stream_name¶
- [Required] Gets the stream_name of this ModuleStreamProfileDetails. The name of a stream of the specified module. - Returns: - The stream_name of this ModuleStreamProfileDetails. - Return type: - str 
 
-