DbSystemReplicaCollection

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

Bases: object

Results of replica database system search.

Methods

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

Attributes

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

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

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

Returns:The items of this DbSystemReplicaCollection.
Return type:list[oci.psql.models.DbSystemReplicaSummary]