MCPcopy Create free account
hub / github.com/apache/cloudstack / idata

Method idata

systemvm/debian/opt/cloud/bin/cs/CsDatabag.py:55–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 """ Get cmdline config parameters """
54
55 def idata(self):
56 if "config" not in self.dbag:
57 self.dbag['config'] = {}
58 return self.dbag['config']
59
60 def set_guest_gw(self, val):
61 self.idata()['guestgw'] = val

Callers 15

set_guest_gwMethod · 0.95
get_guest_gwMethod · 0.95
get_guest_ip6gatewayMethod · 0.95
is_redundantMethod · 0.95
set_redundantMethod · 0.95
get_nameMethod · 0.95
get_typeMethod · 0.95
get_domainMethod · 0.95
get_vpccidrMethod · 0.95
get_eth0_ipMethod · 0.95
get_cidr_sizeMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_idataMethod · 0.64