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

    Interface ResourceAffinityComputeV1

    First version of Compute service resource affinity

    interface ResourceAffinityComputeV1 {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.ResourceAffinityComputeV1";
        fabric: string;
        platform: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.capacity.v1.ResourceAffinityComputeV1"
    fabric: string

    The fabric where the Capacity Block Group is allocated.

    platform: string

    The platform for which the Capacity Block Group is allocated.