Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/generators/diagrams/deployment-diagram.generator.ts
Represents a connection between deployment nodes
Properties
| Property | Type |
|---|---|
from | string |
to | string |
type | ConnectionType |
port | number |
protocol | string |
bidirectional | boolean |
Was this page helpful?