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

Method get_instance

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

Source from the content-addressed store, hash-verified

399 return self.wvm.networkLookupByName(net)
400
401 def get_instance(self, name):
402 return self.wvm.lookupByName(name)
403
404 def get_instances(self):
405 instances = []

Callers 15

get_host_instancesMethod · 0.95
get_user_instancesMethod · 0.95
get_instance_statusMethod · 0.80
get_instance_memoryMethod · 0.80
get_instance_vcpuMethod · 0.80
get_uuidMethod · 0.80
startMethod · 0.80
shutdownMethod · 0.80
force_shutdownMethod · 0.80
managedsaveMethod · 0.80
managed_save_removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected