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

    Interface CurrentContinuousInterval

    Current, last or future concatenation of Capacity Intervals in a Capacity Block Group.

    interface CurrentContinuousInterval {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.CurrentContinuousInterval";
        endTime?: Dayjs;
        quantity: Long;
        startTime?: Dayjs;
        state: CurrentContinuousInterval_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Current, last or future concatenation of Capacity Intervals in a Capacity Block Group.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Current, last or future concatenation of 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.CurrentContinuousInterval"

    Contains the fully qualified protobuf type name.

    endTime?: Dayjs

    End time of the last interval(s) in Continuous Interval.

    quantity: Long

    Quota quantity that is currently set, was set or will be set in the Continuous Interval depending on it's start_time and end_time. If the Continuous Interval is currently active, quantity is the sum of quantities of the currently active non-zero intervals. If the Continuous Interval is in the past, quantity is the sum of quantities of the last non-zero active intervals. If the Continuous Interval is in the future, quantity is the sum of the quantities of the first scheduled non-zero active intervals.

    startTime?: Dayjs

    Start time of the first interval(s) in Continuous Interval.

    Continuous Interval state.