Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_mark
Method · 0.95
readOVF
Method · 0.45
getOsDiskFromOvfConf
Method · 0.45
isValidScsiDiskController
Method · 0.45
getNumberOfIDEDevices
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected