> +      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() {

I think you have 2 different variables here: the address mode and the router 
advertisement. Naming could be improved though.

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

Reply via email to