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

    Interface CapacityIntervalStatus

    Capacity Interval status data.

    interface CapacityIntervalStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.CapacityIntervalStatus";
        containerId: string;
        endTime?: Dayjs;
        quantity: Long;
        reconciling: boolean;
        region: string;
        resourceAffinity?: ResourceAffinity;
        service: string;
        startTime?: Dayjs;
        state: CapacityIntervalStatus_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.CapacityIntervalStatus"
    containerId: string

    Tenant ID for which the Capacity Interval is created.

    endTime?: Dayjs

    End time of the Capacity Interval.

    quantity: Long

    Resource quantity of the Capacity Interval.

    reconciling: boolean

    Shows that changes are in flight.

    region: string

    Name of the region where the Capacity Interval is created. Example: "eu-north1".

    resourceAffinity?: ResourceAffinity

    Specification of the Capacity Interval.

    service: string

    Service for which the Capacity Interval is created.

    startTime?: Dayjs

    Start time of the Capacity Interval.

    State of the Capacity Interval.