-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirewall_web.json
More file actions
46 lines (46 loc) · 1.08 KB
/
firewall_web.json
File metadata and controls
46 lines (46 loc) · 1.08 KB
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
{
"name": "firewall-web",
"expandable": "true",
"uri": "firewall_graph.json",
"uri-type": "local-file",
"functional-capability": "firewall_web",
"vnf-type": "graph",
"memory-size": "2048",
"root-file-system-size": "40",
"ephemeral-file-system-size": "0",
"swap-disk-size": "0",
"CPUrequirements": {
"platformType": "x86",
"socket": [
{
"coreNumbers": "1"
}
]
},
"ports": [
{
"position": "0-0",
"label": "User",
"min": "1",
"ipv4-config": "none",
"ipv6-config": "none",
"name": "eth"
},
{
"position": "1-1",
"label": "Internet",
"min": "1",
"ipv4-config": "none",
"ipv6-config": "none",
"name": "eth"
},
{
"position": "2-2",
"label": "control",
"min": "0",
"ipv4-config": "none",
"ipv6-config": "none",
"name": "eth"
}
]
}