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

Method get_iface

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

Source from the content-addressed store, hash-verified

381 return interface
382
383 def get_iface(self, name):
384 return self.wvm.interfaceLookupByName(name)
385
386 def get_secrets(self):
387 return self.wvm.listSecrets()

Callers 3

get_iface_infoMethod · 0.80
create_ifaceMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected