DefaultConfigurationCollection

class oci.psql.models.DefaultConfigurationCollection(**kwargs)

Bases: object

Results of a configuration search. Contains the ConfigurationSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.psql.models.DefaultConfigurationSummary]) – The value to assign to the items property of this DefaultConfigurationCollection.
items

[Required] Gets the items of this DefaultConfigurationCollection. List of configurations.

Returns:The items of this DefaultConfigurationCollection.
Return type:list[oci.psql.models.DefaultConfigurationSummary]