DNSSettingsResponse

data class DNSSettingsResponse(val dnsServers: List<IPAddressResponse>? = null, val enableDnsProxy: String? = null, val enabledDnsType: String? = null)

DNS Proxy settings for Firewall

Constructors

Link copied to clipboard
constructor(dnsServers: List<IPAddressResponse>? = null, enableDnsProxy: String? = null, enabledDnsType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of IPs associated with the Firewall

Link copied to clipboard
val enabledDnsType: String? = null

Enabled DNS proxy type, disabled by default

Link copied to clipboard
val enableDnsProxy: String? = null

Enable DNS proxy, disabled by default