Guest_IPSettings
Guest_IPSettings
The IPSettings structure specifies the IP settings for a virtual network adapter.
JSON Example
{
"ipv4": {
"type": "string",
"ip_address": "string",
"prefix": 0,
"gateways": [
"string"
]
},
"ipv6": {
"type": "string",
"ipv6": [
{
"ip_address": "string",
"prefix": 0
}
],
"gateways": [
"string"
]
},
"windows": {
"dns_servers": [
"string"
],
"dns_domain": "string",
"wins_servers": [
"string"
],
"net_BIOS_mode": "string"
}
}
ipv4
Optional
The Ipv4 structure specifies the IPv4 settings that need to be applied to a virtual network adapter.
ipv6
Optional
The Ipv6 structure specifies the IPv6 settings that need to be applied to a virtual network adapter.
windows
Optional
The WindowsNetworkAdapterSettings structure specifies Windows specific Network settings for a virtual network adapter.