ModuleStreamSummary

class oci.os_management.models.ModuleStreamSummary(**kwargs)

Bases: object

Summary information pertaining to a module stream provided by a software source

Methods

__init__(**kwargs) Initializes a new ModuleStreamSummary object with values from keyword arguments.

Attributes

module_name [Required] Gets the module_name of this ModuleStreamSummary.
software_source_id Gets the software_source_id of this ModuleStreamSummary.
stream_name [Required] Gets the stream_name of this ModuleStreamSummary.
__init__(**kwargs)

Initializes a new ModuleStreamSummary 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 ModuleStreamSummary.
  • stream_name (str) – The value to assign to the stream_name property of this ModuleStreamSummary.
  • software_source_id (str) – The value to assign to the software_source_id property of this ModuleStreamSummary.
module_name

[Required] Gets the module_name of this ModuleStreamSummary. The name of the module that contains the stream.

Returns:The module_name of this ModuleStreamSummary.
Return type:str
software_source_id

Gets the software_source_id of this ModuleStreamSummary. The OCID of the software source that provides this module stream.

Returns:The software_source_id of this ModuleStreamSummary.
Return type:str
stream_name

[Required] Gets the stream_name of this ModuleStreamSummary. The name of the stream.

Returns:The stream_name of this ModuleStreamSummary.
Return type:str