OpaInstanceCollection

class oci.opa.models.OpaInstanceCollection(**kwargs)

Bases: object

Results of a opaInstance search. Contains boh OpaInstanceSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.opa.models.OpaInstanceSummary]) – The value to assign to the items property of this OpaInstanceCollection.
items

[Required] Gets the items of this OpaInstanceCollection. List of opaInstances.

Returns:The items of this OpaInstanceCollection.
Return type:list[oci.opa.models.OpaInstanceSummary]