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

    Interface CapacityBlockGroupStatus

    Capacity Block Group status.

    interface CapacityBlockGroupStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.CapacityBlockGroupStatus";
        currentContinuousInterval?: CurrentContinuousInterval;
        currentLimit: Long;
        nextChangeAt?: Dayjs;
        nextChangeTo?: Long;
        reconciling: boolean;
        region: string;
        resourceAffinity?: ResourceAffinity;
        service: string;
        state: CapacityBlockGroupStatus_State;
        usage: Long;
        usagePercentage: string;
        usageState: CapacityBlockGroupStatus_UsageState;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.capacity.v1.CapacityBlockGroupStatus"
    currentContinuousInterval?: CurrentContinuousInterval

    Current concatenation of non-zero Capacity Intervals that overlap or follow each other without a break. If all Capacity Intervals are in the past, returns the last Continuous Interval. If all Capacity Intervals are in the future, returns the first Continuous Interval scheduled.

    currentLimit: Long

    Capacity Block Group current quota limit.

    nextChangeAt?: Dayjs

    Time of the next Capacity Block Group quota change.

    nextChangeTo?: Long

    The next expected change of the Capacity Block Group quota limit. the quota limit change that is currently performed.

    reconciling: boolean

    Shows that changes are in flight.

    region: string

    Name of the region where the Capacity Block Group is allocated. Example: "eu-north1".

    resourceAffinity?: ResourceAffinity

    Specification of the Capacity Block Group.

    service: string

    Service for which the Capacity Block Group is allocated.

    Capacity Block Group state with respect to quota allocation.

    usage: Long

    Capacity Block Group quota usage.

    usagePercentage: string

    Capacity Block Group quota usage percentage.

    Capacity Block Group quota usage state.