Networking_Interfaces_List_ResponseBody
Networking_Interfaces_List_ResponseBody
This is a response body class for an operation.
JSON Example
{
"value": [
{
"name": "string",
"status": "string",
"mac": "string",
"ipv4": {
"configurable": false,
"mode": "string",
"address": "string",
"prefix": 0,
"default_gateway": "string"
},
"ipv6": {
"dhcp": false,
"autoconf": false,
"addresses": [
{
"origin": "string",
"status": "string",
"address": "string",
"prefix": 0
}
],
"default_gateway": "string",
"configurable": false
}
}
]
}