39c6708631d2cccdcbf59149a49b50eb0110bf5e
[so.git] /
1 {
2   "vnf-resource-assignments": {
3     "availability-zones": {
4       "availability-zone": [
5         "zone0",
6         "zone1",
7         "zone2"
8       ]
9     },
10     "vnf-networks": {
11       "vnf-network": [
12         {
13           "network-role": "vnfNetworkRole0",
14           "neutron-id": "neutronId0",
15           "network-name": "netName0",
16           "contrail-network-fqdn": "netFqdnValue0",
17           "subnets-data": {
18             "subnet-data": [
19               {
20                 "ip-version": "ipv4",
21                 "subnet-id": "subnetId0",
22                 "dhcp-enabled": "Y"
23               },
24               {
25                 "ip-version": "ipv6",
26                 "subnet-id": "subnetId1",
27                 "dhcp-enabled": "Y"
28               }
29             ]
30           }
31         }
32       ]
33     }
34   },
35   "vnf-parameters-data": {
36     "param": [
37       {
38         "name": "key1",
39         "value": "value1"
40       }
41     ]
42   },
43   "aic-clli": "",
44   "tenant": "",
45   "vnf-topology-identifier-structure": {},
46   "onap-model-information": {},
47   "aic-cloud-region": ""
48 }