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

    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
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.billing.v1alpha1.GeneralResourceCost"

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