ManagedInstanceModuleCollection

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

Bases: object

The set of modules returned for the list_managed_instance_modules() operation.

Methods

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

Attributes

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

Initializes a new ManagedInstanceModuleCollection 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.ManagedInstanceModuleSummary]) – The value to assign to the items property of this ManagedInstanceModuleCollection.
items

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

Returns:The items of this ManagedInstanceModuleCollection.
Return type:list[oci.os_management_hub.models.ManagedInstanceModuleSummary]