@edgible-team/sdk
    Preparing search index...

    Type Alias NetworkAttachment

    NetworkAttachment:
        | { port: number; role: "listen" }
        | { connectAddr: string; role: "connect" }

    One VM's role on a QEMU socket network: 'listen' opens the host port, 'connect' dials the listener (see VmNetwork).