> @@ -166,6 +183,13 @@ public static ListSnapshotsOptions volumeId(String
> volumeId) {
> public static ListSnapshotsOptions projectId(String projectId) {
> return new ListSnapshotsOptions().projectId(projectId);
> }
> +
> + /**
> + * @see
> org.jclouds.cloudstack.options.ListSnapshotsOptions#tags(java.util.Map)
> + */
> + public static ListSnapshotsOptions tags(Map<String, String> tags) {
maybe in the description you can relate the Tags type, which seems to be a ball
of things that are in a list with this?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/578/files#r19128699