Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_instances
Method · 0.95
get_user_instances
Method · 0.95
get_instance_status
Method · 0.80
get_instance_memory
Method · 0.80
get_instance_vcpu
Method · 0.80
get_instance_managed_save_image
Method · 0.80
get_uuid
Method · 0.80
start
Method · 0.80
shutdown
Method · 0.80
force_shutdown
Method · 0.80
managedsave
Method · 0.80
managed_save_remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected