> + *//*.volumes(ImmutableList.<Volume> of(new VolumeImpl(25.0f, true,
> true)))*//*.build();
> + public static final Hardware A6 = new
> HardwareBuilder().ids("A6").ram(28672)
> + .processors(ImmutableList.of(new Processor(4, 1.0)))
> + *//*.volumes(ImmutableList.<Volume> of(new VolumeImpl(25.0f, true,
> true)))*//*.build();
> + public static final Hardware A7 = new
> HardwareBuilder().ids("A7").ram(57344)
> + .processors(ImmutableList.of(new Processor(8, 1.0)))
> + *//*.volumes(ImmutableList.<Volume> of(new VolumeImpl(25.0f,
> true, true)))*//*.build();
> +
> + public static final ImmutableSet<Hardware> H_ALL =
> ImmutableSet.of(ExtraSmall, Small, Medium, Large, ExtraLarge, A5, A6, A7);
> +
> + @Override
> + public Set<? extends Hardware> get() {
> + return H_ALL;
> + }
> +}
> +*/
Remove this file if not needed.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/132/files#r24749379