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

    Interface ContainerDeviceNicAttachChoices

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