Class ComputeCapacityTopologyCollection
A list of compute capacity topologies.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ComputeCapacityTopologyCollection
  Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ComputeCapacityTopologySummary> Items { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<ComputeCapacityTopologySummary> | The list of compute capacity topologies.  | 
      
Remarks
Required