blob: ff8307dfbe5d3eba9eea1ff5790cb978f4c81930 [file] [log] [blame]
Jian Li96abb152018-02-21 17:06:58 +09001{
2 "subnet": {
3 "id": "d32019d3-bc6e-4319-9c1d-6722fc136a22",
4 "enable_dhcp": true,
5 "network_id": "d32019d3-bc6e-4319-9c1d-6722fc136a22",
6 "tenant_id": "4fd44f30292945e481c7b8a0c8908869",
7 "dns_nameservers": [
8 "string"
9 ],
10 "allocation_pools": [
11 {
12 "start": "192.168.199.2",
13 "end": "10.10.10.254"
14 }
15 ],
16 "host_routes": [
17 {
18 "destination": "",
19 "nexthop": ""
20 }
21 ],
22 "ip_version": 4,
23 "gateway_ip": "192.168.199.1",
24 "ipv6_address_mode": "",
25 "ipv6_ra_mode": ""
26 }
27}