@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface NetworkInterfaceAssignment

    interface NetworkInterfaceAssignment {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1alpha1.NetworkInterfaceAssignment";
        instanceId: string;
        name: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1alpha1.NetworkInterfaceAssignment"
    instanceId: string

    ID of the Compute instance network interface belongs to.

    name: string

    Network interface name