Long capacityIops = (Long) dsInfos.get("capacityIops");
String tags = (String) dsInfos.get("tags");
Map<String, String> details = (Map<String, String>) dsInfos.get("details");
String storageIp = getStorageIp(url);
int storagePort = getDefaultStoragePort(url);
StoragePoolType storagetype = getStorageType(url);
String accesspath = getAccessPath(url);
String protocoltype = getProtocolType(url);
String[] mp = accesspath.split("/");
String mountpoint = mp[1];
String uuid = null ;