def status_port(self): """The status service port.""" return get_service_port(self.status_service)
def port(self): """The port with ssl.""" return get_service_port(self.ssl_service)