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