> @@ -575,4 +606,15 @@ public NovaTemplateOptions configDrive(boolean
> configDrive) {
> this.configDrive = configDrive;
> return this;
> }
> +
> + /**
> + * @param novaNetworks The list of network declarations.
> + * Nova-specific network declarations allow for specifying network UUIDs,
> port UUIDs, and fixed IPs.
> + * Unline {@link #networks(Iterable)} this supports setting additional
> network parameters and not just network UUIDs.
> + * @see CreateServerOptions#getNetworks()
> + */
> + public NovaTemplateOptions novaNetworks(Set<Network> novaNetworks) {
For consistency, should this be `Iterable<Network>`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/313/files#r10826256