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
Post a Comment