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

    Interface PreemptibleSpec_PreemptionPolicyValueMembers

    Defines the static values of PreemptibleSpec_PreemptionPolicy.

    interface PreemptibleSpec_PreemptionPolicyValueMembers {
        STOP: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "STOP">;
        UNSPECIFIED: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "STOP">;
    }
    Index
    STOP: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "STOP">

    Represents the STOP protobuf enum value.

    UNSPECIFIED: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "STOP">

    Represents the UNSPECIFIED protobuf enum value.