icinga2/lib/remote/zone.ti

13 lines
174 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);
};
}