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