InfrastructureCollection

class oci.datacc.models.InfrastructureCollection(**kwargs)

Bases: object

A collection of Database Infrastructure resources.

Methods

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

Attributes

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

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

Parameters:items (list[oci.datacc.models.InfrastructureSummary]) – The value to assign to the items property of this InfrastructureCollection.
items

[Required] Gets the items of this InfrastructureCollection. A list of Database Infrastructure resources.

Returns:The items of this InfrastructureCollection.
Return type:list[oci.datacc.models.InfrastructureSummary]