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

    Interface GetByNameRequest

    Request to get a quota allowance by container, name, and region.

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

    Indexable

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

      Request to get a quota allowance by container, name, and region.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Request to get a quota allowance by container, name, and region.

            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.quotas.v1.GetByNameRequest"

    Contains the fully qualified protobuf type name.

    name: string

    Name of the quota. Example: "compute.disk.size.network-ssd".

    parentId: string

    ID of the Container to list quotas for.

    region: string

    Name of the region where the quota is allocated. Example: "eu-north1".