@nebius/js-sdk - v0.1.22
    Preparing search index...
    interface EstimateResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.EstimateResponse";
        hourlyCost?: ResourceGroupCost;
        monthlyCost?: ResourceGroupCost;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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

    Estimated hourly cost for the resource.

    monthlyCost?: ResourceGroupCost

    Estimated monthly cost for the resource. Calculated as hourly_cost * 24 * 30 (720 hours) for resources running continuously.