# DeploymentNode

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/generators/diagrams/deployment-diagram.generator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/generators/diagrams/deployment-diagram.generator.ts#L35)

Represents a deployment node in the infrastructure

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `type` | `DeploymentNodeType` |
| `technology` | `string` |
| `port` | `number` |
| `environment` | `string` |
| `instances` | `number` |
| `entity` | `Entity` |
