> @@ -200,6 +213,16 @@ public EC2TemplateOptions blockDeviceMappings(Iterable<?
> extends BlockDeviceMapp
> return this;
> }
>
> + public EC2TemplateOptions maxCount(Integer maxCount) {
> + this.maxCount = maxCount;Not really. If we get null or 0, we just ignore the value anyway. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/277/files#r9471959
