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

Method is_active

vrtManager/network.py:88–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 self.net.setAutostart(value)
87
88 def is_active(self):
89 return self.net.isActive()
90
91 def get_uuid(self):
92 return self.net.UUIDString()

Callers 3

networkFunction · 0.45
storageFunction · 0.45
interfaceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected