{ "additionalProperties": false, "id": "BFDProperties", "module_id": "Tunnel", "properties": { "active": { "readonly": true, "required": false, "title": "True if tunnel is active in a gateway HA setup", "type": "boolean" }, "bfd_encap": { "description": "The encapsulation type of BFD. GENEVE - BFD with GENEVE encapsulation NONE - BFD with no encapsulation UNKNOWN_ENCAP - BFD with unknown encapsulation", "enum": [ "GENEVE", "NONE", "UNKNOWN_ENCAP" ], "title": "BFD encapsulation type", "type": "string" }, "diagnostic": { "description": "A short message indicating what the BFD session thinks is wrong in case of a problem", "readonly": true, "required": false, "title": "Diagnostic message of a problem", "type": "string" }, "forwarding": { "readonly": true, "required": false, "title": "True if the BFD session believes this interface may be used to forward traffic", "type": "boolean" }, "remote_diagnostic": { "description": "A short message indicating what the remote interface's BFD session thinks is wrong in case of a problem", "readonly": true, "required": false, "title": "Diagnostic message of a problem", "type": "string" }, "remote_state": { "enum": [ "UNKNOWN_STATE", "ADMIN_DOWN", "DOWN", "INIT", "UP" ], "readonly": true, "required": false, "title": "State of the remote interface's BFD session", "type": "string" }, "state": { "enum": [ "UNKNOWN_STATE", "ADMIN_DOWN", "DOWN", "INIT", "UP" ], "readonly": true, "required": false, "title": "State of the BFD session", "type": "string" } }, "title": "BFD information", "type": "object" }