ps I agree that it is weird to have marker and also have marker in list options! we should remove that... ps. it is token, not marker :)
Here's what I'd suggest (after we refactor out the zone params, etc): ```bash ListPage<Instance> listPage(token, options); // this allows users to have a non-magical list, and us to make our Iterator functions not self-referencing. For example, users can build on this without being forced to hold a magic iterator. Iterator<ListPage<Instance>> list(); Iterator<ListPage<Instance>> list(options); ``` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/78#issuecomment-61724684
