:orphan: .. index:: pair: struct; tapi_haproxy_cfg_backend .. _doxid-structtapi__haproxy__cfg__backend: struct tapi_haproxy_cfg_backend =============================== .. toctree:: :hidden: Overview ~~~~~~~~ Backend server representation for HAProxy configuration. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_haproxy_cfg_backend { // fields char* :ref:`name`; :ref:`tapi_haproxy_cfg_address` :ref:`backend_addr`; }; .. _details-structtapi__haproxy__cfg__backend: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Backend server representation for HAProxy configuration. Fields ------ .. index:: pair: variable; name .. _doxid-structtapi__haproxy__cfg__backend_1a8b5510b8d44c56a87f4d683872f2c71c: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Server name. .. index:: pair: variable; backend_addr .. _doxid-structtapi__haproxy__cfg__backend_1aa6caba5ff808c8edb326d4ceea5d3274: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_haproxy_cfg_address` backend_addr Server address representation.