> + protected String networkUuid;
> + protected String portUuid;
> + protected String fixedIp;
> +
> + /**
> + * @param networkUuid The UUID for the nova network or neutron subnet
> to be attached.
> + * @return The builder object.
> + * @see Network#getNetworkUuid()
> + */
> + public Builder networkUuid(String networkUuid) {
> + this.networkUuid = networkUuid;
> + return this;
> + }
> +
> + /**
> + * @param portUuid The port UUID for this neutron Network.
Capitalize neutron everywhere.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/311/files#r10478545