Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ get_device
Method
get_device
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:212–213 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
210
return
self.get_attr(
"size6"
)
211
212
def
get_device(self):
213
return
self.get_attr(
"device"
)
214
215
def
get_cidr(self):
216
return
self.get_attr(
"cidr"
)
Callers
15
get_ip6
Method · 0.95
get_gateway6
Method · 0.95
get_cidr6_size
Method · 0.95
process
Method · 0.80
process
Method · 0.80
getDeviceByIp
Method · 0.80
get_guest_if_by_network_id
Method · 0.80
get_guest_if
Method · 0.80
reconfigure_interfaces
Function · 0.80
find_device_for_gateway
Function · 0.80
_redundant_on
Method · 0.80
set_fault
Method · 0.80
Calls
1
get_attr
Method · 0.95
Tested by
no test coverage detected