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

    Interface DiskStatus_StateValueMembers

    Defines the static values of DiskStatus_State.

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

    Indicates that an error has occurred during the disk's life cycle, and the disk is broken or unhealthy, but can still be recovered.

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

    Represents the CREATING protobuf enum value.

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

    Represents the DELETING protobuf enum value.

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

    Indicates that error happened during disk creation, and the disk cannot be recovered.

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

    Represents the READY protobuf enum value.

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

    Represents the UNSPECIFIED protobuf enum value.

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

    Represents the UPDATING protobuf enum value.