secondary-dns_peer

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
ip object
ixfr_enable object
name object
port object
tsig_id object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-secondary-dns-peer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/secondary-dns_peer",
  "title": "secondary-dns_peer",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/secondary-dns_components-schemas-identifier"
    },
    "ip": {
      "$ref": "#/components/schemas/secondary-dns_ip"
    },
    "ixfr_enable": {
      "$ref": "#/components/schemas/secondary-dns_ixfr_enable"
    },
    "name": {
      "$ref": "#/components/schemas/secondary-dns_components-schemas-name"
    },
    "port": {
      "$ref": "#/components/schemas/secondary-dns_port"
    },
    "tsig_id": {
      "$ref": "#/components/schemas/secondary-dns_tsig_id"
    }
  },
  "required": [
    "id",
    "name"
  ],
  "type": "object"
}