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

    Interface CapacityAllowance

    Resource that restricts Capacity Block Group quota by project.

    interface CapacityAllowance {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.CapacityAllowance";
        metadata?: ResourceMetadata;
        spec?: CapacityAllowanceSpec;
        status?: CapacityAllowanceStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Resource that restricts Capacity Block Group quota by project.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Resource that restricts Capacity Block Group quota by project.

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

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    Standard metadata. parent_id is the User's Project NID.

    Identifiers for the limit and technical configuration.

    Current status of the Capacity Allowance.