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

    Interface ReservationPolicy

    interface ReservationPolicy {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.ReservationPolicy";
        policy: ReservationPolicy_Policy;
        reservationIds: string[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1.ReservationPolicy"
    reservationIds: string[]

    Capacity block groups, order matters