@nebius/js-sdk - v0.1.41
    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
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.capacity.v1.CurrentContinuousInterval"
    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.