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 name | Data type | Description | Notes |
downstreamDNSMode | String |
Specifies whether downstream DNS is set to basic or advanced mode. Valid values are:
The default is basic. |
Example
Here's an XML example of the network
data type:
<networkSettings> <downstreamDNSMode>ADVANCED</downstreamDNSMode> </networkSettings>