hetzner-ts
    Preparing search index...

    Interface PricingData

    interface PricingData {
        currency: string;
        floating_ips: TypedLocationPrice[];
        image: ImagePrice;
        load_balancer_types: LoadBalancerTypePriceEntry[];
        primary_ips: TypedLocationPrice[];
        server_backup: ServerBackupPrice;
        server_types: ServerTypePriceEntry[];
        vat_rate: string;
        volume: VolumePrice;
    }
    Index

    Properties

    currency: string
    floating_ips: TypedLocationPrice[]
    image: ImagePrice
    load_balancer_types: LoadBalancerTypePriceEntry[]
    primary_ips: TypedLocationPrice[]
    server_backup: ServerBackupPrice
    server_types: ServerTypePriceEntry[]
    vat_rate: string
    volume: VolumePrice