CloudDbSystemCollection

class oci.database_management.models.CloudDbSystemCollection(**kwargs)

Bases: object

A collection of cloud DB systems.

Methods

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

Attributes

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

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

Parameters:items (list[oci.database_management.models.CloudDbSystemSummary]) – The value to assign to the items property of this CloudDbSystemCollection.
items

[Required] Gets the items of this CloudDbSystemCollection. An array of cloud DB systems.

Returns:The items of this CloudDbSystemCollection.
Return type:list[oci.database_management.models.CloudDbSystemSummary]