> +
> +import java.beans.ConstructorProperties;
> +
> +import static com.google.common.base.Preconditions.checkNotNull;
> +
> +/**
> + * @author Inbar Stolberg
> + */
> +public class VolumeQuota {
> +
> + private final String id;
> + private final int volumes;
> + private final int gigabytes;
> + private final int snapshots;
> +
> + @ConstructorProperties({tried it works :) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/178/files#r6992578
