vcenter vm guest: dns assigned values

The {@name DnsAssignedValues) structure describes values assigned by a Domain Name Server (DNS). This structure was added in vSphere API 7.0.0.0.

Representation:

{
    "domain_name""string",
    "host_name""string"
}

Attributes:

Name Type Description
Required
host_name string The host name portion of DNS name. For example, "esx01" part of esx01.example.com. This attribute was added in vSphere API 7.0.0.0.

domain_name string The domain name portion of the DNS name. "example.com" part of esx01.example.com. This attribute was added in vSphere API 7.0.0.0.