# Hostip

This element represents an IP address directly allocated to a [Host](/game-hosting/elements/host.md).

## Element structure

| Property  | Value type | Required  | Description                                                                                                                                                  |
| --------- | ---------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ipAddress | string     | Read-only | The IP address                                                                                                                                               |
| version   | int        | Read-only | IP version (4 or 6)                                                                                                                                          |
| type      | int        | Read-only | <p>IP type:<br><strong>1</strong> Normal<br><strong>2</strong> KVM<br><strong>3</strong> VRRP1<br><strong>4</strong> VRRP2<br><strong>5</strong> gateway</p> |
| private   | int        | Read-only | <p><strong>0</strong> Public IP<br><strong>1</strong> Private IP (RFC-1918)</p>                                                                              |

Table 1: HostIp element structure

## Element relation

The HostIp element is part of the [Host](/game-hosting/elements/host.md) element and is not used stand-alone.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.i3d.net/game-hosting/elements/host/hostip.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
