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

    Interface DiskSnapshotStatus_StateValueMembers

    Defines the static values of DiskSnapshotStatus_State.

    interface DiskSnapshotStatus_StateValueMembers {
        CREATING: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "READY",
        >;
        DELETING: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "READY",
        >;
        ERROR: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "READY",
        >;
        READY: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "READY",
        >;
        UNSPECIFIED: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED"
            | "DELETING"
            | "CREATING"
            | "READY",
        >;
    }
    Index
    CREATING: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "READY",
    >

    Represents the CREATING protobuf enum value.

    DELETING: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "READY",
    >

    Represents the DELETING protobuf enum value.

    ERROR: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "READY",
    >

    Represents the ERROR protobuf enum value.

    READY: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "READY",
    >

    Represents the READY protobuf enum value.

    UNSPECIFIED: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED"
        | "DELETING"
        | "CREATING"
        | "READY",
    >

    Represents the UNSPECIFIED protobuf enum value.