IcingaHost: reference to choices

This commit is contained in:
Thomas Gelf 2017-06-21 22:14:48 +02:00
parent 68a22590a8
commit f7cbe4a3be
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class IcingaHost extends IcingaObject
'master_should_connect' => null,
'accept_config' => null,
'api_key' => null,
'template_choice_id' => null,
);
protected $relations = array(
@ -55,6 +56,7 @@ class IcingaHost extends IcingaObject
'check_period' => 'IcingaTimePeriod',
'command_endpoint' => 'IcingaEndpoint',
'zone' => 'IcingaZone',
'template_choice' => 'IcingaTemplateChoiceHost',
);
protected $booleans = array(