networkSettings

The network data type sets the downstream DNS to either basic or advanced mode.

networkSettings data type properties

The following table describes the properties included in the network data type.

Property nameData typeDescriptionNotes
downstreamDNSModeString

Specifies whether downstream DNS is set to basic or advanced mode. Valid values are:

  • BASIC
  • ADVANCED

The default is basic.

Example

Here's an XML example of the network data type:

<networkSettings>
    <downstreamDNSMode>ADVANCED</downstreamDNSMode>
</networkSettings>