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