|
|
|
|
|
by jsmeaton
4310 days ago
|
|
I looked into the vSphere APIs recently and they were pretty bad. The samples were written in C# and Java, with the Java samples being fairly well written. The C# samples were terrible. ManagedObjectReference dcmor = cb.getServiceUtil().GetDecendentMoRef(null,"Datacenter",dcName);
There's a whole lot of ^ that all over the place. They expose very low level objects.AFAIK there are also lots of Perl examples floating around too, which may be nicer for the traditional admin. |
|
I did a project in pyvmomi and I was very impressed with its flexibility.