MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / get_storage

Method get_storage

vrtManager/connection.py:392–393  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

390 return self.wvm.secretLookupByUUIDString(uuid)
391
392 def get_storage(self, name):
393 return self.wvm.storagePoolLookupByName(name)
394
395 def get_volume_by_path(self, path):
396 return self.wvm.storageVolLookupByPath(path)

Callers 10

get_storages_imagesMethod · 0.80
create_volumeMethod · 0.80
get_volume_pathMethod · 0.80
get_storages_infoMethod · 0.80
create_storageMethod · 0.80
create_storage_cephMethod · 0.80
create_storage_netfsMethod · 0.80
__init__Method · 0.80
mount_isoMethod · 0.80
get_iso_mediaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected