def gateways(self): """ :return: A read-only view of the current gateways for this client. """ return MappingProxyType(self._gateways)