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

    Interface ConditionStatusValueMembers

    Defines the static values of ConditionStatus.

    interface ConditionStatusValueMembers {
        CONDITION_STATUS_UNSPECIFIED: EnumInstance<
            | "TRUE"
            | "FALSE"
            | "UNRECOGNIZED"
            | "UNKNOWN"
            | "CONDITION_STATUS_UNSPECIFIED",
        >;
        FALSE: EnumInstance<
            | "TRUE"
            | "FALSE"
            | "UNRECOGNIZED"
            | "UNKNOWN"
            | "CONDITION_STATUS_UNSPECIFIED",
        >;
        TRUE: EnumInstance<
            | "TRUE"
            | "FALSE"
            | "UNRECOGNIZED"
            | "UNKNOWN"
            | "CONDITION_STATUS_UNSPECIFIED",
        >;
        UNKNOWN: EnumInstance<
            | "TRUE"
            | "FALSE"
            | "UNRECOGNIZED"
            | "UNKNOWN"
            | "CONDITION_STATUS_UNSPECIFIED",
        >;
    }
    Index
    CONDITION_STATUS_UNSPECIFIED: EnumInstance<
        | "TRUE"
        | "FALSE"
        | "UNRECOGNIZED"
        | "UNKNOWN"
        | "CONDITION_STATUS_UNSPECIFIED",
    >

    Represents the CONDITION_STATUS_UNSPECIFIED protobuf enum value.

    FALSE: EnumInstance<
        | "TRUE"
        | "FALSE"
        | "UNRECOGNIZED"
        | "UNKNOWN"
        | "CONDITION_STATUS_UNSPECIFIED",
    >

    Represents the FALSE protobuf enum value.

    TRUE: EnumInstance<
        | "TRUE"
        | "FALSE"
        | "UNRECOGNIZED"
        | "UNKNOWN"
        | "CONDITION_STATUS_UNSPECIFIED",
    >

    Represents the TRUE protobuf enum value.

    UNKNOWN: EnumInstance<
        | "TRUE"
        | "FALSE"
        | "UNRECOGNIZED"
        | "UNKNOWN"
        | "CONDITION_STATUS_UNSPECIFIED",
    >

    Represents the UNKNOWN protobuf enum value.