ManagedInstanceGroupCollection

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

Bases: object

A set of managed instance groups returned for the list_managed_instance_groups() operation.

Methods

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

Attributes

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

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

[Required] Gets the items of this ManagedInstanceGroupCollection. List of managed instance groups.

Returns:The items of this ManagedInstanceGroupCollection.
Return type:list[oci.os_management_hub.models.ManagedInstanceGroupSummary]