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

    Interface RegistryStatus_StateValueMembers

    Defines the static values of RegistryStatus_State.

    interface RegistryStatus_StateValueMembers {
        ACTIVE: EnumInstance<
            "UNRECOGNIZED"
            | "ACTIVE"
            | "DELETING"
            | "SUSPENDED"
            | "CREATING",
        >;
        CREATING: EnumInstance<
            "UNRECOGNIZED"
            | "ACTIVE"
            | "DELETING"
            | "SUSPENDED"
            | "CREATING",
        >;
        DELETING: EnumInstance<
            "UNRECOGNIZED"
            | "ACTIVE"
            | "DELETING"
            | "SUSPENDED"
            | "CREATING",
        >;
        SUSPENDED: EnumInstance<
            "UNRECOGNIZED"
            | "ACTIVE"
            | "DELETING"
            | "SUSPENDED"
            | "CREATING",
        >;
    }
    Index
    ACTIVE: EnumInstance<
        "UNRECOGNIZED"
        | "ACTIVE"
        | "DELETING"
        | "SUSPENDED"
        | "CREATING",
    >

    Represents the ACTIVE protobuf enum value.

    CREATING: EnumInstance<
        "UNRECOGNIZED"
        | "ACTIVE"
        | "DELETING"
        | "SUSPENDED"
        | "CREATING",
    >

    Represents the CREATING protobuf enum value.

    DELETING: EnumInstance<
        "UNRECOGNIZED"
        | "ACTIVE"
        | "DELETING"
        | "SUSPENDED"
        | "CREATING",
    >

    Represents the DELETING protobuf enum value.

    SUSPENDED: EnumInstance<
        "UNRECOGNIZED"
        | "ACTIVE"
        | "DELETING"
        | "SUSPENDED"
        | "CREATING",
    >

    Represents the SUSPENDED protobuf enum value.