public void add_ip_v2(
		string [] servers,
		GlobalLBServerServerIPs [] [] ips
	)
        {
            this.Invoke("add_ip_v2", new object [] {
                servers,
                ips});
        }
 public System.IAsyncResult Beginadd_ip_v2(string [] servers,GlobalLBServerServerIPs [] [] ips, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("add_ip_v2", new object[] {
     servers,
     ips}, callback, asyncState);
 }
        public void create_v2(
		string [] servers,
		GlobalLBServerServerIPs [] [] ips,
		GlobalLBServerType [] types,
		string [] data_centers
	)
        {
            this.Invoke("create_v2", new object [] {
                servers,
                ips,
                types,
                data_centers});
        }
 public System.IAsyncResult Begincreate_v2(string [] servers,GlobalLBServerServerIPs [] [] ips,GlobalLBServerType [] types,string [] data_centers, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("create_v2", new object[] {
     servers,
     ips,
     types,
     data_centers}, callback, asyncState);
 }