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

    Interface TargetStatus_TargetStateValueMembers

    Defines the static values of TargetStatus_TargetState.

    interface TargetStatus_TargetStateValueMembers {
        DELETED: EnumInstance<
            | "UNRECOGNIZED"
            | "DELETED"
            | "READY"
            | "DISABLED"
            | "TARGET_STATE_UNSPECIFIED",
        >;
        DISABLED: EnumInstance<
            | "UNRECOGNIZED"
            | "DELETED"
            | "READY"
            | "DISABLED"
            | "TARGET_STATE_UNSPECIFIED",
        >;
        READY: EnumInstance<
            | "UNRECOGNIZED"
            | "DELETED"
            | "READY"
            | "DISABLED"
            | "TARGET_STATE_UNSPECIFIED",
        >;
        TARGET_STATE_UNSPECIFIED: EnumInstance<
            | "UNRECOGNIZED"
            | "DELETED"
            | "READY"
            | "DISABLED"
            | "TARGET_STATE_UNSPECIFIED",
        >;
    }
    Index
    DELETED: EnumInstance<
        | "UNRECOGNIZED"
        | "DELETED"
        | "READY"
        | "DISABLED"
        | "TARGET_STATE_UNSPECIFIED",
    >

    The target does not exist anymore (i.e. network interface was deleted)

    DISABLED: EnumInstance<
        | "UNRECOGNIZED"
        | "DELETED"
        | "READY"
        | "DISABLED"
        | "TARGET_STATE_UNSPECIFIED",
    >

    The target exists, but not ready to receive traffic (i.e. network interface is not allocated)

    READY: EnumInstance<
        | "UNRECOGNIZED"
        | "DELETED"
        | "READY"
        | "DISABLED"
        | "TARGET_STATE_UNSPECIFIED",
    >

    The target exists and ready to receive traffic

    TARGET_STATE_UNSPECIFIED: EnumInstance<
        | "UNRECOGNIZED"
        | "DELETED"
        | "READY"
        | "DISABLED"
        | "TARGET_STATE_UNSPECIFIED",
    >

    Represents the TARGET_STATE_UNSPECIFIED protobuf enum value.