aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/Mdsal/dt-v4-assigned-ip-list.json
blob: bc8f1d2c2a878e2887bea8a055a6bac4f68f3a70 (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
{
	"version": "1.0.0",
	"description": "This is dt-v4-assigned-ip-list Data Type",
	"properties": {
		"v4-ip-type": {
			"required": true,
			"type": "string"
		},
		"ipv4-gateway-prefix": {
			"required": true,
			"type": "string"
		},
		"v4-ip-prefix": {
			"required": true,
			"type": "string"
		},
		"v4-ip-prefix-length": {
			"required": true,
			"type": "string"
		},
		"v4-ip-source": {
			"required": true,
			"type": "string"
		}
	},
	"derived_from": "tosca.datatypes.Root"
}