hetzner-ts
    Preparing search index...

    Interface NetworkSubnet

    interface NetworkSubnet {
        gateway: string;
        ip_range: string;
        network_zone: string;
        type: "server" | "cloud" | "vswitch";
        vswitch_id?: null | number;
    }
    Index

    Properties

    gateway: string
    ip_range: string
    network_zone: string
    type: "server" | "cloud" | "vswitch"
    vswitch_id?: null | number