IcingaHost: reference to choices

This commit is contained in:
Thomas Gelf 2017-06-21 22:14:48 +02:00
parent 68a22590a8
commit f7cbe4a3be

View File

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