DNS Server Group
Location in GUI: Objects » DNS Server Group
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| dns_server_groups | List | [dns_server_groups] | No |
dns_server_groups (fmc.domains.objects)
Section titled “dns_server_groups (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| default_domain | String | No | ||
| retries | Integer | min: 0, max: 10 | No | 2 |
| timeout | Integer | min: 1, max: 30 | No | 2 |
| dns_servers | List | IP | Yes |
Examples
Section titled “Examples”fmc: domains: - name: Global
dns_server_groups: - name: MyDNSServerGroup1 default_domain: example.com retries: 3 timeout: 5 dns_servers: - 10.221.21.11 - 10.222.21.11 - 2001:4860:4860::8888 - 2001:4860:4860::8844