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

    Interface EndpointInstanceStatus

    EndpointInstanceStatus represents the status of a endpoint instance.

    interface EndpointInstanceStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.ai.v1.EndpointInstanceStatus";
        computeInstanceId: string;
        computeInstanceState: InstanceStatus_InstanceState;
        privateIp: string;
        publicIp: string;
        state: EndpointInstanceStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      EndpointInstanceStatus represents the status of a endpoint instance.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • EndpointInstanceStatus represents the status of a endpoint instance.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.ai.v1.EndpointInstanceStatus"

    Contains the fully qualified protobuf type name.

    computeInstanceId: string

    ID of the compute instance running the endpoint.

    computeInstanceState: InstanceStatus_InstanceState

    The current state of the compute instance.

    privateIp: string

    Private IP address of the instance.

    publicIp: string

    Public IP address of the instance.

    The current state of the endpoint's workload.