Quantcast
Channel: VMware Communities : All Content - vSphere Management SDK
Viewing all articles
Browse latest Browse all 1860

vSphere Web Client Object properties

$
0
0

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)


Viewing all articles
Browse latest Browse all 1860

Trending Articles