MCPcopy Create free account
hub / github.com/apache/cloudstack / getDevice

Method getDevice

systemvm/debian/opt/cloud/bin/cs/CsAddress.py:928–929  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

926 return str(self.address['cidr'])
927
928 def getDevice(self):
929 return self.dev
930
931 def hasIP(self, ip):
932 return ip in list(self.address.values())

Callers 6

set_markMethod · 0.95
readOVFMethod · 0.45
getOsDiskFromOvfConfMethod · 0.45
getNumberOfIDEDevicesMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected