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

      Capacity Interval status data.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Capacity Interval status data.

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

    Contains the fully qualified protobuf type name.

    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.