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

    Interface TunnelStatus_StateValueMembers

    Defines the static values of TunnelStatus_State.

    interface TunnelStatus_StateValueMembers {
        CREATED: EnumInstance<
            "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETED"
            | "CREATED",
        >;
        DELETED: EnumInstance<
            "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETED"
            | "CREATED",
        >;
        UNSPECIFIED: EnumInstance<
            "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETED"
            | "CREATED",
        >;
    }
    Index
    CREATED: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "DELETED" | "CREATED">

    The tunnel has been created and is active.

    DELETED: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "DELETED" | "CREATED">

    The tunnel has been deleted.

    UNSPECIFIED: EnumInstance<
        "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETED"
        | "CREATED",
    >

    Default unspecified state.