> + protected List<String> networks;
> + protected List<Personality> personalities;
> +
> + protected String serverName;
> + protected String serverImageRef;
> + protected String serverFlavorRef;
> + protected String serverDiskConfig;
> + protected ImmutableMap<String, String> serverMetadata;
> +
> + /**
> + * @param loadBalancers The load balancers of this LaunchConfiguration.
> + * @return The builder object.
> + * @see LaunchConfiguration#getLoadBalancers()
> + */
> + public Builder loadBalancers(List<LoadBalancer> loadBalancers) {
> + this.loadBalancers = loadBalancers;
This can thus be null...and will blow up in `copyOf`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/22/files#r6095431