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

Method get_egress_chain

systemvm/debian/opt/cloud/bin/cs/CsConfig.py:144–148  ·  view source on GitHub ↗
(self, device, ip)

Source from the content-addressed store, hash-verified

142 return "FIREWALL_%s" % ip
143
144 def get_egress_chain(self, device, ip):
145 if self.is_vpc():
146 return "ACL_OUTBOUND_%s" % device
147 else:
148 return "FW_EGRESS_RULES"
149
150 def get_egress_table(self):
151 if self.is_vpc():

Callers 1

init_vpcMethod · 0.80

Calls 1

is_vpcMethod · 0.95

Tested by

no test coverage detected