icinga2/lib/remote/zone.ti

13 lines
172 B
Plaintext
Raw Normal View History

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