Package com.citrix.netscaler.nitro.resource.config.ns

Examples of com.citrix.netscaler.nitro.resource.config.ns.reboot.perform_operation()


  */
  public base_response reboot(boolean warm) throws Exception
  {
    reboot resource = new reboot();
    resource.set_warm(warm);
    base_response result = resource.perform_operation(this);
    return result;
  }

  /**
  * <pre>
 
View Full Code Here


  */
  public base_response reboot(boolean warm) throws Exception
  {
    reboot resource = new reboot();
    resource.set_warm(warm);
    base_response result = resource.perform_operation(this);
    return result;
  }

  /**
  * <pre>
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.