name: dnszone service_id: 110 service_display_name: DNS зона service_short_name: dnszone service_man: '## ![image](https://img.icons8.com/?size=50&id=41400&format=png) Необходимо делегировать зону у регистратора на Авторитетные DNS (Сервера зон)

ns3.ngcloud.ru
``` bash
185.247.187.83
2a10:aa80:0:5::3
```

ns4.ngcloud.ru
``` bash
81.22.46.43
2a10:aa80:0:6::3
```' lifecycle: suspend_on_destroy_default: false adopt_existing_on_create_default: false outputs: params: - code: state_params type: map - code: state_out type: map - code: state_params_flat type: map - code: state_out_flat type: map - code: vault_secrets type: map sensitive: true - code: vault_url type: string - code: vault_user_path type: string - code: vault_fields type: list operations: - name: create id: 43 kind: instance action: create params: - id: 66 code: zoneEmail data_type: string required: true descr: Контактный e-mail - id: 67 code: zoneName data_type: string required: true regex: ^([a-z0-9-]+\.)+[a-z0-9-]+$ descr: Имя зоны man: Имя зоны - id: 68 code: zoneKind data_type: string required: true default: NATIVE value_list: - NATIVE - SLAVE descr: Тип зоны - id: 69 code: zoneMastersForSlave data_type: string required: false descr: Использовать если выбран тип SLAVE. IP адреса в формате через пробел для настройки Master-серверов - id: 70 code: zoneTimeToRefresh data_type: string required: true default: "86400" descr: Время ожидания ответа вторичного DNS перед запросом SOA-записи с первичных серверов - id: 71 code: zoneTimeToRetry data_type: string required: true default: "7200" descr: Время в течение которого сервер повторно попробует синхронизировать информацию с первичных DNS-серверов - id: 72 code: zoneTimeToExpire data_type: string required: true default: "3600000" descr: Время в течение которого вторичный DNS будет пытаться завершить синхронизацию зоны с первичным - id: 73 code: zoneTimeToLive data_type: string required: true default: "86400" descr: Время, в течение которого информация будет кешироваться другими DNS-серверами - id: 284 code: resourceRealm data_type: string required: true default: powerdns value_list: - powerdns func: getAvailableResourceRealms descr: Платформа для развертывания - name: delete id: 44 kind: instance action: delete params: []