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

    Interface CapacityAllowanceStatus

    Capacity Allowance status.

    interface CapacityAllowanceStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.CapacityAllowanceStatus";
        reconciling: boolean;
        state: CapacityAllowanceStatus_State;
        unit: string;
        usage: Long;
        usagePercentage: string;
        usageState: CapacityAllowanceStatus_UsageState;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Capacity Allowance status.

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

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

    Contains the fully qualified protobuf type name.

    reconciling: boolean

    Shows that changes are in flight.

    Current state of the capacity allowance.

    unit: string

    Capacity Allowance unit. Example: "GPU".

    usage: Long

    Current capacity allowance usage.

    usagePercentage: string

    Capacity allowance usage percentage.

    Current state of the capacity allowance usage.