python - How to get Disk type information from VMware using pyvmomi? -


i have disktype information using python pyvmomi library, able same through c# vmware sdk via "get-vm | get-harddisk -disktype "flat" | select parent,name,disktype,scsicanonicalname,devicename,diskmode | fl" command, output disk in vsphere/esx flat disktype. in respective command, have searched "flat" disktype can "rawphysical, rawvirtual, or unknown". have gone through vmware mob properties wasn't able search disktype property.

thanks


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -