Home | History | Annotate | Download | only in network
      1 { "GUID": "guid",
      2   "Type": "Ethernet",
      3   "Name": "name",
      4   "Ethernet": {
      5     "Authentication": "None"
      6   },
      7   "StaticIPConfig":{
      8     "Gateway":"1.1.1.7",
      9     "IPAddress":"125.125.125.125",
     10     "NameServers":[
     11       "1.1.1.8",
     12       "125.1.1.3"
     13     ],
     14     "RoutingPrefix":26,
     15     "Type":"IPv4"
     16   }
     17 }
     18