PatchDatabasesCollection

class oci.dblm.models.PatchDatabasesCollection(**kwargs)

Bases: object

Results of a patchDatabases search. Contains items for databases, images and patch compliance information.

Methods

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

Attributes

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

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

Parameters:items (list[oci.dblm.models.DatabasesSummary]) – The value to assign to the items property of this PatchDatabasesCollection.
items

[Required] Gets the items of this PatchDatabasesCollection. List of patchDatabases.

Returns:The items of this PatchDatabasesCollection.
Return type:list[oci.dblm.models.DatabasesSummary]