icinga2/lib/remote/zone.ti

14 lines
197 B
Plaintext

#include "base/dynamicobject.hpp"
namespace icinga
{
class Zone : DynamicObject
{
[config] String parent (ParentRaw);
[config] Array::Ptr endpoints (EndpointsRaw);
[config] bool global;
};
}