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

Method get_gateway

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

Source from the content-addressed store, hash-verified

967 self.delete(ip)
968
969 def get_gateway(self):
970 interface = CsInterface(self.address, self.config)
971 return interface.get_gateway()
972
973 def is_guest_gateway(self, bag, ip):
974 """ Exclude the vrrp maintained addresses on a redundant router """

Callers 9

fw_vpcrouterMethod · 0.95
post_config_changeMethod · 0.95
__updateMethod · 0.45
getGatewayByIpMethod · 0.45
post_configureMethod · 0.45
__init__Method · 0.45
set_faultMethod · 0.45
set_backupMethod · 0.45
set_primaryMethod · 0.45

Calls 2

get_gatewayMethod · 0.95
CsInterfaceClass · 0.85

Tested by

no test coverage detected