hetzner-ts
    Preparing search index...

    Interface LoadBalancerAlgorithm

    interface LoadBalancerAlgorithm {
        type: "round_robin" | "least_connections";
    }
    Index

    Properties

    Properties

    type: "round_robin" | "least_connections"