MCPcopy
hub / github.com/retspen/webvirtcloud / get_volume_by_path

Method get_volume_by_path

vrtManager/connection.py:395–396  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

393 return self.wvm.storagePoolLookupByName(name)
394
395 def get_volume_by_path(self, path):
396 return self.wvm.storageVolLookupByPath(path)
397
398 def get_network(self, net):
399 return self.wvm.networkLookupByName(net)

Callers 7

get_volume_typeMethod · 0.80
clone_from_templateMethod · 0.80
delete_volumeMethod · 0.80
disksMethod · 0.80
delete_diskMethod · 0.80
clone_instanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected