public System.IAsyncResult Beginset_cluster_attribute(string [] ha_groups,string [] [] clusters,SystemHAGroupHAGroupClusterAttribute [] [] attributes, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_cluster_attribute", new object[] {
     ha_groups,
     clusters,
     attributes}, callback, asyncState);
 }
        public void set_cluster_attribute(
		string [] ha_groups,
		string [] [] clusters,
		SystemHAGroupHAGroupClusterAttribute [] [] attributes
	)
        {
            this.Invoke("set_cluster_attribute", new object [] {
                ha_groups,
                clusters,
                attributes});
        }