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

    Interface VmNetworkLike

    The slice of VmNetwork that VirtualMachine consumes (fakeable in tests).

    interface VmNetworkLike {
        attach(): Promise<NetworkAttachment>;
    }

    Implemented by

    Index

    Methods

    Methods