aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/subInterface/subInterface.json
blob: bc8391893a4f3daa1c1f50c48169b85642202835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"]
}