> @@ -463,6 +494,21 @@ public CreateServerOptions networks(String... networks) {
>        return networks(ImmutableSet.copyOf(networks));
>     }
>  
> +   /**
> +    * Block volumes that should be attached to the instance at boot time
> +    */
> +   public List<BlockDevice> getBlockDeviceMapping() {
> +      return blockDeviceMapping;
> +   }

Can you move this method to after `blockDeviceMapping`? A cleanup of this class 
that untangled the current mix of getters and "builder option" methods would be 
nice, but that's not really part of this PR, I guess.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/326/files#r10999601

Reply via email to