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

    Interface ResourceAffinity

    Specification of the Capacity Block Group.

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

    Indexable

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

      Specification of the Capacity Block Group.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Specification of the Capacity Block Group.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.capacity.v1.ResourceAffinity"

    Contains the fully qualified protobuf type name.

    versions?: { $case: "computeV1"; computeV1: ResourceAffinityComputeV1 }

    Contains the selected value for the versions protobuf oneof.

    Type Declaration