ManagedInstanceUsageCollection

class oci.jms.models.ManagedInstanceUsageCollection(**kwargs)

Bases: object

Results of a managed instance search. Contains ManagedInstanceUsage items.

Methods

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

Attributes

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

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

Parameters:items (list[oci.jms.models.ManagedInstanceUsage]) – The value to assign to the items property of this ManagedInstanceUsageCollection.
items

[Required] Gets the items of this ManagedInstanceUsageCollection. A list of managed instances.

Returns:The items of this ManagedInstanceUsageCollection.
Return type:list[oci.jms.models.ManagedInstanceUsage]