> +         this.networkUuid = networkUuid;
> +         return this;
> +      }
> +
> +      /** 
> +       * @param portUuid The port UUID for this neutron Network.
> +       * @return The builder object.
> +       * @see Network#getPortUuid()
> +       */
> +      public Builder portUuid(String portUuid) {
> +         this.portUuid = portUuid;
> +         return this;
> +      }
> +      
> +      /** 
> +       * @param fixedIp The fixed IP address for this Network (if any). 

Mention that this is applicable to both Nova Network and Neutron.

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

Reply via email to