ManagedInstanceModuleSummary¶
-
class
oci.os_management_hub.models.
ManagedInstanceModuleSummary
(**kwargs)¶ Bases:
object
Provides summary information for a module on a managed instance.
Methods
__init__
(**kwargs)Initializes a new ManagedInstanceModuleSummary object with values from keyword arguments. Attributes
active_streams
Gets the active_streams of this ManagedInstanceModuleSummary. disabled_streams
Gets the disabled_streams of this ManagedInstanceModuleSummary. enabled_stream
Gets the enabled_stream of this ManagedInstanceModuleSummary. installed_profiles
Gets the installed_profiles of this ManagedInstanceModuleSummary. name
[Required] Gets the name of this ManagedInstanceModuleSummary. software_source_id
Gets the software_source_id of this ManagedInstanceModuleSummary. -
__init__
(**kwargs)¶ Initializes a new ManagedInstanceModuleSummary 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 ManagedInstanceModuleSummary.
- enabled_stream (str) – The value to assign to the enabled_stream property of this ManagedInstanceModuleSummary.
- installed_profiles (list[str]) – The value to assign to the installed_profiles property of this ManagedInstanceModuleSummary.
- active_streams (list[str]) – The value to assign to the active_streams property of this ManagedInstanceModuleSummary.
- disabled_streams (list[str]) – The value to assign to the disabled_streams property of this ManagedInstanceModuleSummary.
- software_source_id (str) – The value to assign to the software_source_id property of this ManagedInstanceModuleSummary.
-
active_streams
¶ Gets the active_streams of this ManagedInstanceModuleSummary. List of streams that are active in the module.
Returns: The active_streams of this ManagedInstanceModuleSummary. Return type: list[str]
-
disabled_streams
¶ Gets the disabled_streams of this ManagedInstanceModuleSummary. List of streams that are disabled in the module.
Returns: The disabled_streams of this ManagedInstanceModuleSummary. Return type: list[str]
-
enabled_stream
¶ Gets the enabled_stream of this ManagedInstanceModuleSummary. The stream that is enabled in the module.
Returns: The enabled_stream of this ManagedInstanceModuleSummary. Return type: str
-
installed_profiles
¶ Gets the installed_profiles of this ManagedInstanceModuleSummary. List of installed profiles in the enabled stream of the module.
Returns: The installed_profiles of this ManagedInstanceModuleSummary. Return type: list[str]
-
name
¶ [Required] Gets the name of this ManagedInstanceModuleSummary. The module name.
Returns: The name of this ManagedInstanceModuleSummary. Return type: str
-