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

Method delete_volume

vrtManager/create.py:120–122  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

118 self.wvm.defineXML(xml)
119
120 def delete_volume(self, path):
121 vol = self.get_volume_by_path(path)
122 vol.delete()
123
124 def create_instance(self, name, memory, vcpu, host_model, uuid, images, networks, virtio, mac=None):
125 """

Callers 1

create_instanceFunction · 0.80

Calls 2

get_volume_by_pathMethod · 0.80
deleteMethod · 0.45

Tested by

no test coverage detected