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

    Interface VMDeviceNicAttachChoices

    interface VMDeviceNicAttachChoices {
        BRIDGE: string[];
        MACVLAN: string[];
    }
    Index
    BRIDGE: string[]
    MACVLAN: string[]