ConfigurationDetails

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

Bases: object

List of configuration details.

Methods

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

Attributes

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

Initializes a new ConfigurationDetails 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.ConfigParams]) – The value to assign to the items property of this ConfigurationDetails.
items

[Required] Gets the items of this ConfigurationDetails. List of ConfigParms object.

Returns:The items of this ConfigurationDetails.
Return type:list[oci.psql.models.ConfigParams]