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

    Interface GetCapacityBlockGroupByResourceAffinityRequest

    Get a Capacity Block Group in a Tenant by its Resource Affinity.

    interface GetCapacityBlockGroupByResourceAffinityRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.GetCapacityBlockGroupByResourceAffinityRequest";
        parentId: string;
        region: string;
        resourceAffinity?: ResourceAffinity;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Get a Capacity Block Group in a Tenant by its Resource Affinity.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Get a Capacity Block Group in a Tenant by its Resource Affinity.

            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.GetCapacityBlockGroupByResourceAffinityRequest"

    Contains the fully qualified protobuf type name.

    parentId: string

    Tenant ID of the Capacity Block Group.

    region: string

    Name of the region where the Capacity Block Group is allocated. Example: "eu-north1".

    resourceAffinity?: ResourceAffinity

    Specifications of the Capacity Block Group.