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

Method is_private_gateway

systemvm/debian/opt/cloud/bin/cs/CsAddress.py:920–923  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

918 return False
919
920 def is_private_gateway(self):
921 if "is_private_gateway" in self.address:
922 return self.address['is_private_gateway']
923 return False
924
925 def ip(self):
926 return str(self.address['cidr'])

Callers 3

fw_vpcrouterMethod · 0.95
post_config_changeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected