EVENT_TYPE::getChefRestrictedEvents PHP Method

getChefRestrictedEvents() public static method

List Events that restricted for the Chef orchestration actions
public static getChefRestrictedEvents ( ) : array
return array
    public static function getChefRestrictedEvents()
    {
        return [static::BEFORE_INSTANCE_LAUNCH, static::HOST_INIT, static::HOST_DOWN];
    }