Class System


  • public class System
    extends java.lang.Object
    salt.modules.system https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.system.html
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private System()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static LocalCall<java.lang.String> reboot​(java.util.Optional<java.lang.Integer> at_time)  
      • Methods inherited from class java.lang.Object

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

      • System

        private System()
    • Method Detail

      • reboot

        public static LocalCall<java.lang.String> reboot​(java.util.Optional<java.lang.Integer> at_time)