aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-openstack-adapters/src/test/resources/__files/GetNeutronNetwork.json
blob: 822f87f4278d76dfa9b6aaae7113f0a5135b2602 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "network": {
    "admin_state_up": true,
    "availability_zone_hints": [],
    "availability_zones": [
      "nova"
    ],
    "created_at": "2016-03-08T20:19:41",
    "dns_domain": "my-domain.org.",
    "id": "43173f6a-d699-414b-888f-ab243dda6dfe",
    "ipv4_address_scope": null,
    "ipv6_address_scope": null,
    "l2_adjacency": false,
    "mtu": 1500,
    "name": "net1",
    "port_security_enabled": true,
    "project_id": "9bacb3c5d39d41a79512987f338cf177",
    "qos_policy_id": "6a8454ade84346f59e8d40665f878b2e",
    "revision_number": 1,
    "router:external": false,
    "segments": [
      {
        "provider:network_type": "vlan",
        "provider:physical_network": "public",
        "provider:segmentation_id": 2
      },
      {
        "provider:network_type": "flat",
        "provider:physical_network": "default",
        "provider:segmentation_id": 0
      }
    ],
    "shared": false,
    "status": "ACTIVE",
    "subnets": [
      "54d6f61d-db07-451c-9ab3-b9609b6b6f0b"
    ],
    "tags": ["tag1,tag2"],
    "tenant_id": "4fd44f30292945e481c7b8a0c8908869",
    "updated_at": "2016-03-08T20:19:41",
    "vlan_transparent": false,
    "description": "",
    "is_default": false
  }
}