Class SaltSSHUtils


  • public class SaltSSHUtils
    extends java.lang.Object
    Salt SSH utility class with shared methods.
    • Constructor Summary

      Constructors 
      Constructor Description
      SaltSSHUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void mapConfigPropsToArgs​(SaltSSHConfig cfg, java.util.Map<java.lang.String,​java.lang.Object> props)
      Maps config parameters to salt-ssh rest arguments
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SaltSSHUtils

        public SaltSSHUtils()
    • Method Detail

      • mapConfigPropsToArgs

        public static void mapConfigPropsToArgs​(SaltSSHConfig cfg,
                                                java.util.Map<java.lang.String,​java.lang.Object> props)
        Maps config parameters to salt-ssh rest arguments
        Parameters:
        cfg - SSH configuration to read values to be converted
        props - properties to be set when rest calling