{ "additionalProperties": false, "description": "Advanced load balancer DnsMxRdata object", "id": "ALBDnsMxRdata", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "host": { "description": "Fully qualified domain name of a mailserver. The host name maps directly to one or more address records in the DNS table, and must not point to any CNAME records (RFC 2181).", "required": true, "title": "Host", "type": "string" }, "priority": { "description": "The priority field identifies which mail server should be preferred. Allowed values are 0-65535.", "maximum": 65535, "minimum": 0, "required": true, "title": "Priority", "type": "integer" } }, "title": "DnsMxRdata", "type": "object" }