> + > + return new > AutoValue_OSProfile_LinuxConfiguration(disablePasswordAuthentication, > + ssh); > + } > + } > + > + @AutoValue > + public abstract static class WindowsConfiguration { > + > + @AutoValue > + public abstract static class WinRM { > + > + /** > + * Map of different settings > + */ > + public abstract Map<String, String> listeners();
Done. --- 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/265/files/c0cc2c907c9f82844ca9a18b2b61aa31e84aca86#r62900281