Quantcast
Channel: VMware Communities : All Content - VMware vCenter Converter SDK
Viewing all articles
Browse latest Browse all 706

How to get volume mount point while cloning linux server using vCenter Converter SDK

$
0
0

I Use the following code to get volume mount point while cloning linux server.

But sometimes VolumeInfo[count].getLabel() get empty information.

Is there any constraint in this API? Is there any other API can get volume mount point ?

 

ConverterComputerInfo _converterSrcInfo = _converterServer.GetConverterQuery(buildLiveSourceSpec());

ConverterStorageInfoVolumeInfo VolumeInfo[] = _converterSrcInfo.getHardwareInfo().getStorage().getVolume();

VolumeInfo[count].getLabel();

 

Thanks

Scott


Viewing all articles
Browse latest Browse all 706

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>