bostko commented on this pull request.


> @@ -91,15 +90,52 @@ public static LinuxConfiguration create(final String 
> disablePasswordAuthenticati
 
       @AutoValue
       public abstract static class WinRM {
+          public enum Protocol {
+
+              HTTP("http"),
+              HTTPS("https"),
+              UNRECOGNIZED("Unrecognized");

I do not think it is appropriate for this case since there are no other options.
Even if there are it will be invalid for any jclouds user.

-- 
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/393#discussion_r118460951

Reply via email to