geomacy commented on this pull request.
> @@ -75,13 +75,26 @@ public AzureTemplateOptions dataDisks(DataDisk...
> dataDisks) {
return dataDisks(ImmutableList.copyOf(checkNotNull(dataDisks,
"dataDisks")));
}
+ /**
+ * Configure the NICs that will be attached to the created nodes.
+ * <p>
+ * Note that the number of NICs that can be attached depends on the size of
+ * the virtual machine, and that the guest operating system needs to be
+ * prepared to setup ont only the first network interface.
+ * <p>
+ * Depending on the image being used, a cloud-init or bootstrap script might
+ * be needed to make the interface setup.
I see; that's a good explanation. Why not copy-and-paste it into the javadocs?!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/386#discussion_r113776457