OpsiConfigurationsCollection

class oci.opsi.models.OpsiConfigurationsCollection(**kwargs)

Bases: object

Collection of OPSI configuration summary objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.opsi.models.OpsiConfigurationSummary]) – The value to assign to the items property of this OpsiConfigurationsCollection.
items

[Required] Gets the items of this OpsiConfigurationsCollection. Array of OPSI configuration summary objects.

Returns:The items of this OpsiConfigurationsCollection.
Return type:list[oci.opsi.models.OpsiConfigurationSummary]