Beispiel #1
0
 def status_port(self):
     """The status service port."""
     return get_service_port(self.status_service)
 def status_port(self):
     """The status service port."""
     return get_service_port(self.status_service)
Beispiel #3
0
 def port(self):
     """The port with ssl."""
     return get_service_port(self.ssl_service)
 def port(self):
     """The port with ssl."""
     return get_service_port(self.ssl_service)