aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/subInterface/subInterface.json
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/heat-types/subInterface/subInterface.json')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/subInterface/subInterface.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/subInterface/subInterface.json b/catalog-be/src/main/resources/import/tosca/heat-types/subInterface/subInterface.json
new file mode 100644
index 0000000000..bc8391893a
--- /dev/null
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/subInterface/subInterface.json
@@ -0,0 +1,15 @@
+{
+ "payloadName": "subInterface.yml",
+ "contactId": "jh0003",
+ "name": "subInterface",
+ "description": "VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1…N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)",
+ "resourceIconPath": "network",
+ "resourceType": "CP",
+ "categories": [{
+ "name": "Generic",
+ "subcategories": [{
+ "name": "Network Elements"
+ }]
+ }],
+ "tags": ["subInterface"]
+} \ No newline at end of file