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

    Interface ListCapacityIntervalsRequest

    Listing all existing Capacity Intervals in a Capacity Block Group.

    interface ListCapacityIntervalsRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.ListCapacityIntervalsRequest";
        pageSize: Long;
        pageToken: string;
        parentId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Listing all existing Capacity Intervals in a Capacity Block Group.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Listing all existing Capacity Intervals in a Capacity Block Group.

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

    Contains the fully qualified protobuf type name.

    pageSize: Long

    Page size. Must be between [1...200]. Optional; if not specified, a reasonable default will be chosen by the service.

    pageToken: string

    Listing continuation token. Pass an empty string to start listing from the first page.

    parentId: string

    Capacity Block Group ID for which the Capacity Intervals should be listed.