VMware vSAN SDK for C#
=============================

The VMware vSAN SDK supports the development of programs that manage
vSAN using vSAN Management API.

VMware vSAN runs in conjunction with vCenter and ESXi servers.
Please note that the VMware vSphere API is required as a baseline for using
vSAN API (i.e., vSphere API should be used for logging in, retrieving
ManagedEntities like vCenter clusters).

VMware vSAN SDK for C# depends on VMware vSphere Web Services SDK
(v6.7.0) and vSAN Health service Web Service Definition. The following
executables are required to generate the vSAN C# Dynamic-link library (DLL):

 * csc.exe (C# Compiler)
 * sgen.exe (XML Serializer Generator Tool)
 * WseWsdl3.exe (WSDL to Proxy Class Tool)
 * Microsoft.Web.Services3.dll
 * Python (minimal 2.7.6)

To build the vSAN C# DLL, run with:

 $ python builder.py vsan_wsdl vsanservice_wsdl

This build command will generate the following DLLs:

   * VsanhealthService.dll
   * VsanhealthService.XmlSerializers.dll

Sample code usage:

>   .\VsanHealth.exe --username <host/vcUsername>
>      --url https://<host/vcAddress>/sdk
>      --hostName <host/clusterName> --ignorecert --disablesso
