dnsConfig

dnsConfig
dnsConfig

DNS configuration

JSON Example
{
    "featureType": "string",
    "logging": {
        "logLevel": "string",
        "enable": false
    },
    "enabled": false,
    "dnsViews": {
        "dnsView": [
            {
                "name": "string",
                "viewMatch": {
                    "vnic": [
                        "string"
                    ],
                    "ipSet": [
                        "string"
                    ],
                    "ipAddress": [
                        "string"
                    ]
                },
                "recursion": false,
                "viewId": "string",
                "forwarders": {
                    "ipAddress": [
                        "string"
                    ]
                },
                "enabled": false
            }
        ]
    },
    "listeners": {
        "vnic": [
            "string"
        ],
        "type": "string"
    },
    "version": 0,
    "template": "string",
    "cacheSize": 0,
    "dnsServers": {
        "ipAddress": [
            "string"
        ]
    }
}
string
featureType
Optional

featureType

logging
Optional

logging.

boolean
enabled
Optional

Value is true if feature is enabled. Default value is true. Optional.

dnsViews
Optional

DNS views.

listeners
Optional

listeners

integer As int64 As int64
version
Optional

Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is not in sync with the latest change.

string
template
Optional

template

integer As int64 As int64
cacheSize
Optional

The cache size of the DNS service.

dnsServers
Optional

IP address