NSX-T Data Center REST API
DnsSettings (schema)
DNS settings
    Stores Azure gateway DNS settings like dns_mode and dns_list.
    
    
    
    
    
| Name | Description | Type | Notes | 
|---|---|---|---|
| dns_list | List of nameserver(s) The is a list of nameserver ipv4 addresses that will be used by the public cloud gateway. DNS will use these nameserver(s) if the cloud_dns_mode is set to PRECONFIGURED. | array of string | |
| dns_mode | DNS mode DHCP: Obtain nameserver(s) from DHCP. PRECONFIGURED: User supplies list of nameserver(s). CLOUD: Use cloud provider DNS. | string | Enum: DHCP, PRECONFIGURED, CLOUD Default: "DHCP" | 
