VmGuestNetworkingInterfacesListResponseBody
This is a response body class for an operation.
Properties
array of
VmGuestNetworkingInterfacesInfo
value
Optional
Information about the interfaces configured in the guest operating system. Interfaces are ordered in a guest operating system specific determined order.
JSON Example
{
"value": [
{
"dns": {
"ip_addresses": [
"string"
],
"search_domains": [
"string"
]
},
"dns_values": {
"domain_name": "string",
"host_name": "string"
},
"ip": {
"dhcp": {
"ipv4_enabled": false,
"ipv6_enabled": false
},
"ip_addresses": [
{
"ip_address": "string",
"origin": "enum",
"prefix_length": 0,
"state": "enum"
}
]
},
"mac_address": "string",
"nic": "string",
"wins_servers": [
"string"
]
}
]
}