ModuleStreamSummary¶
-
class
oci.os_management_hub.models.
ModuleStreamSummary
(**kwargs)¶ Bases:
object
Provides the summary information for a module stream contained within a software source.
Methods
__init__
(**kwargs)Initializes a new ModuleStreamSummary object with values from keyword arguments. Attributes
is_latest
Gets the is_latest of this ModuleStreamSummary. module_name
[Required] Gets the module_name of this ModuleStreamSummary. name
[Required] Gets the name of this ModuleStreamSummary. profiles
[Required] Gets the profiles of this ModuleStreamSummary. software_source_id
Gets the software_source_id 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: - name (str) – The value to assign to the name property of this ModuleStreamSummary.
- module_name (str) – The value to assign to the module_name property of this ModuleStreamSummary.
- profiles (list[str]) – The value to assign to the profiles property of this ModuleStreamSummary.
- is_latest (bool) – The value to assign to the is_latest property of this ModuleStreamSummary.
- software_source_id (str) – The value to assign to the software_source_id property of this ModuleStreamSummary.
-
is_latest
¶ Gets the is_latest of this ModuleStreamSummary. Indicates whether this module stream is the latest.
Returns: The is_latest of this ModuleStreamSummary. Return type: bool
-
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
-
name
¶ [Required] Gets the name of this ModuleStreamSummary. The name of the stream.
Returns: The name of this ModuleStreamSummary. Return type: str
-
profiles
¶ [Required] Gets the profiles of this ModuleStreamSummary. List of profiles in the stream.
Returns: The profiles of this ModuleStreamSummary. Return type: list[str]
-