aboutsummaryrefslogtreecommitdiffstats
path: root/app/install/db/network_agent_types.json
blob: ba01ef214d706556ef4f9397c251c2064d1cbab7 (plain)
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
[
{ 
    "folder_text" : "VPNs", 
    "description" : "VPN agent", 
    "type" : "vpn"
},
{ 
    "folder_text" : "Firewalls", 
    "description" : "Firewall agent", 
    "type" : "firewall"
},
{ 
    "folder_text" : "vEdges", 
    "description" : "L2 agent", 
    "type" : "vedge"
},
{ 
    "folder_text" : "Gateways", 
    "description" : "L3 agent", 
    "type" : "router"
},
{ 
    "folder_text" : "Metadata", 
    "description" : "Metadata agent", 
    "type" : "metadata"
},
{ 
    "folder_text" : "Load-Balancers", 
    "description" : "Load Balancing agent", 
    "type" : "load_balancer"
},
{ 
    "folder_text" : "vEdges", 
    "description" : "Open vSwitch agent", 
    "type" : "vedge"
},
{ 
    "folder_text" : "vConnectors", 
    "description" : "Linux bridge agent", 
    "type" : "vconnector"
},
{ 
    "folder_text" : "DHCP servers", 
    "description" : "DHCP agent", 
    "type" : "dhcp"
},
{ 
    "folder_text" : "Orchestrators", 
    "description" : "Orchestrator", 
    "type" : "orchestrator"
}
]