DatastoreClusterCollection¶
-
class
oci.ocvp.models.
DatastoreClusterCollection
(**kwargs)¶ Bases:
object
A list of Datastore Clusters.
Methods
__init__
(**kwargs)Initializes a new DatastoreClusterCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DatastoreClusterCollection. -
__init__
(**kwargs)¶ Initializes a new DatastoreClusterCollection 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.DatastoreClusterSummary]) – The value to assign to the items property of this DatastoreClusterCollection.
-
items
¶ [Required] Gets the items of this DatastoreClusterCollection. A list of Datastore Clusters.
Returns: The items of this DatastoreClusterCollection. Return type: list[oci.ocvp.models.DatastoreClusterSummary]
-