HostNatServiceNameServiceSpec

HostNatServiceNameServiceSpec
HostNatServiceNameServiceSpec

This data object type specifies the information for the name servers.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dnsAutoDetect": false,
    "dnsPolicy": "string",
    "dnsRetries": 0,
    "dnsTimeout": 0,
    "dnsNameServer": [
        "string"
    ],
    "nbdsTimeout": 0,
    "nbnsRetries": 0,
    "nbnsTimeout": 0
}
boolean
dnsAutoDetect
Required

The flag to indicate whether or not the DNS server should be automatically detected or specified explicitly.

string
dnsPolicy
Required

The policy to use when multiple DNS addresses are available on the host.

integer As int32 As int32
dnsRetries
Required

The number of retries before giving up on a DNS request from a virtual network.

integer As int32 As int32
dnsTimeout
Required

The time (in seconds) before retrying a DNS request to an external network.

array of string
dnsNameServer
Optional

The list of DNS servers.

integer As int32 As int32
nbdsTimeout
Required

The time (in seconds) allotted for queries to the NetBIOS Datagram Server (NBDS).

integer As int32 As int32
nbnsRetries
Required

Number of retries for each query to the NBNS.

integer As int32 As int32
nbnsTimeout
Required

The time (in seconds) allotted for queries to the NBNS.