In vSphere web client extension development , i want to fetch the properties of VM , In the sample code model they are adding some annotations like
[Model(property="name")]
/**
* The name of this VirtualMachine.
*/
publicvar name:String;
Where can i get the List of available properties for all objects (like vm , datastore , hosts)