> + }
> +
> + /**
> + * @see VolumeQuota#getSnapshots()
> + */
> + public T snapshots(int snapshots) {
> + this.snapshots = snapshots;
> + return self();
> + }
> +
> +
> + public VolumeQuota build() {
> + return new VolumeQuota(id, volumes, gigabytes, snapshots);
> + }
> +
> + public T fromVolumeQuotas(VolumeQuota in) {This should be fromVolumeQuota (singular). --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/178/files#r6974926
