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

Method create

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

Source from the content-addressed store, hash-verified

417 self.nft_ipv4_acl = config.get_nft_ipv4_acl()
418
419 def create(self):
420 self.process("ingress", self.ingress, self.FIXED_RULES_INGRESS, self.config.is_routed())
421 self.process("egress", self.egress, self.FIXED_RULES_EGRESS, self.config.is_routed())
422
423 def __process_routing_ip4(self, direction, rule_list):
424 if not self.cidr:

Callers

nothing calls this directly

Calls 2

processMethod · 0.95
is_routedMethod · 0.80

Tested by

no test coverage detected