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

    Interface GeneralResourceCost

    General resource cost for single-unit resources. Used for resources like compute instances or disks where the unit count is not variable.

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

    Indexable

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

      General resource cost for single-unit resources. Used for resources like compute instances or disks where the unit count is not variable.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • General resource cost for single-unit resources. Used for resources like compute instances or disks where the unit count is not variable.

            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.v1alpha1.GeneralResourceCost"

    Contains the fully qualified protobuf type name.

    Cost breakdown for the resource including all SKU costs and total cost.