aledsage 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");
@bostko I think this is just a jclouds convention, of including "UNRECOGNIZED"
for if we come across an unknown value (rather than it setting the field to
null or throwing an exception).
--
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_r118455629