Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/generators/diagrams/deployment-diagram.generator.ts
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 |
Was this page helpful?