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

Method get_network

vrtManager/connection.py:398–399  ·  view source on GitHub ↗
(self, net)

Source from the content-addressed store, hash-verified

396 return self.wvm.storageVolLookupByPath(path)
397
398 def get_network(self, net):
399 return self.wvm.networkLookupByName(net)
400
401 def get_instance(self, name):
402 return self.wvm.lookupByName(name)

Callers 4

get_networks_infoMethod · 0.80
create_networkMethod · 0.80
__init__Method · 0.80
networksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected