> +      return dnsNameServers;
> +   }
> +
> +   /**
> +    * @return Configurable maximum amount of routes per subnet. The default 
> is 20.
> +    */
> +   @Nullable
> +   public Set<HostRoute> getHostRoutes() {
> +      return hostRoutes;
> +   }
> +
> +   /**
> +    * @return The IP v6 Address Mode.
> +    */
> +   @Nullable
> +   public IPv6DHCPMode getIpv6AddressMode() {

`getIPv6DHCPMode()`? I thought that we always use uppercase for acronyms. I 
could be wrong...

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/111/files#r15357846

Reply via email to