DatastoreCollection

class oci.ocvp.models.DatastoreCollection(**kwargs)

Bases: object

A list of Datastores.

Methods

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

Attributes

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

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

Parameters:items (list[oci.ocvp.models.DatastoreSummary]) – The value to assign to the items property of this DatastoreCollection.
items

[Required] Gets the items of this DatastoreCollection. A list of Datastores.

Returns:The items of this DatastoreCollection.
Return type:list[oci.ocvp.models.DatastoreSummary]