Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ has_public_network
Method
has_public_network
systemvm/debian/opt/cloud/bin/cs/CsConfig.py:156–157 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
154
return
""
155
156
def
has_public_network(self):
157
return
self.cmdline().idata().get(
'has_public_network'
,
'true'
) ==
'true'
Callers
4
process
Method · 0.80
process
Method · 0.80
post_configure
Method · 0.80
fw_vpcrouter
Method · 0.80
Calls
3
cmdline
Method · 0.95
idata
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected