Class DetachDatastoreClusterFromEsxiHostDetails
Details for the datastore cluster detachment from ESXi hosts.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class DetachDatastoreClusterFromEsxiHostDetailsProperties
EsxiHostId
Declaration
[Required(ErrorMessage = "EsxiHostId is required.")]
[JsonProperty(PropertyName = "esxiHostId")]
public string EsxiHostId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the ESXi host to detach the datastore cluster from. | 
Remarks
Required