mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaHost: reference to choices
This commit is contained in:
parent
68a22590a8
commit
f7cbe4a3be
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user