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

Examples of com.citrix.netscaler.nitro.resource.config.ha.hafailover.perform_operation()


  {
    hafailover resource = new hafailover();
    resource.set_force(force);
    options option = new options();
    option.set_action("force");
    base_response result = resource.perform_operation(this,option);
    return result;
  }

  /**
  * <pre>
 
View Full Code Here


  {
    hafailover resource = new hafailover();
    resource.set_force(force);
    options option = new options();
    option.set_action("force");
    base_response result = resource.perform_operation(this,option);
    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.