Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ set_guest_gw
Method
set_guest_gw
systemvm/debian/opt/cloud/bin/cs/CsDatabag.py:60–61 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
58
return
self.dbag[
'config'
]
59
60
def
set_guest_gw(self, val):
61
self.idata()[
'guestgw'
] = val
62
63
def
get_guest_gw(self):
64
if
"guestgw"
in self.idata():
Callers
1
test_get_guest_gw
Method · 0.80
Calls
1
idata
Method · 0.95
Tested by
1
test_get_guest_gw
Method · 0.64