Source
<?php
/*
** Copyright (C) 2001-2025 Zabbix SIA
**
** This program is free software: you can redistribute it and/or modify it under the terms of
** the GNU Affero General Public License as published by the Free Software Foundation, version 3.
**
** This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
** without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
** See the GNU Affero General Public License for more details.
**
** You should have received a copy of the GNU Affero General Public License along with this program.
** If not, see <https://www.gnu.org/licenses/>.
**/
/**
* Constant names what we used in schema.
*/
class CXmlConstantName {
const ENABLED = 'ENABLED';
const DISABLED = 'DISABLED';
const XML_DEFAULT = 'DEFAULT';
const NONE = 'NONE';
const MD2 = 'MD2';
const MD5 = 'MD5';
const STRAIGHT = 'STRAIGHT';
const OEM = 'OEM';
const RMCP_PLUS = 'RMCP_PLUS';
const CALLBACK = 'CALLBACK';
const USER = 'USER';
const OPERATOR = 'OPERATOR';
const ADMIN = 'ADMIN';
// const OEM = 'OEM'; // Duplicate.
const NO_ENCRYPTION = 'NO_ENCRYPTION';
const TLS_PSK = 'TLS_PSK';
const TLS_CERTIFICATE = 'TLS_CERTIFICATE';
const NO = 'NO';
const YES = 'YES';
const ZABBIX = 'ZABBIX';
const SNMP = 'SNMP';
const IPMI = 'IPMI';
const JMX = 'JMX';
const SERVER = 'SERVER';
const PROXY = 'PROXY';
const PROXY_GROUP = 'PROXY_GROUP';
// const DISABLED = 'DISABLED'; // Duplicate.
const MANUAL = 'MANUAL';
const AUTOMATIC = 'AUTOMATIC';
const EXPRESSION = 'EXPRESSION';
const RECOVERY_EXPRESSION = 'RECOVERY_EXPRESSION';
// const NONE = 'NONE'; // Duplicate.
// const DISABLED = 'DISABLED'; // Duplicate.