# RoomAllocationData

Connection information for the default and additional ports.


## Fields

| Field                                                                                                                                                                             | Type                                                                                                                                                                              | Required                                                                                                                                                                          | Description                                                                                                                                                                       | Example                                                                                                                                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AdditionalExposedPorts`                                                                                                                                                          | List<[ExposedPort](../../Models/Shared/ExposedPort.md)>                                                                                                                           | :heavy_check_mark:                                                                                                                                                                | N/A                                                                                                                                                                               | [<br/>{<br/>"host": "1.proxy.hathora.dev",<br/>"name": "debug",<br/>"port": 72941,<br/>"transportType": "tcp"<br/>}<br/>]                                                         |
| `ExposedPort`                                                                                                                                                                     | [ExposedPort](../../Models/Shared/ExposedPort.md)                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                | Connection details for an active process.                                                                                                                                         | {<br/>"host": "1.proxy.hathora.dev",<br/>"name": "default",<br/>"port": 34567,<br/>"transportType": "tcp"<br/>}                                                                   |
| `ProcessId`                                                                                                                                                                       | *string*                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                | System generated unique identifier to a runtime instance of your game server.                                                                                                     | cbfcddd2-0006-43ae-996c-995fff7bed2e                                                                                                                                              |
| `RoomId`                                                                                                                                                                          | *string*                                                                                                                                                                          | :heavy_check_mark:                                                                                                                                                                | Unique identifier to a game session or match. Use the default system generated ID or overwrite it with your own.<br/>Note: error will be returned if `roomId` is not globally unique. | 2swovpy1fnunu                                                                                                                                                                     |
| `Status`                                                                                                                                                                          | [RoomReadyStatus](../../Models/Shared/RoomReadyStatus.md)                                                                                                                         | :heavy_check_mark:                                                                                                                                                                | N/A                                                                                                                                                                               |                                                                                                                                                                                   |