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