Vm_Guest_Networking_Info

Vm_Guest_Networking_Info
Vm_Guest_Networking_Info

The Networking.Info structure contains information about networking as configured in the guest operating system.

JSON Example
{
    "dns_values": {
        "host_name": "string",
        "domain_name": "string"
    },
    "dns": {
        "ip_addresses": [
            "string"
        ],
        "search_domains": [
            "string"
        ]
    }
}
dns_values
Optional

The {@name DnsAssignedValues) structure describes values assigned by a Domain Name Server (DNS).

dns
Optional

The DnsConfigInfo structure describes the configuration of RFC 1034 DNS settings.