hetzner-ts
    Preparing search index...

    Interface UpdateServiceLoadBalancerParams

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

    Properties

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