Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ get_cidr
Method
get_cidr
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:215–216 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
213
return
self.get_attr(
"device"
)
214
215
def
get_cidr(self):
216
return
self.get_attr(
"cidr"
)
217
218
def
get_broadcast(self):
219
return
self.get_attr(
"broadcast"
)
Callers
nothing calls this directly
Calls
1
get_attr
Method · 0.95
Tested by
no test coverage detected