ManagedInstanceGroupModuleCollection

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

Bases: object

A set of module streams returned for the list_managed_instance_group_modules() operation.

Methods

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

Attributes

items [Required] Gets the items of this ManagedInstanceGroupModuleCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.os_management_hub.models.ManagedInstanceGroupModuleSummary]) – The value to assign to the items property of this ManagedInstanceGroupModuleCollection.
items

[Required] Gets the items of this ManagedInstanceGroupModuleCollection. List of module streams.

Returns:The items of this ManagedInstanceGroupModuleCollection.
Return type:list[oci.os_management_hub.models.ManagedInstanceGroupModuleSummary]