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