hetzner-ts
    Preparing search index...

    Interface AddServiceLoadBalancerParams

    interface AddServiceLoadBalancerParams {
        destination_port: number;
        health_check: LoadBalancerHealthCheck;
        http: null | LoadBalancerServiceHTTPConfig;
        listen_port: number;
        protocol: "tcp" | "http" | "https";
        proxyprotocol: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    destination_port: number
    listen_port: number
    protocol: "tcp" | "http" | "https"
    proxyprotocol: boolean