Containerization feature of SO
[so.git] / adapters / mso-openstack-adapters / src / test / resources / __files / GetNeutronNetwork.json
1 {
2   "network": {
3     "admin_state_up": true,
4     "availability_zone_hints": [],
5     "availability_zones": [
6       "nova"
7     ],
8     "created_at": "2016-03-08T20:19:41",
9     "dns_domain": "my-domain.org.",
10     "id": "43173f6a-d699-414b-888f-ab243dda6dfe",
11     "ipv4_address_scope": null,
12     "ipv6_address_scope": null,
13     "l2_adjacency": false,
14     "mtu": 1500,
15     "name": "net1",
16     "port_security_enabled": true,
17     "project_id": "9bacb3c5d39d41a79512987f338cf177",
18     "qos_policy_id": "6a8454ade84346f59e8d40665f878b2e",
19     "revision_number": 1,
20     "router:external": false,
21     "segments": [
22       {
23         "provider:network_type": "vlan",
24         "provider:physical_network": "public",
25         "provider:segmentation_id": 2
26       },
27       {
28         "provider:network_type": "flat",
29         "provider:physical_network": "default",
30         "provider:segmentation_id": 0
31       }
32     ],
33     "shared": false,
34     "status": "ACTIVE",
35     "subnets": [
36       "54d6f61d-db07-451c-9ab3-b9609b6b6f0b"
37     ],
38     "tags": ["tag1,tag2"],
39     "tenant_id": "4fd44f30292945e481c7b8a0c8908869",
40     "updated_at": "2016-03-08T20:19:41",
41     "vlan_transparent": false,
42     "description": "",
43     "is_default": false
44   }
45 }