ManagedInstanceCollection

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

Bases: object

The set of managed instances returned for the list_managed_instances() operation.

Methods

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

Attributes

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

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

[Required] Gets the items of this ManagedInstanceCollection. List of managed instances.

Returns:The items of this ManagedInstanceCollection.
Return type:list[oci.os_management_hub.models.ManagedInstanceSummary]