Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ get_broadcast
Method
get_broadcast
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:218–219 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
216
return
self.get_attr(
"cidr"
)
217
218
def
get_broadcast(self):
219
return
self.get_attr(
"broadcast"
)
220
221
def
get_attr(self, attr):
222
if
attr in self.address:
Callers
1
_collect_ips
Method · 0.80
Calls
1
get_attr
Method · 0.95
Tested by
no test coverage detected