NSX-T Data Center REST API

DuplicateIPDetectionOptions (type)

{
  "additionalProperties": false,
  "description": "Contains dupliacte IP detection related discovery options.",
  "id": "DuplicateIPDetectionOptions",
  "module_id": "PolicyIpDiscovery",
  "properties": {
    "duplicate_ip_detection_enabled": {
      "default": false,
      "description": "Indicates whether duplicate IP detection should be enabled",
      "required": false,
      "title": "Duplicate IP detection",
      "type": "boolean"
    }
  },
  "title": "Controls duplicate IP detection options",
  "type": "object"
}