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

    Interface InterfaceChoicesOptions

    interface InterfaceChoicesOptions {
        bridge_members?: boolean;
        exclude?: unknown[];
        exclude_types?: (
            "BRIDGE"
            | "LINK_AGGREGATION"
            | "VLAN"
            | "UNKNOWN"
            | "PHYSICAL"
        )[];
        include?: string[];
        lag_ports?: boolean;
        vlan_parent?: boolean;
    }
    Index
    bridge_members?: boolean
    exclude?: unknown[]
    exclude_types?: (
        "BRIDGE"
        | "LINK_AGGREGATION"
        | "VLAN"
        | "UNKNOWN"
        | "PHYSICAL"
    )[]
    include?: string[]
    lag_ports?: boolean
    vlan_parent?: boolean