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

    Interface VMGuestNetworkInterfaceIPAddress

    interface VMGuestNetworkInterfaceIPAddress {
        ip_address: string;
        ip_address_type: "IPV4" | "IPV6";
        prefix: number;
    }
    Index
    ip_address: string
    ip_address_type: "IPV4" | "IPV6"
    prefix: number