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

Method get_instance_status

vrtManager/instance.py:15–17  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

13
14class wvmInstances(wvmConnect):
15 def get_instance_status(self, name):
16 inst = self.get_instance(name)
17 return inst.info()[0]
18
19 def get_instance_memory(self, name):
20 inst = self.get_instance(name)

Callers

nothing calls this directly

Calls 1

get_instanceMethod · 0.80

Tested by

no test coverage detected