struct tapi_haproxy_cfg_backend

Overview

Backend server representation for HAProxy configuration. More…

#include <tapi_haproxy_cfg.h>

struct tapi_haproxy_cfg_backend {
    // fields

    char* name;
    tapi_haproxy_cfg_address backend_addr;
};

Detailed Documentation

Backend server representation for HAProxy configuration.

Fields

char* name

Server name.

tapi_haproxy_cfg_address backend_addr

Server address representation.