blob: 658934663e5ea3d1f7da16e63bae0c6dbbf1cac8 [file] [log] [blame]
Daniel Park4d486842018-07-24 17:06:43 +09001{
2 "subnet": {
3 "id": "subnet-id-1",
4 "enable_dhcp": true,
5 "network_id": "network-id-1",
6 "tenant_id": "tenant-id-1",
7 "dns_nameservers": [
8 "8.8.8.8"
9 ],
10 "allocation_pools": [
11 {
12 "start": "10.0.0.2",
13 "end": "10.0.0.200"
14 }
15 ],
16 "host_routes": [
17 {
18 "destination": "",
19 "nexthop": ""
20 }
21 ],
22 "ip_version": 4,
23 "gateway_ip": "10.0.0.1",
24 "ipv6_address_mode": "",
25 "ipv6_ra_mode": ""
26 }
27}