ComputeClusterCollection¶
-
class
oci.core.models.
ComputeClusterCollection
(**kwargs)¶ Bases:
object
A list of compute clusters that match filter criteria, if any. A compute cluster is a remote direct memory access (RDMA) network group.
Methods
__init__
(**kwargs)Initializes a new ComputeClusterCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ComputeClusterCollection. -
__init__
(**kwargs)¶ Initializes a new ComputeClusterCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.core.models.ComputeClusterSummary]) – The value to assign to the items property of this ComputeClusterCollection.
-
items
¶ [Required] Gets the items of this ComputeClusterCollection. The list of compute clusters.
Returns: The items of this ComputeClusterCollection. Return type: list[oci.core.models.ComputeClusterSummary]
-