Migrate "components" from ccsdk/apps
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / golden / Templates / vfw-interface-mapping.json
1 [
2   {
3     "name": "interface-description",
4     "input-param": true,
5     "property": {
6       "type": "string"
7     },
8     "dictionary-name": "interface-description",
9     "dictionary-source": "capability",
10     "dependencies": [
11       "vf-module-type"
12     ]
13   },
14   {
15     "name": "interface-name",
16     "input-param": true,
17     "property": {
18       "type": "string"
19     },
20     "dictionary-name": "interface-name",
21     "dictionary-source": "input",
22     "dependencies": [
23       
24     ]
25   },
26   {
27     "name": "unit-number",
28     "input-param": true,
29     "property": {
30       "type": "string"
31     },
32     "dictionary-name": "unit-number",
33     "dictionary-source": "input",
34     "dependencies": [
35       
36     ]
37   },
38   {
39     "name": "prefix-id",
40     "input-param": true,
41     "property": {
42       "type": "string",
43       "default": "11"
44     },
45     "dictionary-name": "prefix-id",
46     "dictionary-source": "default",
47     "dependencies": [
48       
49     ]
50   },
51   {
52     "name": "vf-module-type",
53     "input-param": true,
54     "property": {
55       "type": "string"
56     },
57     "dictionary-name": "vf-module-type",
58     "dictionary-source": "processor-db",
59     "dependencies": [
60       "vf-module-number"
61     ]
62   },
63   {
64     "name": "vf-module-number",
65     "input-param": true,
66     "property": {
67       "type": "string",
68       "default": "3"
69     },
70     "dictionary-name": "vf-module-number",
71     "dictionary-source": "default",
72     "dependencies": [
73       
74     ]
75   },
76   {
77     "name": "vfw_interface_ip",
78     "input-param": true,
79     "property": {
80         "type": "dt-netbox-ip"
81     },
82     "dictionary-name": "create_netbox_ip",
83     "dictionary-source": "primary-config-data",
84     "dependencies": [
85       "prefix-id"
86     ]
87   }
88 ]