DbSystemCollection

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

Bases: object

Results of a database system search. Contains both DbSystemSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this DbSystemCollection. List of database systems.

Returns:The items of this DbSystemCollection.
Return type:list[oci.psql.models.DbSystemSummary]