NetworkingInterfacesIpv6GetResponseBody
This is a response body class for an operation.
Properties
JSON Example
{
"value": {
"addresses": [
{
"address": "string",
"origin": "DHCP",
"prefix": 0,
"status": "TENTATIVE"
}
],
"autoconf": false,
"configurable": false,
"default_gateway": "string",
"dhcp": false
}
}