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

    Interface InstanceStatus_InstanceStateValueMembers

    Defines the static values of InstanceStatus_InstanceState.

    interface InstanceStatus_InstanceStateValueMembers {
        CREATING: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "UPDATING"
            | "STARTING"
            | "RUNNING"
            | "STOPPING"
            | "STOPPED",
        >;
        DELETING: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "UPDATING"
            | "STARTING"
            | "RUNNING"
            | "STOPPING"
            | "STOPPED",
        >;
        ERROR: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "UPDATING"
            | "STARTING"
            | "RUNNING"
            | "STOPPING"
            | "STOPPED",
        >;
        RUNNING: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "UPDATING"
            | "STARTING"
            | "RUNNING"
            | "STOPPING"
            | "STOPPED",
        >;
        STARTING: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "UPDATING"
            | "STARTING"
            | "RUNNING"
            | "STOPPING"
            | "STOPPED",
        >;
        STOPPED: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "UPDATING"
            | "STARTING"
            | "RUNNING"
            | "STOPPING"
            | "STOPPED",
        >;
        STOPPING: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "UPDATING"
            | "STARTING"
            | "RUNNING"
            | "STOPPING"
            | "STOPPED",
        >;
        UNSPECIFIED: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "UPDATING"
            | "STARTING"
            | "RUNNING"
            | "STOPPING"
            | "STOPPED",
        >;
        UPDATING: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "UPDATING"
            | "STARTING"
            | "RUNNING"
            | "STOPPING"
            | "STOPPED",
        >;
    }
    Index
    CREATING: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "UPDATING"
        | "STARTING"
        | "RUNNING"
        | "STOPPING"
        | "STOPPED",
    >

    Represents the CREATING protobuf enum value.

    DELETING: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "UPDATING"
        | "STARTING"
        | "RUNNING"
        | "STOPPING"
        | "STOPPED",
    >

    Represents the DELETING protobuf enum value.

    ERROR: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "UPDATING"
        | "STARTING"
        | "RUNNING"
        | "STOPPING"
        | "STOPPED",
    >

    Represents the ERROR protobuf enum value.

    RUNNING: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "UPDATING"
        | "STARTING"
        | "RUNNING"
        | "STOPPING"
        | "STOPPED",
    >

    Represents the RUNNING protobuf enum value.

    STARTING: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "UPDATING"
        | "STARTING"
        | "RUNNING"
        | "STOPPING"
        | "STOPPED",
    >

    Represents the STARTING protobuf enum value.

    STOPPED: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "UPDATING"
        | "STARTING"
        | "RUNNING"
        | "STOPPING"
        | "STOPPED",
    >

    Represents the STOPPED protobuf enum value.

    STOPPING: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "UPDATING"
        | "STARTING"
        | "RUNNING"
        | "STOPPING"
        | "STOPPED",
    >

    Represents the STOPPING protobuf enum value.

    UNSPECIFIED: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "UPDATING"
        | "STARTING"
        | "RUNNING"
        | "STOPPING"
        | "STOPPED",
    >

    Represents the UNSPECIFIED protobuf enum value.

    UPDATING: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "UPDATING"
        | "STARTING"
        | "RUNNING"
        | "STOPPING"
        | "STOPPED",
    >

    Represents the UPDATING protobuf enum value.