ModuleSummary

class oci.os_management_hub.models.ModuleSummary(**kwargs)

Bases: object

Provides summary information about a module which is provided by a software source.

Methods

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

Attributes

name [Required] Gets the name of this ModuleSummary.
software_source_id [Required] Gets the software_source_id of this ModuleSummary.
streams Gets the streams of this ModuleSummary.
__init__(**kwargs)

Initializes a new ModuleSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this ModuleSummary.
  • streams (list[str]) – The value to assign to the streams property of this ModuleSummary.
  • software_source_id (str) – The value to assign to the software_source_id property of this ModuleSummary.
name

[Required] Gets the name of this ModuleSummary. The name of the module.

Returns:The name of this ModuleSummary.
Return type:str
software_source_id

[Required] Gets the software_source_id of this ModuleSummary. The OCID of the software source.

Returns:The software_source_id of this ModuleSummary.
Return type:str
streams

Gets the streams of this ModuleSummary. List of stream names.

Returns:The streams of this ModuleSummary.
Return type:list[str]