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

    Interface QuotaAllowanceSpec

    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
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.quotas.v1.QuotaAllowanceSpec"
    limit?: Long

    Total amount of resources allocated.

    region: string

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