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

    Interface QuotaAllowanceSpec

    Represents the nebius.quotas.v1.QuotaAllowanceSpec protobuf message.

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

    Indexable

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

      Represents the nebius.quotas.v1.QuotaAllowanceSpec protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.quotas.v1.QuotaAllowanceSpec protobuf message.

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

    Contains the fully qualified protobuf type name.

    limit?: Long

    Total amount of resources allocated.

    region: string

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