Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource / categoryTypes.yml
1 services:
2     Mobility:
3       name: "Mobility"
4       icons: ['mobility']
5     Network_L1_3:
6       name: "Network L1-3"
7       icons: ['network_l_1-3']
8     Network_L4:
9       name: "Network L4+"
10       icons: ['network_l_4']
11     VoIP_Call_Control:
12       name: "VoIP Call Control"
13       icons: ['call_controll']
14 resources:
15   NetworkLayer23:
16     name: "Network L2-3"
17     subcategories: 
18       Router:
19           name: "Router"
20           icons: ['router','vRouter']
21       Gateway:
22           name: "Gateway"
23           icons: ['gateway']
24       WAN_Connectors:
25           name: "WAN Connectors"
26           icons: ['network','connector','port']
27       LAN_Connectors:
28           name: "LAN Connectors"
29           icons: ['network','connector','port']
30       Infrastructure:
31                 name: "Infrastructure"
32                 icons: ['ucpe']
33   NetworkLayer4:
34     name: "Network L4+"
35     subcategories: 
36       Common_Network_Resources:
37           name: "Common Network Resources"
38           icons: ['network']
39   ApplicationLayer4:
40     name: "Application L4+"
41     subcategories: 
42       Border_Element:
43           name: "Border Element"
44           icons: ['borderElement']
45       Application_Server:
46           name: "Application Server"
47           icons: ['applicationServer']
48       Web_Server:
49           name: "Web Server"
50           icons: ['applicationServer']
51       Call_Control:
52           name: "Call Control"
53           icons: ['call_controll']
54       Media_Servers:
55           name: "Media Servers"
56           icons: ['applicationServer']
57       Load_Balancer:
58           name: "Load Balancer"
59           icons: ['loadBalancer']
60       Database:
61           name: "Database"
62           icons: ['database']
63       Firewall:
64           name: "Firewall"
65           icons: ['firewall']
66   Generic:
67     name: "Generic"
68     subcategories: 
69       Infrastructure:
70           name: "Infrastructure"
71           icons: ['connector']
72       Abstract:
73           name: "Abstract"
74           icons: ['objectStorage', 'compute']
75       Network_Elements:
76           name: "Network Elements"
77           icons: ['network', 'connector']
78       Database:
79           name: "Database"
80           icons: ['database']
81   NetworkConnectivity:
82     name: "Network Connectivity"
83     subcategories:
84       ConnectionPoints:
85           name: "Connection Points"
86           icons: ['cp']
87       VirtualLinks:
88           name: "Virtual Links"
89           icons: ['vl']