Show / Hide Table of Contents

Class ComputeClusterCollection

A list of compute clusters that match filter criteria, if any. A compute cluster is a remote direct memory access (RDMA) network group.

Inheritance
object
ComputeClusterCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ComputeClusterCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ComputeClusterSummary> Items { get; set; }
Property Value
Type Description
List<ComputeClusterSummary>

The list of compute clusters.

Remarks

Required

In this article
Back to top