hetzner-ts
    Preparing search index...

    Interface LoadBalancerType

    interface LoadBalancerType {
        deprecated: string;
        description: string;
        id: number;
        max_assigned_certificates: number;
        max_connections: number;
        max_services: number;
        max_targets: number;
        name: string;
        prices: {
            included_traffic: number;
            location: string;
            price_hourly: { gross: string; net: string };
            price_monthly: { gross: string; net: string };
            price_per_tb_traffic: { gross: string; net: string };
        }[];
    }
    Index

    Properties

    deprecated: string
    description: string
    id: number
    max_assigned_certificates: number
    max_connections: number
    max_services: number
    max_targets: number
    name: string
    prices: {
        included_traffic: number;
        location: string;
        price_hourly: { gross: string; net: string };
        price_monthly: { gross: string; net: string };
        price_per_tb_traffic: { gross: string; net: string };
    }[]