ResourceAnalyticsInstanceCollection

class oci.resource_analytics.models.ResourceAnalyticsInstanceCollection(**kwargs)

Bases: object

Results of a ResourceAnalyticsInstance search. Contains both ResourceAnalyticsInstanceSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.resource_analytics.models.ResourceAnalyticsInstanceSummary]) – The value to assign to the items property of this ResourceAnalyticsInstanceCollection.
items

[Required] Gets the items of this ResourceAnalyticsInstanceCollection. List of ResourceAnalyticsInstanceSummary’s.

Returns:The items of this ResourceAnalyticsInstanceCollection.
Return type:list[oci.resource_analytics.models.ResourceAnalyticsInstanceSummary]