@truenas/api-client
    Preparing search index...

    Interface VirtGlobalNetwork

    interface VirtGlobalNetwork {
        ipv4_address: string;
        ipv4_nat: boolean;
        ipv6_address: string;
        ipv6_nat: boolean;
        managed: boolean;
        type: "BRIDGE";
    }
    Index
    ipv4_address: string
    ipv4_nat: boolean
    ipv6_address: string
    ipv6_nat: boolean
    managed: boolean
    type: "BRIDGE"