# `Milvex.Milvus.Proto.Common.NodeInfo`

NodeInfo is used to describe the node information.

# `t`

```elixir
@type t() :: %Milvex.Milvus.Proto.Common.NodeInfo{
  __unknown_fields__: [Protobuf.unknown_field()],
  address: String.t(),
  hostname: String.t(),
  node_id: integer()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
