icinga2/lib/remote/zone.ti

14 lines
197 B
Plaintext
Raw Normal View History

2014-05-25 16:23:35 +02:00
#include "base/dynamicobject.hpp"
namespace icinga
{
class Zone : DynamicObject
{
[config] String parent (ParentRaw);
[config] Array::Ptr endpoints (EndpointsRaw);
[config] bool global;
};
}