hetzner-ts
    Preparing search index...

    Interface Network

    interface Network {
        created: string;
        expose_routes_to_vswitch?: boolean;
        id: number;
        ip_range: string;
        labels: Record<string, string>;
        load_balancers: number[];
        name: string;
        network_zone: string;
        protection: NetworkProtection;
        routes: NetworkRoute[];
        servers: number[];
        subnets: NetworkSubnet[];
    }
    Index

    Properties

    created: string
    expose_routes_to_vswitch?: boolean
    id: number
    ip_range: string
    labels: Record<string, string>
    load_balancers: number[]
    name: string
    network_zone: string
    protection: NetworkProtection
    routes: NetworkRoute[]
    servers: number[]
    subnets: NetworkSubnet[]