blob: b8429996e69744223fd348c8d0ce0646206192e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{ "GUID": "guid",
"Type": "Ethernet",
"Name": "name",
"Ethernet": {
"Authentication": "None"
},
"StaticIPConfig":{
"Gateway":"1.1.1.7",
"IPAddress":"125.125.125.125",
"NameServers":[
"1.1.1.8",
"125.1.1.3"
],
"RoutingPrefix":26,
"Type":"IPv4"
}
}
|