Skip to content

@HostGroup

Remie Bolte edited this page Jun 25, 2018 · 3 revisions

@HostGroup(configuration: HostGroup)

The HostGroup decorator tells the command-line interface that this is a hostgroup object definition. It will compile the class to a hostgroups/${hostgroup_name}.cfg file in the output directory.

Parameters

configuration: HostGroup a JSON object with any of the options in the hostgroup object definition.

Please note: the configuration JSON object on each decorator will be merged with any properties that are specified on the class which is annotated by the decorator.

Clone this wiki locally