ExternalClusterCollection¶
-
class
oci.database_management.models.
ExternalClusterCollection
(**kwargs)¶ Bases:
object
A collection of external clusters.
Methods
__init__
(**kwargs)Initializes a new ExternalClusterCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ExternalClusterCollection. -
__init__
(**kwargs)¶ Initializes a new ExternalClusterCollection 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.ExternalClusterSummary]) – The value to assign to the items property of this ExternalClusterCollection.
-
items
¶ [Required] Gets the items of this ExternalClusterCollection. An array of external clusters.
Returns: The items of this ExternalClusterCollection. Return type: list[oci.database_management.models.ExternalClusterSummary]
-