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

Method process

systemvm/debian/opt/cloud/bin/configure.py:1332–1340  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1330class CsForwardingRules(CsDataBag):
1331
1332 def process(self):
1333 for public_ip in self.dbag:
1334 if public_ip == "id":
1335 continue
1336 for rule in self.dbag[public_ip]:
1337 if rule["type"] == "forward":
1338 self.processForwardRule(rule)
1339 elif rule["type"] == "staticnat":
1340 self.processStaticNatRule(rule)
1341
1342 # Return the VR guest interface ip
1343 def getGuestIp(self):

Callers 1

processMethod · 0.95

Calls 2

processForwardRuleMethod · 0.95
processStaticNatRuleMethod · 0.95

Tested by

no test coverage detected