mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-15 12:00:18 +02:00
13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
#include "base/dynamicobject.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class Zone : DynamicObject
|
|
{
|
|
[config] String parent (ParentRaw);
|
|
[config] Array::Ptr endpoints (EndpointsRaw);
|
|
};
|
|
|
|
}
|