parent
29b917dd18
commit
abc18ffd95
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Module\Director\Clicommands;
|
||||
|
||||
use Icinga\Module\Director\Cli\ObjectsCommand;
|
||||
|
||||
/**
|
||||
* Manage Icinga Service Sets
|
||||
*
|
||||
* Use this command to list Icinga Service Set objects
|
||||
*/
|
||||
class ServicesetsCommand extends ObjectsCommand
|
||||
{
|
||||
protected $type = 'ServiceSet';
|
||||
}
|
Loading…
Reference in New Issue