> +         return this;
> +      }
> +
> +      /**
> +       * @return A new Network object.
> +       */
> +      public Network build() {
> +         return new Network(networkUuid, portUuid, fixedIp);
> +      }
> +
> +      /**
> +       * @param in The target Network
> +       * @return A Builder from the provided Network
> +       */
> +      public Builder fromNetwork(Network in) {
> +         return this

[minor] Bring `.networkUuid`?

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

Reply via email to