Class EsxiHostCollection
A list of ESXi hosts.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class EsxiHostCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EsxiHostSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<EsxiHostSummary> | A list of ESXi hosts. | 
Remarks
Required