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

    Interface RangeTotalCost

    Range-based total cost with minimum and maximum bounds. Used for resources with variable pricing based on usage or scaling.

    interface RangeTotalCost {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1.RangeTotalCost";
        max?: CostBreakdown;
        min?: CostBreakdown;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Range-based total cost with minimum and maximum bounds. Used for resources with variable pricing based on usage or scaling.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Range-based total cost with minimum and maximum bounds. Used for resources with variable pricing based on usage or scaling.

            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.billing.v1.RangeTotalCost"

    Contains the fully qualified protobuf type name.

    Maximum possible cost for the resource group. Represents the cost when resources are at their maximum configuration.

    Minimum possible cost for the resource group. Represents the cost when resources are at their minimum configuration.