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