-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoverview.d2
61 lines (58 loc) · 1.49 KB
/
overview.d2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
MultiCloud:{
shape: image
icon: https://styleguide.stackit.schwarz/imagery/operation-on-site.svg
}
OnPrem:{
shape: image
icon: https://styleguide.stackit.schwarz/imagery/company.svg
}
MultiCloud -> Project 1.VPN Appliance
OnPrem -> Project 1.VPN Appliance
Project 1:{
style: {
stroke: black
font-color: "#004E5A"
fill: "#F8EC17"
opacity: 0.8
}
VPN Appliance:{
style: {
stroke: black
font-color: "#004E5A"
fill: "#F8EC17"
opacity: 1
}
IPSec:{
shape: image
icon: https://styleguide.stackit.schwarz/imagery/security-groups.svg
}
Routing:{
shape: image
icon: https://styleguide.stackit.schwarz/imagery/routers.svg
}
Cloud Connect:{
shape: image
icon: https://styleguide.stackit.schwarz/imagery/cloud-hiperscale.svg
}
}
Web:{
shape: image
icon: https://styleguide.stackit.schwarz/assets/imagery/virtual-machine.svg
}
App:{
shape: image
icon: https://styleguide.stackit.schwarz/assets/imagery/virtual-machine.svg
}
DB:{
shape: image
icon: https://styleguide.stackit.schwarz/assets/imagery/virtual-machine.svg
}
Network:{
shape:image
icon:https://styleguide.stackit.schwarz/assets/imagery/networks.svg
}
VPN Appliance -> Network
Network -> Web
Network -> App
Network -> DB
}